Re: [Alsa-user] MAudio and dsnoop

2006-04-19 Thread Lee Revell
On Wed, 2006-04-19 at 14:56 +0200, [EMAIL PROTECTED] wrote: > Hello, > > can someone help me to configure a dsnoop channel with my MAUDIO delta > 1010lt card ? > > I tryed the following config but it did not work. Should be unnecessary with the latest ALSA release, dmix/dsnoop is already enable

Re: [Alsa-user] Unable to handle kernel paging request (CVS)

2006-04-19 Thread Lee Revell
On Wed, 2006-04-19 at 14:59 -0500, Stephen Stocker wrote: >Hi, > >After compiling ALSA packages from CVS of April 17, 2005, I encountered a > rather strange problem. While playing audio files w/MPlayer (ALSA's OSS > device), I dropped Centericq, then restarted it. Centericq uses SoX to p

Re: [Alsa-user] problems with usb headset

2006-04-20 Thread Lee Revell
On Thu, 2006-04-20 at 13:30 +, Sebastian Reitenbach wrote: > Also when I use the > headset to listen to myself, then I can use kmixer to make the input > and output > channels loud and silent. works well. kmix is a pretty bad mixer app - can you verify that the same bug is present if you u

Re: [Alsa-user] asound.conf for via82xx

2006-04-21 Thread Lee Revell
On Fri, 2006-04-21 at 09:59 +0200, Dennis Heuer wrote: > I can't figure it out how to get 5.1 sound working on my system. Could > please somebody send me his asound.conf? You don't need an asound.conf for this, just use the plug:surround51 device

Re: [Alsa-user] asound.conf for via82xx

2006-04-21 Thread Lee Revell
It should have a dialog to let you select the sound device. Please tell us exactly what you are trying to do. Are you using actual 5.1 sources like DVDs, or do you want to play stereo sources and have them upmixed to 5.1? Lee > Dennis > > On Fri, 21 Apr 2006 10:53:24 -0400 &g

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 19:16 +0200, Pete wrote: > Hello List ;) > I have a Creative Soundblaster Live! 24-bit 7.1 Soundcard and a 5.1 > Soundsystem. > The sound works fine, but i wan't the Stereo-sound on all speakers. > I searched a while with google and i tried several .asoundrc-"versions", > bu

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 21:14 +0300, Sergei Steshenko wrote: > > And what about putting the answer on ALSA documentation site - it's > an FAQ IMHO. Because it's too complicated for average users and would lead to more confusion, and there's still no 100% solution (I have yet to see a working confi

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 22:03 +0300, Sergei Steshenko wrote: > a) doesn't ALSA support LADSPA ? > b) does ALSA config language support insertion of LADSPA plugins > into only one channel (LFE in this case) ? > Sure it does, but I have yet to see a working config, and I don't understand .asoundrc sy

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 22:03 +0300, Sergei Steshenko wrote: > Cant' anyone write a cheat-sheet meanwhile ? > > For example, it can be built like this: > > 1) a working config file for a widely known card is given, and also > a version of it with line numbers; > > 2) the cheat-sheet describes what

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 22:45 +0300, Sergei Steshenko wrote: > "I don't understand .asoundrc syntax well enough to create one" > > :-) :-) :-) :-) :-) :-) :-) :-) :-) :-) > > - it was the funniest admission by an ALSA developer I ever read in > this > list. > I am not exactly "an ALSA developer"

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 22:45 +0300, Sergei Steshenko wrote: > "I don't understand .asoundrc syntax well enough to create one" You make it sound like this is trivial functionality - it's not! Lots of work by alsa-lib is required to transparently upmix stereo to 5.1 while handling multiple streams a

RE: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 19:57 +, David Bell wrote: > Here are the lines from my .asoundrc file for stereo to 5.1 ch upmix > > I run a SB Audigy 24bit so i would assume that it would be similar. > > > pcm.ch51dup { > type route > slave.pcm surround51 > slave.channels 6 >

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 23:11 +0300, Sergei Steshenko wrote: > > The main point of my reply was to suggest the developers not invent > languages in case the existing ones can serve the purpose. > > Relying on existing languages greatly increases the amount of > developers who would volunteer to wri

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 23:11 +0300, Sergei Steshenko wrote: > Until this post of yours I wasn't even aware of the Windows > functionality > you mention. Well, I don't know the full details, but it seems that most windows drivers do it these days. Creative calls their proprietary implementation "C

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 23:37 +0300, Sergei Steshenko wrote: > My point is that in Perl one can compute configuration > data inside the config file, and then just to export it. > This is getting a little OT, it would not help with the problem at hand (the complexity of layering dmix, upmix, and lad

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-22 Thread Lee Revell
On Sun, 2006-04-23 at 08:42 +0900, Joel Roth wrote: > On Sat, Apr 22, 2006 at 11:37:49PM +0300, Sergei Steshenko wrote: > > > My point is that in Perl one can compute configuration > > data inside the config file, and then just to export it. > > Maybe someone is up to writing a tool that can gene

Re: [Alsa-user] Layla24 problems

2006-04-22 Thread Lee Revell
On Sat, 2006-04-22 at 18:18 -0700, Mike Nolley wrote: > Hi. I've narrowed down the problems with the Layla. I decided to > reinstall everything, with Fedora 3 and all of the new Alsa drivers, > firmware, tools, etc. The whole shebang. The problem is inserting > the Layla. I get this error, doc

Re: [Alsa-user] alsa cards order - new HOTPLUG caused?

2006-04-23 Thread Lee Revell
the response I got from Martin Pitt: Hi Lee, Lee Revell [2006-04-07 14:58 -0400]: > I was wondering what the recommended way to set the order of sound > devices is in Ubuntu. For example a user needs their USB headset to > always be the first device and the onboard sound to be the secon

Re: [Alsa-user] does the current kernel-source has the new ALSA 1.0.11?

2006-04-23 Thread Lee Revell
On Sun, 2006-04-23 at 19:39 +0200, Marcos Guglielmetti Gmail wrote: > Hi, > > Does the current kernel-source (2.6.16.9) has the new ALSA 1.0.11? > > I did not found any details looking at: http://www.kernel.org/ about the > new ALSA 1.0.11 > > I did a search with google: > > alsa 1.0.11 site:h

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-23 Thread Lee Revell
On Mon, 2006-04-24 at 02:20 +0300, Sergei Steshenko wrote: > My top wish on the wishlist is to never have a language whose parser > reports no errors. What are you talking about? The ALSA configuration parser certainly does report errors. Lee -

Re: [Alsa-user] SoundBlaster Live! 24-bit

2006-04-23 Thread Lee Revell
On Mon, 2006-04-24 at 09:14 +1000, John Newbigin wrote: > Lee Revell wrote: > > > On Sat, 2006-04-22 at 22:45 +0300, Sergei Steshenko wrote: > > > >>"I don't understand .asoundrc syntax well enough to create one" > > > > > > You

Re: [Alsa-user] does the current kernel-source has the new ALSA 1.0.11?

2006-04-23 Thread Lee Revell
On Sun, 2006-04-23 at 20:36 +0200, Marcos Guglielmetti Gmail wrote: > Ok, thanks. I think I will use the new Kernel 2.6.17, I think that > it's > better than use any old kernels and compile alsa-modules for them... Well, if 2.6.17 not having been released yet is OK... ;-) The version of ALSA in

Re: [Alsa-user] I dont understand this

2006-04-23 Thread Lee Revell
On Sun, 2006-04-23 at 21:59 +0200, Marcos Guglielmetti Gmail wrote: > Hi, > > If I upgrade alsa-base, linux-sound-base and libasound2 from > debian/sid, I got 1.0.11 versions. > > It would be usefull to do this kind of upgrades? > > && will them work with my 1.0.10 kernel modules? > AL

Re: [Alsa-user] does the current kernel-source has the new ALSA 1.0.11?

2006-04-24 Thread Lee Revell
On Mon, 2006-04-24 at 17:00 +0200, Takashi Iwai wrote: > Not complete 1.0.11, unfortunately. Some features in 1.0.11 have been > added after 2.6.17 merge window. But the critical hda-intel "no sound" fixes will be in right? Lee --- Using To

[Alsa-user] mbox archive

2006-05-05 Thread Lee Revell
Can someone send me (off-list) the alsa-user and alsa-devel messages from April 28th through today in mbox format? My POP mail client crashed while I was out of the country causing all mail from 4/28 through today to bounce. Lee --- Using T

SOLVED - was Re: [Alsa-user] VxPocket and hotplug - need help getting it working

2006-05-05 Thread Lee Revell
On Fri, 2006-03-17 at 09:33 +0100, Asbjørn Sæbø wrote: > On Wed, Mar 15, 2006 at 03:16:02PM +0100, Takashi Iwai wrote: > > At Wed, 15 Mar 2006 15:03:13 +0100, > > [...] > > > > OK, I have installed DeMuDi 1.3.0rc1, which has kernel 2.6.14, and alsa > > > version 1.0.10. > > > > Still way too old

Re: [Alsa-user] Duplex & Surround sound on Turtle Beach Santa Cruz (cs46xx)

2006-05-05 Thread Lee Revell
On Fri, 2006-05-05 at 15:58 +0100, Samuel Theobald wrote: > Hi Clemens, > > When I try that method (same with using the surround40 type) it all > starts up fine, before giving the error message: You actually don't need to make an asym device for this, just tell JACK to use different devices for p

Re: [Alsa-user] How to set 5.1 upmix as default?

2006-05-05 Thread Lee Revell
On Fri, 2006-05-05 at 17:32 +0200, Pete wrote: > Hello ;) > A few weeks ago i asked for help with 5.1 upmix. It works wonderful now, > but i wan't it as default!!! > In some apps its not possible to change the output, or it would be to > much work to change this for all programs. > > Is it possi

Re: [Alsa-user] How to set 5.1 upmix as default?

2006-05-05 Thread Lee Revell
On Fri, 2006-05-05 at 18:17 +0200, Ionic wrote: > Hi Lee, > > I think he uses apps like they are in KDE... with artdsp or GNOME > apps > with no selectable output device. According to the Ubuntu developers at least, all properly written Gnome apps should let the user select the sound device. H

Re: [Alsa-user] How to set 5.1 upmix as default?

2006-05-05 Thread Lee Revell
On Fri, 2006-05-05 at 18:45 +0200, Pete wrote: > hey you 2 ;) > Yes, like KDE Apps or Browser Plugins ... maybe its possible, but > it's > more confortable to set it as default!! > thanks lee, i'll try it tomorrow ;) > nice weekend, > pete Sounds like you need OSS apps to use it too, the only wa

Re: [Alsa-user] Questions about onboard sounchip of the Tyan Thunder K8WE

2006-05-08 Thread Lee Revell
On Sun, 2006-05-07 at 14:44 +0200, Christoph Anton Mitterer wrote: > Hi. > > My mainboard is a Tyan Thunder K8WE (S2895) (details can be found here > http://tyan.com/products/html/thunderk8we.html and here > http://tyan.com/products/html/thunderk8we_spec.html). > > It uses Nvidia nForce Professio

Re: [Alsa-user] How to set 5.1 upmix as default?

2006-05-08 Thread Lee Revell
On Sat, 2006-05-06 at 17:05 +0200, Pete wrote: > > hello again ;) > it works fine, but is it also possible to set it for mic-input too? :D > would be nice ... > greets, peter Not in a generic way - this would require hardware support, or you have to do it in software, but not at the ALSA level

Re: [Alsa-user] Questions about onboard sounchip of the Tyan Thunder K8WE

2006-05-08 Thread Lee Revell
On Sun, 2006-05-07 at 14:44 +0200, Christoph Anton Mitterer wrote: > pcm.dsp0 > { > type plug > slave.pcm "output" > } Recording via the OSS API with aoss will not work in full duplex as you have set the slave PCM to "output". Try changing that to "duplex". Also try removing the .asoundrc e

Re: [Alsa-user] SIS SI7012/CMI9761 PCM Volume control?

2006-05-08 Thread Lee Revell
On Mon, 2006-05-08 at 21:00 +0200, Francesco Peeters wrote: > I have tried several versions of asoundrc files, but whatever version > I use, I do not get softvol in the OSS emulation. This cannot be made to work for the in-kernel (/dev/dsp) OSS emulation. Your only option is to run those apps wit

Re: [Alsa-user] SIS SI7012/CMI9761 PCM Volume control?

2006-05-08 Thread Lee Revell
On Mon, 2006-05-08 at 21:22 +0200, Francesco Peeters wrote: > Lee Revell schreef: > > On Mon, 2006-05-08 at 21:00 +0200, Francesco Peeters wrote: > > > >>I have tried several versions of asoundrc files, but whatever version > >>I use, I do not get softvol in the O

Re: [Alsa-user] ALSA documentation

2006-05-08 Thread Lee Revell
On Mon, 2006-05-08 at 15:52 -0500, Mark Tilford wrote: > Attempting to follow the directions in the below listed file > eventually gave the result: > > #modprobe snd_sbawe > FATAL: Error inserting snd_sbawe > (/lib/modules/2.6.16.4/kernel/sound/isa/sb/snd-sbawe.ko): No such > device > FATAL: Error

Re: [Alsa-user] Re: Questions about onboard sounchip of the Tyan Thunder K8WE

2006-05-08 Thread Lee Revell
On Tue, 2006-05-09 at 01:41 +0200, Christoph Anton Mitterer wrote: > Lee Revell wrote: > > Try ALSA 1.0.11, many bugs have been fixed since 1.0.11-rc2 > Ok,.. is it going to be part of 2.6.17? > > >> First of all does this chip support hardware mixing and full duplex? >

Re: [Alsa-user] Banging heads with .asoundrc

2006-05-08 Thread Lee Revell
On Sat, 2006-05-06 at 18:27 -0300, Juan Carlos Castro y Castro wrote: > 4) Have the resulting virtual soundcard usable via OSS, by way of the > existing kernel emulation. Would defining it in /etc/alsa.conf > instead > of my home dir help? Cannot work. Nothing you do to and ALSA config file ha

Re: [Alsa-user] SIS SI7012/CMI9761 PCM Volume control?

2006-05-08 Thread Lee Revell
On Mon, 2006-05-08 at 21:22 +0200, Francesco Peeters wrote: > Ah, I misunderstood then... > > I tried aoss, but MythTV doesn't seem to work correctly using aoss, > but I'll test again... > I've just asked on the mythtv-dev list when they plan to add native ALSA support. Lee -

Re: [Alsa-user] SIS SI7012/CMI9761 PCM Volume control?

2006-05-08 Thread Lee Revell
On Mon, 2006-05-08 at 21:22 +0200, Francesco Peeters wrote: > Lee Revell schreef: > > On Mon, 2006-05-08 at 21:00 +0200, Francesco Peeters wrote: > > > >>I have tried several versions of asoundrc files, but whatever version > >>I use, I do not get softvol in the O

Re: [Alsa-user] Re: SB Live! USB - model SB0490 - playback only?

2006-05-09 Thread Lee Revell
On Tue, 2006-05-09 at 07:22 +0200, Bartlomiej Muryn wrote: > On 5/7/06, Bartlomiej Muryn <[EMAIL PROTECTED]> wrote: > > Hi list, > > > > I am new here and obviously because I have some question :) > > The issue concerns following card: > > Creative Labs SoundBlaster Live! USB (External) model: SB04

Re: [Alsa-user] alsa mixer device, bit of a mess ...

2006-05-09 Thread Lee Revell
On Tue, 2006-05-09 at 17:24 -0400, Weevil wrote: > hello, > > i installed slax 5.1.4 to my harddrive which isn't recommended since > it's a live cd. unfortunately, it was the only linux so far that ran > my laptop stablely. livecd worked fine for sound, detected my audigy2 > zs pcmcia. after the h

Re: [Alsa-user] Re: SB Live! USB - model SB0490 - playback only?

2006-05-10 Thread Lee Revell
On Wed, 2006-05-10 at 09:56 +0200, Bartlomiej Muryn wrote: > Will this patch be incorporated into future alsa releases? > > Yes, it has been merged and will be in the next release. > > 2006/5/9, jpv <[EMAIL PROTECTED]>: > > Le Tue, 09 May 2006 07:22:22 +0200, Bartlomiej Muryn a écrit: > > > >

Re: [Alsa-user] device: default can't be opened for playback (Function not implemented)

2006-05-10 Thread Lee Revell
On Wed, 2006-05-10 at 10:42 -0500, Bob Bostwick (Lists) wrote: > Whenever I start KDE I get... > > device: default can't be opened for playback (Function not > implemented) > Does "aplay file.wav" work? Lee --- Using Tomcat but need t

Re: [Alsa-user] HDA on alsa 1.0.11

2006-05-10 Thread Lee Revell
On Wed, 2006-05-10 at 16:51 +0100, [EMAIL PROTECTED] wrote: > Dear friend, > > I recently installed alsa 1.0.11 on a 2.6.12 kernel. > everything is fine, sounds is perfect. > > I can see the HDA modem using aplay -l. > > aplay -l shows 3 devices: > 1) device :0 analogue > 2) device :1 digital >

Re: [Alsa-user] songs playing but no sound

2006-05-15 Thread Lee Revell
On Mon, 2006-05-15 at 15:57 +0500, [EMAIL PROTECTED] wrote: > Sound Driver:3.8.1a-980706 (ALSA v1.0.9b emulation > code) > This is a very old ALSA version. Try 1.0.11 Lee --- Using Tomcat but need to do more? Need to support web services, s

Re: [Alsa-user] Problem with soundcard in MSI

2006-05-16 Thread Lee Revell
On Thu, 2006-05-11 at 16:32 -0500, Juan Pablo Romero Bernal wrote: > Hi, > > Somebody can help with this: > > I have running Debian GNU/Linux under AMD64 (MSI RS482 - Kernel > Version 2.6.16.9) with this audio description: > > *. Azalia link controller integrated in SB450 chipset > *. 8-chann

Re: [Alsa-user] bad sound quality with nforce2

2006-05-16 Thread Lee Revell
On Tue, 2006-05-16 at 11:39 +, Warren Wilder wrote: > Kernel: both 2.6.15.* and 2.6.16.* > Alsa-lib: 1.0.10.* > Alsa-utils: 1.0.11.* Try the latest version (alsa-lib and alsa-driver 1.0.11) --- Using Tomcat but need to do more? Need to su

Re: [Alsa-user] songs playing but no sound

2006-05-16 Thread Lee Revell
On Tue, 2006-05-16 at 11:48 +0200, Thomas Kuther wrote: > On Mon, 15 May 2006 15:57:09 +0500 (IST) > [EMAIL PROTECTED] wrote: > > > Hai All, > > snip > > > Sound Driver:3.8.1a-980706 (ALSA v1.0.9b emulation code) > > > > Kernel: Linux boss 2.6.12-1-p4-smp #1 SMP Sat Oct 29 08:22:01 EDT > > 2005

Re: [Alsa-user] HDA silent on e8110 laptop

2006-05-17 Thread Lee Revell
On Wed, 2006-05-17 at 07:42 -0700, Bill Unruh wrote: > Make sure that ALL sliders are up in alsamixer. Do not assume you know > what > the sliders doi from the name. You don't. As far as I can tell noone > does. The names are > internal jokes by the hardware manufacturers (or is it the alsa > peopl

Re: [Alsa-user] HDA silent on e8110 laptop

2006-05-17 Thread Lee Revell
On Wed, 2006-05-17 at 08:10 -0700, Bill Unruh wrote: > On Wed, 17 May 2006, Lee Revell wrote: > > > On Wed, 2006-05-17 at 07:42 -0700, Bill Unruh wrote: > >> Make sure that ALL sliders are up in alsamixer. Do not assume you know > >> what > >> the sliders do

Re: [Alsa-user] HDA silent on e8110 laptop

2006-05-17 Thread Lee Revell
On Wed, 2006-05-17 at 10:19 -0700, Bill Unruh wrote: > Agreed. But the user, who has to actually use those sliders, needs > something intuitive. While I agree that perhaps in a short few letter > name > it is tough, a longer description would be helpful Eg in alsamixer > Item: > line could have a l

Re: [Alsa-user] HDA silent on e8110 laptop

2006-05-17 Thread Lee Revell
On Wed, 2006-05-17 at 23:38 +0300, Sergei Steshenko wrote: > On Wed, 17 May 2006 13:48:56 -0400 > Lee Revell <[EMAIL PROTECTED]> wrote: > > > On Wed, 2006-05-17 at 10:19 -0700, Bill Unruh wrote: > > > Agreed. But the user, who has to actually use those sliders, n

Re: [Alsa-user] Revolution 5.1 problems

2006-05-17 Thread Lee Revell
On Wed, 2006-05-17 at 23:32 +0300, Sergei Steshenko wrote: > I have Revolution 7.1. > > There are no capture volumes in hardware. > > In order to get sound from analog inputs into headphones one may > need to enable what ALSA developers call "capture loopback" - and yes, > there is nothing in mi

Re: [Alsa-user] HDA silent on e8110 laptop

2006-05-17 Thread Lee Revell
On Thu, 2006-05-18 at 01:06 +0300, Sergei Steshenko wrote: > I think you are missing the point. > > I am not suggesting to describe all cards fully. > > I am saying that if ALSA developers have already implemented SOME > commutation, connectivity, gain control, sample rate control, they > DO ALR

Re: [Alsa-user] HDA silent on e8110 laptop

2006-05-17 Thread Lee Revell
On Thu, 2006-05-18 at 09:19 +1000, John Newbigin wrote: > Lee Revell wrote: > > > On Wed, 2006-05-17 at 07:42 -0700, Bill Unruh wrote: > > > >>Make sure that ALL sliders are up in alsamixer. Do not assume you know > >>what > >>the sliders doi from th

Re: [Alsa-user] more than one input to ALSA.

2006-05-21 Thread Lee Revell
On Sat, 2006-05-20 at 23:34 -0600, [EMAIL PROTECTED] wrote: > In either case, it would seem that only one program at a time could have > /dev/dsp open at a time (again is that true?) > /dev/dsp is not an ALSA device, it's a legacy OSS interface that bypasses all the useful features of ALSA. > A

Re: [Alsa-user] just an idea

2006-05-21 Thread Lee Revell
On Mon, 2006-05-22 at 00:33 +0200, Ron Smits wrote: > Evening all > > A few weeks ago my trusty emul10k1 card died. I loved that card. I > especially loved the fact that whatever I threw at it, all my speakers > from my 5.1 set would work. > > Now I have a soundblaster live! 24bits the ca0106 chi

Re: [Alsa-user] just an idea

2006-05-21 Thread Lee Revell
On Mon, 2006-05-22 at 02:39 +0300, Sergei Steshenko wrote: > > > > The ca0106 is to the emu10k1 as a Winmodem is to a real modem. It's > > barely supported and we have no good docs on it. > > > > Is it possible to write NDISWRAPPER-like application for > soundcards ? > That's no solution, it'

Re: [Alsa-user] just an idea

2006-05-21 Thread Lee Revell
On Mon, 2006-05-22 at 03:07 +0300, Sergei Steshenko wrote: > 1) Linux end users appear to happily depend on NDISWRAPPER -> Windows > drives for their wireless needs; > No. Period. It's not going to happen. Linux cannot be at the mercy of proprietary vendor drivers. Ndiswrapper is a last resor

Re: [Alsa-user] just an idea

2006-05-22 Thread Lee Revell
On Mon, 2006-05-22 at 07:30 +0200, Peter Zubaj wrote: > On Mon, 2006-05-22 at 07:13 +0200, Ron Smits wrote: > > There are more and more soundcards like ca0106 (near all new). ALSA > should emulate features which card doesn't have (if user want to do > this) in software and I don't think .asoundrc

Re: [Alsa-user] User lists v forums

2006-05-22 Thread Lee Revell
On Mon, 2006-05-22 at 15:27 +1000, Terry North wrote: > Is there any support for a forum as an alternative to > the user list, which is such a clumsy, fragmented and > disorganised format? > Huh? I find web forums clumsy, fragmented, and disorganised. Every web forum has a different interface.

Re: [Alsa-user] Azalia chipset again

2006-05-22 Thread Lee Revell
On Mon, 2006-05-22 at 08:07 +0200, Sven Jacobs wrote: > Dear newsgroup, > > in December 2005 I already wrote a mail (see > http://article.gmane.org/gmane.linux.alsa.user/21211/) to this mailing > list. Now with the release of OpenSuSE 10.1 (Kernel 2.6.16.13) the > problem unfortunately has not

Re: [Alsa-user] just an idea

2006-05-22 Thread Lee Revell
On Mon, 2006-05-22 at 14:15 +0100, James Courtier-Dutton wrote: > The ca0106 is perfectly well supported in Linux. I have the datasheets > for it. The problem is that the card is so basic. It has no DSP or > hardware mixing. Yeah, sorry, I should have been clearer. What I was trying to say is t

Re: [Alsa-user] ALSA works - but no sound (Acer Extensa 6700 Notebook)

2006-05-22 Thread Lee Revell
On Mon, 2006-05-22 at 19:12 +0200, Andreas Burghardt wrote: > Hello everyone, > > I'm a Linux noob ... but finally got everything up - except SOUND! The > driver seems to work if I'm right: > > --->/proc/asound $ cat oss/sndstat > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation code) > Ker

Re: [Alsa-user] ALSA works - but no sound (Acer Extensa 6700 Notebook)

2006-05-22 Thread Lee Revell
On Mon, 2006-05-22 at 12:36 -0700, Bill Unruh wrote: > On Mon, 22 May 2006, Andreas Burghardt wrote: > > > Hello everyone, > > > > I'm a Linux noob ... but finally got everything up - except SOUND! The > > driver seems to work if I'm right: > > First thing to do is to run alsamixer > and to sho

Re: [Alsa-user] ALSA works - but no sound (Acer Extensa 6700 Notebook)

2006-05-22 Thread Lee Revell
On Mon, 2006-05-22 at 22:04 +0200, Haris Peco wrote: > Lee, > >I have tried with 1.0.11 final (and 2.6.16.14) and no sound. > I call alsamixer and set all to on and max volume > my config > cat oss/sndstat > cat: oss/sndstat: No such file or directory > [EMAIL PROTECTED]:/usr/src$ cd /proc/aso

Re: [Alsa-user] Alesis iO|2 troubles

2006-05-23 Thread Lee Revell
On Tue, 2006-05-23 at 20:00 +0100, Taiyo Rawle wrote: > Hello all! > > I'm trying to set up an Alesis iO|2 USB interface, but > I've ran into a few problems. I think they may just be > configuration issues. > > Firstly, playback of stereo files through XMMS works, > but playing a mono file puts w

Re: [Alsa-user] Alesis iO|2 troubles

2006-05-23 Thread Lee Revell
On Tue, 2006-05-23 at 22:53 +0300, Sergei Steshenko wrote: > On Tue, 23 May 2006 15:19:52 -0400 > Lee Revell <[EMAIL PROTECTED]> wrote: > > > > What kernel version? > > > > Bad things will happen if you disconnect a USB audio device during > > play

Re: [Alsa-user] Alesis iO|2 troubles

2006-05-23 Thread Lee Revell
On Tue, 2006-05-23 at 23:11 +0300, Sergei Steshenko wrote: > > I don't know and I do not expect 'aplay' to continue as if nothing > happened, however, restarting ALSA should should cure the problem, > i.e. > what is described here: > > On Tue, 23 May 2006 20:00:14 +0100 (BST) > Taiyo Rawle <[

Re: [Alsa-user] Alesis iO|2 troubles

2006-05-23 Thread Lee Revell
On Tue, 2006-05-23 at 21:43 +0100, Taiyo Rawle wrote: > > > > What kernel version? > > > > > > > > Bad things will happen if you disconnect a USB > > audio device during > > > > playback. > > > > > > > > > > USB was supposed to be hot-pluggable. > > > > > > Bug in the audio HW, kernel or ALSA ?

Re: [Alsa-user] Alesis iO|2 troubles

2006-05-23 Thread Lee Revell
On Tue, 2006-05-23 at 22:07 +0100, Taiyo Rawle wrote: > XMMS not working is *probably* due to the 24bit > conversion requirement for the Alesis. XMMS still > works if I specify the emu10k1 as the output device. I > assume this because if I explicitly specify the USB > box to aplay with the -D optio

Re: [Alsa-user] Audigy2 NX and usb-audio

2006-05-24 Thread Lee Revell
On Wed, 2006-05-24 at 20:35 +0200, Dennis Heuer wrote: > alsa and my via82xx, for example, resist to play native > 5.1--yes, with 5.1 audio sources, xine, , and so on) and I > have to spread the front to center and rear Where is the bug report? Lee

Re: [Alsa-user] Card works only after a WinXP boot

2006-05-24 Thread Lee Revell
On Wed, 2006-05-24 at 17:38 -0500, [EMAIL PROTECTED] wrote: > # cat /proc/asound/version > Advanced Linux Sound Architecture Driver Version 1.0.9b (Thu Jul 28 > 12:20:13 2005 UTC). Too old. Try ALSA 1.0.11. Lee --- All the ad

Re: [Alsa-user] Gentoo, bind Master and Headphone volume as one.

2006-05-24 Thread Lee Revell
On Wed, 2006-05-24 at 19:05 -0700, Ryan Neufeld wrote: > I was wondering if anyone knew how to do this: > > I have a Dell Latitude D610. Intel sound card, works great. One > problem (at least to me) There are 3 volume controls, that affect the > volume on the machine. PCM MASTER and HEADPHONE. >

Re: [Alsa-user] VIA 8235 - CMI9761A AC'97: 5.1 channel setup

2006-05-25 Thread Lee Revell
On Thu, 2006-05-25 at 22:05 +0200, thomas schorpp wrote: > http://alsa.opensrc.org/SurroundSound > > ok, theres more config todo, i post it to the list, > if i get a sufficent setup together, ttable...hmm This should not be necessary. Please report it as a driver bug. https://bugtrack.alsa-pr

Re: [Alsa-user] multiple record (streaming)

2006-05-26 Thread Lee Revell
On Fri, 2006-05-26 at 16:57 +0200, Csillag Tamas wrote: > Hi, > > I am in the process of migrating a source of a streaming station from > winXP to linux. > > This machine records from a soundcard and with ices2 and realproducer > (well the use of this program is not my decision, but I convinced i

Re: [Alsa-user] multiple record (streaming)

2006-05-26 Thread Lee Revell
On Fri, 2006-05-26 at 18:55 +0100, James Courtier-Dutton wrote: > > The "right knob" would be the alsa-lib dsnoop plugin. Should the configs for the emu10k1, audigy, and audigy2 be updated to enable dsnoop by default? I'd submit a patch but I must admit I still can't get my brain around .asou

Re: [Alsa-user] having problems with alsa -- alsaplayer -- mpd --arts

2006-05-28 Thread Lee Revell
On Sun, 2006-05-28 at 19:29 +0100, David Greaves wrote: > I have the same problem on an upgrade to 2.6.16.18 > > Been googling and checking versions etc for hours now... Are you *sure* that all you changed was the kernel? This error comes from alsa-lib. Lee _

Re: [Alsa-user] having problems with alsa -- alsaplayer -- mpd --arts

2006-05-28 Thread Lee Revell
On Sun, 2006-05-28 at 20:52 +0100, David Greaves wrote: > Lee Revell wrote: > > On Sun, 2006-05-28 at 19:29 +0100, David Greaves wrote: > > > >> I have the same problem on an upgrade to 2.6.16.18 > >> > >> Been googling and checking versions etc for hou

Re: [Alsa-user] sound works but loudness is not adjustable with Intel HDA ICH7

2006-06-01 Thread Lee Revell
On Thu, 2006-06-01 at 23:02 +0200, Thomas Krause wrote: > Proc Asound --- > Advanced Linux Sound Architecture Driver Version 1.0.11rc3 (Sun Jan 22 > 09:27:15 2006 UTC). Try 1.0.11 or the latest HG sources. Lee ___

Re: [Alsa-user] Problem with Intel HDA on tecra A6

2006-06-02 Thread Lee Revell
On Fri, 2006-06-02 at 16:14 +0200, Matthias Koenig wrote: > You can try the debian 2.6.16 Kernel from unstable, this one has > ALSA driver 1.0.11rc2. > That's still really old - many HDA intel bugs have been fixed since that release. Debian offers nothing newer than 1.0.11-rc2?!? Lee ___

Re: [Alsa-user] [ALSA-lib] Link trouble with online documentation

2006-06-02 Thread Lee Revell
On Fri, 2006-06-02 at 16:58 -0400, jchampion wrote: > I'm reading the docs here: > > http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html > > At the bottom (and elsewhere in the document) it refers to "Sine-wave > generator", "Minimalistic PCM playback code", and "Latency measuring > tool" ex

Re: [Alsa-user] missing oss/aci.h file

2006-06-03 Thread Lee Revell
On Sat, 2006-06-03 at 01:38 +, tefol tefol wrote: > Hi. > > I am a bit lost with this, and am hoping this is the right place. > > I am attempting to build a mythtv box using a pvr150 card and a dvico dvb-t > card using fedora core 5 and Jarod's how-to. When I attempt to install the > drive

[Alsa-user] Polypaudio plugin docs

2006-06-05 Thread Lee Revell
Where are the docs for the ALSA Polypaudio plugin? Specifically, how do I use it to make ALSA applications network transparent? Lee ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] Sound problem under Mandrake Linux 2006 installation - urgent help needed

2006-06-05 Thread Lee Revell
On Mon, 2006-06-05 at 23:54 +0100, Stephen Mollett wrote: > I may not object to compiling my own software but I have seen countless > disgruntled users who have tried Linux after seeing me using it with apparent > ease then given up in disgust a few weeks (or even a few hours) later when > they

Re: [Alsa-user] Sound problem under Mandrake Linux 2006 installation - urgent help needed

2006-06-05 Thread Lee Revell
On Mon, 2006-06-05 at 17:41 -0700, Bill Unruh wrote: > Well, riptide seems to be a very recent addition. Whether it is because the > alsa people had trouble reverese engineering the driver, or noone had a > copy I do not know. Unfortunately although sound may be basic, it is also > highly highly id

Re: [Alsa-user] alc260 regression between 2.6.13 and 2.6.16

2006-06-06 Thread Lee Revell
On Tue, 2006-06-06 at 19:48 +0100, Barry Scott wrote: > Any idea why this has regressed? What can I do to help fix this? > What info can I collect (I did not see any debug in the modules)? > I happy to test patches to the drivers to get this working again. There are several known HDA intel regress

Re: [Alsa-user] alc260 regression between 2.6.13 and 2.6.16

2006-06-06 Thread Lee Revell
On Tue, 2006-06-06 at 14:00 -0700, Bill Unruh wrote: > On Tue, 6 Jun 2006, Lee Revell wrote: > > > On Tue, 2006-06-06 at 19:48 +0100, Barry Scott wrote: > >> Any idea why this has regressed? What can I do to help fix this? > >> What info can I collect (I did no

Re: [Alsa-user] Cyrrus Logic Crystal CS4237B to configure

2006-06-07 Thread Lee Revell
On Thu, 2006-06-08 at 00:28 +0200, Rene Herman wrote: > I asked around, and it appears that Ubuntu does not yet have a 2.6.16 > kernel available either. Them releasing with 2.6.15 is in fact a bit > strange but nothing I can do about that. It's not really strange. 2.6.16 was released March 20t

Re: [Alsa-user] Cyrrus Logic Crystal CS4237B to configure

2006-06-07 Thread Lee Revell
On Thu, 2006-06-08 at 01:30 +0200, Rene Herman wrote: > Lee Revell wrote: > > > Are you aware of any showstopper bugs missing from the Dapper kernel > > that are fixed in 2.6.16? > > No showstoppers directly but ever since Andrew posted that 2.6.16 was > going int

Re: [Alsa-user] Recording spdif/iec958 on ice1725 terratec 7.1 space

2006-06-07 Thread Lee Revell
On Tue, 2006-06-06 at 17:10 +0100, Ian Malone wrote: > Hi, > > I'm trying to work out how to record from an S/PDIF input > using a Terratec 7.1 Space (Envy24 based card, supported by > ICE1724 Alsa driver). It seems that I should be doing > something like: > > $ arecord -D hwplug:0,1 -f cd test.

Re: [Alsa-user] No volume control in FC5

2006-06-08 Thread Lee Revell
On Thu, 2006-06-08 at 15:30 -0700, Bill Unruh wrote: > I think you have to get your sound cards straight first. > > You have two options, alsamixer -c 0 > and alsamixer -c 1 > Maybe youshould try both to see which one controls the volume of the > sound > you get. > Don't touch modprobe.conf, no

Re: [Alsa-user] No volume control in FC5

2006-06-08 Thread Lee Revell
On Thu, 2006-06-08 at 15:45 -0700, Bill Unruh wrote: > On Thu, 8 Jun 2006, Lee Revell wrote: > > > On Thu, 2006-06-08 at 15:30 -0700, Bill Unruh wrote: > >> I think you have to get your sound cards straight first. > >> > >> You have two options, alsamixer

Re: [Alsa-user] No volume control in FC5

2006-06-08 Thread Lee Revell
On Thu, 2006-06-08 at 15:59 -0700, Bill Unruh wrote: > Ah, ok, my ignorance is hanging here for all to gaze at. Sorry. > > The intel 810 soundcard certainly usually has a volume control. > Depends on the codec. C-Media codecs do not. Lee ___ Alsa-

Re: [Alsa-user] Fw: Sound problem under Mandrake Linux 2006 installation - urgent help needed

2006-06-08 Thread Lee Revell
On Fri, 2006-06-09 at 11:36 +1000, Claude Yu wrote: > Someone pls reply to my request. > My system unable to load snd-riptide even I have downloaded and > installed alsa-driver-1.0.11rc5. > > Why -rc5? Why not just use ALSA 1.0.11? Also please don't post HTML to this list. Lee > > > Be

Re: [Alsa-user] Fw: Sound problem under Mandrake Linux 2006 installation - urgent help needed

2006-06-08 Thread Lee Revell
On Thu, 2006-06-08 at 20:56 -0500, Gene Heskett wrote: > Lee Revell wrote: > > On Fri, 2006-06-09 at 11:36 +1000, Claude Yu wrote: > >> Someone pls reply to my request. > >> My system unable to load snd-riptide even I have downloaded and > >

Re: [Alsa-user] Fw: Sound problem under Mandrake Linux 2006 installation - urgent help needed

2006-06-08 Thread Lee Revell
On Thu, 2006-06-08 at 19:09 -0700, Bill Unruh wrote: > Also, it's OK, Mandriva 2006 is still at 1.0.9b > (Kernel 2.6.12) Um, it's OK if you don't have any hardware that requires a newer ALSA to work (there's a lot of it, mostly intel HDA stuff) Lee

Re: [Alsa-user] Fw: Sound problem under Mandrake Linux 2006 installation - urgent help needed

2006-06-08 Thread Lee Revell
On Thu, 2006-06-08 at 23:14 -0500, Gene Heskett wrote: > Bill Unruh wrote: > > On Thu, 8 Jun 2006, Gene Heskett wrote: > > > >> Lee Revell wrote: > >>> On Fri, 2006-06-09 at 11:36 +1000, Claude Yu wrote: > >>>> Someone pls reply to my request.

Re: [Alsa-user] No volume control in FC5

2006-06-08 Thread Lee Revell
On Fri, 2006-06-09 at 01:41 -0400, Jamie Stotz wrote: > When I disable the .asoundrc file I get no sound from mythtv. Are you running MythTV in OSS or ALSA mode? Lee ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge

<    2   3   4   5   6   7   8   9   10   11   >