On Thursday 11 October 2007 18:30, Gene Heskett wrote: > On Thursday 11 October 2007, Nigel Henry wrote: > >cat /proc/asound/version > > [warning, long lines ahead] > > [root@coyote ~]# cat /proc/asound/version > Advanced Linux Sound Architecture Driver Version 1.0.14 (Fri Jul 20 > 09:12:58 2007 UTC). > > Audio here is a dual 'card' , mobo nvidia chipset is set for gizmo's use, > and the main output is from an audigy-2, the real one. > > Some minor acrobatics in my modprobe.conf: > > remove snd-emu10k1 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; > /sbin/modprobe -r --ignore-remove snd-emu10k1 remove snd-intel8x0 { > /usr/sbin/alsactl store 1 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r > --ignore-remove snd-intel8x0 #install ipv6 /bin/true > remove snd-mpu401 { /usr/sbin/alsactl store 2 >/dev/null 2>&1 || : ; }; > /sbin/modprobe -r --ignore-remove snd-mpu401 # nvidia kernel module > options snd cards_limit=8 > alias snd-card-0 snd-emu10k1 > options snd-emu10k1 index=0 > alias snd-card-1 snd-intel8x0 > options snd-intel8x0 index=1 > alias snd-card-7 snd-usb-audio > options snd-usb-audio index=7 > options snd-mpu401 index=2 > > Does this help? > > -- > Cheers, Gene Thanks for the reply Gene. I was trying to find out if the alsa driver 1.0.15 was now in the 2.6.23 kernel, but just having seen a post to the alsa user list, it's being pushed to the 2.6.24 kernel. I'd obviously misread the previous post. Nice to see you have an audigy2 like me, and your snd-intel8x0 appears to be working ok. The same can't be said for those folks with snd-hda-intel, especially on laptops, where if it doesn't work, the only alternative is a usb, or pcmcia soundcard. I only mention the hda-intel cards because I'm trying to help someone with a problem with no sound on their Acer Aspire 5720 notebook, using the ALC268 codec. Patches to fix problems with Realtek codecs are in alsa driver 1.0.15, but as 1.0.15 is not going to turn up until the 2.6.24 kernel, I need to find out how to upgrade a 1.0.14 alsa driver for a currently running 2.6.22 kernel to the latest 1.0.15 one. That's my problem though, and on a different thread. All the best. Nigel.