Re: [Alsa-user] more help with multiple usb devices

2009-01-21 Thread Yan Seiner
sonof...@iinet.net.au wrote: > > On Wed Jan 21 17:59 , Yan Seiner sent: > > >> sonof...@iinet.net.au wrote: >> >>> Thanks Yan >>> >>> I did actually read this in my research. The documentation was a little too >>> brief

Re: [Alsa-user] more help with multiple usb devices

2009-01-21 Thread Yan Seiner
sonof...@iinet.net.au wrote: > > Hi All > > Firstly thanks to all the people who responded last time. > I have tried the simpler methods (modprobe.conf) without success as 2 of my > devices have the same vendor ID and product ID even though they are different > models. (emagic AMT8 and emagic

Re: [Alsa-user] more help with multiple usb devices

2009-01-21 Thread Yan Seiner
sonof...@iinet.net.au wrote: > Thanks Yan > > I did actually read this in my research. The documentation was a little too > brief for me to extrapolate out for my needs. It may actually fix another > problem I have with the default card but not this issue, which is to setup > all MIDI devices i

Re: [Alsa-user] How to order multiple usb devices

2009-01-14 Thread Yan Seiner
ex.php/How_to_make_the_sound_work Rather than users, this one ties a sound device to an X display. -- o__ ,>/'_ o__ (_)\(_),>/'_o__ Yan Seiner (_)\(_) ,>/'_ o__ Personal Trainer (_)\(_),>/'_o__

Re: [Alsa-user] Multiseatet system

2008-12-31 Thread Yan Seiner
> > > http://alsa.opensrc.org/index.php/.asoundrc#Splitting_front_and_rear_outputs > This might also be useful: http://wiki.c3sl.ufpr.br/multiseat/index.php/How_to_make_the_sound_work -- o__ ,>/'_ o__ (_)\(_),>/'_o__

[Alsa-user] setting ALSA_CARD from /etc/bashrc

2008-11-25 Thread Yan Seiner
OK, this is more of a bash/distro question but I hope someone can help me out. I need to set ALSA_CARD globally. I've added a line to /etc/bash.bashrc that sets ALSA_CARD depending on the value of $DISPLAY. if [ ${DISPLAY+1} == 1 ] ; then [[ -f /etc/asound_card.conf ]] && . /etc/asound

[Alsa-user] Two USB sound cards - which is which?

2008-01-12 Thread Yan Seiner
I have a system with 2 identical USB sound cards: athena:/proc/asound# cat cards 0 [Audio ]: USB-Audio - USB Audio C-Media INC. USB Audio at usb-:00:1d.2-1, full speed 1 [Audio_1]: USB-Audio - USB Audio C-Media INC. USB Audio at u

Re: [Alsa-user] nobody using snd-usb-audio here, I am getting crazy.

2007-12-03 Thread Yan Seiner
kevin liu wrote: >> ALSA_CARD tells alsa to use that card # as the default. >> >> So in your case you want to set >> >> ALSA_CARD=1 >> > > But I think I should not assign a static ALSA_CARD number in a > usrspace script. > Before I plug my usb audio device, ALSA_CARD 1 is not present,

Re: [Alsa-user] nobody using snd-usb-audio here, I am getting crazy.

2007-12-03 Thread Yan Seiner
kevin liu wrote: >> OK, the problem is that the kernel assigns card numbers based on >> whatever it wants, so the cards can move around each time you boot the >> system. >> > > My case is a little different from yours. > I have an on-board sound card and another usb audio card when I plug my t

Re: [Alsa-user] nobody using snd-usb-audio here, I am getting crazy.

2007-12-03 Thread Yan Seiner
kevin liu wrote: > Then thanks so much.:-) > > On Dec 3, 2007 11:10 PM, Yan Seiner <[EMAIL PROTECTED]> wrote: > >> kevin liu wrote: >> >>> Dear: >>> I want to use snd-usb-audio to drive my usb audio stream interface. >>>

Re: [Alsa-user] problem with .asoundrc

2007-12-01 Thread Yan Seiner
mcnster wrote: > > If you want to use a pcm of type hw (or plug on hw), consider using the > shell to evaluate an appropriate value (based on $DISPLAY) for ALSA_CARD > or ALSA_PCM_CARD in the user's .xinitrc. See lines 132-231 in alsa.conf > (v1.0.15). > Excellent! That made it work. As soon

[Alsa-user] problem with .asoundrc

2007-11-29 Thread Yan Seiner
Could someone tell me why this .asoundrc doesn't work? defaults.pcm.card "xx" defaults.ctl.card "xx" defaults.pcm.device 0 defaults.pcm.subdevice -1 pcm.yy { type hw card 0 } ctl.yy { type hw card 0 } pcm.xx { type hw card 1 } ctl.xx { type hw card 1 } alsamixer

Re: [Alsa-user] usb audio - help with asoundrc

2007-11-22 Thread Yan Seiner
william estrada wrote: > Yan, > > While I am not an expert, I do have a little experience with one USB > sound device (SB). > > First, asoundconf does not support USB devices. > > Second, the USB devices are assigned their ID in the order they are > seen. The first one plugged in will be the

[Alsa-user] usb audio - help with asoundrc

2007-11-12 Thread Yan Seiner
I have a multiseat box with 3 heads and 3 sound cards. One is on board: 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) two are usb: Bus 004 Device 002: ID 0d8c:0001 C-Media Electronics, Inc. Bus 003 Device 002: ID 0d8c:0001 C-Media Electr

Re: [Alsa-user] es18xx soundcard troubles

2007-08-02 Thread Yan Seiner
Rene Herman napsal(a): > On 08/01/2007 04:07 PM, Yan Seiner wrote: > >> From the various threads I've found on this, it appears that the >> driver broke sometime fairly recently, and that it may indeed work >> with older kernels. Perhaps the fault is with the acpi

Re: [Alsa-user] es18xx soundcard troubles

2007-08-01 Thread Yan Seiner
Rene Herman wrote: > On 08/01/2007 04:07 PM, Yan Seiner wrote: > >> From the various threads I've found on this, it appears that the >> driver broke sometime fairly recently, and that it may indeed work >> with older kernels. Perhaps the fault is with the acpi

Re: [Alsa-user] es18xx soundcard troubles

2007-08-01 Thread Yan Seiner
Yan Seiner napsal(a): > Yan Seiner napsal(a): > >> Hi Rene: >> >> I've also been trying to get this chip to work. This exchange gives me >> new hope. Here's what I have: >> >> debian:~# cat /sys/bus/pnp/devices/00:*/id | grep ESS >>

Re: [Alsa-user] es18xx soundcard troubles

2007-08-01 Thread Yan Seiner
Yan Seiner napsal(a): > Rene Herman napsal(a): > >> The ESS0009 is the chip's CTRL port but I assume from the single >> ESS1869 already present there that it's okay without. >> >> If you are upto applying the attached patch and rebuilding the kernel &

Re: [Alsa-user] es18xx soundcard troubles

2007-08-01 Thread Yan Seiner
pported on this system pnp: Failed to disable device 00:06. ESS AudioDrive ES18xx soundcard not found or device busy And, of course, no sound. The system is a Compaq Armada 1700, an old laptop. Any suggestions? -- o__ ,>/'_ o__ (_)\(_),>/'_ o__ Yan

[Alsa-user] es18xx woes

2007-07-26 Thread Yan Seiner
I have an old Compaq Armada 1700 laptop that I'm trying to set up for my kids. It has an isa pnp sound card, using the ess 1869 chip. Apparently both isapnp and acpi are slightly broken, so I've disabled acpi at kernel boot (acpi=off) and I'm using isapnp=0 when I modprobe the snd_es18xx modul