[PlanetCCRMA] FC4 sudden sound card problem

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu Jul 7 10:45:01 2005


On Thu, 2005-07-07 at 10:31, Brad Kligerman wrote:
> Hi all:: 
> I had a FC4 installation & CCRMA working fine. I then got a wifi card
> running, and for some reason it knocked out my sound card. But, when I
> reboot with the original FC4 kernel, the soundcard shows up again. 

Which Planet CCRMA kernel is this? As you say, weird. You should take a
look at /var/log/messages and/or the output of dmesg to see if there are
error messages related to the audio drivers. What happens if you try to
load the soundcard kernel module by hand? (ie: "/sbin/modprobe
snd-intel8x0")

One possible scenario is that the wifi driver is using some hardware
resource that the soundcard needs as well...

The "sound comes back when booting into fc4's kernel" is to be expected
as you only installed the driver for CCRMA's kernel (and that's what is
apparently causing the conflict). 

-- Fernando

> for CCRMA =>
> /proc/asound/cards 
> 0 [U0x46d0x8b0    ]: USB-Audio - USB Device 0x46d:0x8b0 
>                     USB Device 0x46d:0x8b0 at usb-0000:00:1d.0-1, full
> speed 
> 1 [Modem          ]: ICH-MODEM - Intel 82801CA-ICH3 Modem 
>                     Intel 82801CA-ICH3 Modem at 0x2400, irq 9 
> 
> for FC4 =>
> cat /proc/asound/cards 
> 0 [I82801CAICH3   ]: ICH - Intel 82801CA-ICH3 
>                     Intel 82801CA-ICH3 with YMF753 at 0x1c00, irq 9 
> 1 [Modem          ]: ICH-MODEM - Intel 82801CA-ICH3 Modem 
>                     Intel 82801CA-ICH3 Modem at 0x2400, irq 9 
> 2 [U0x46d0x8b0    ]: USB-Audio - USB Device 0x46d:0x8b0 
>                     USB Device 0x46d:0x8b0 at usb-0000:00:1d.0-1, full
> speed
> 
> modprobe.conf (kind of a mess...)
> alias eth0 e100 
> alias eth1 prism54 
> alias snd-card-0 snd-intel8x0 
> options snd-card-0 index=0 options snd-intel8x0 index=0 install
> snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && \ 
>        /usr/sbin/alsactl restore >/dev/null 2>&1 || : 
> remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
> }; \ 
>        /sbin/modprobe -r --ignore-remove snd-intel8x0 
> alias usb-controller uhci-hcd 
> alias ieee1394-controller ohci1394 
> alias net-pf-10 off 
> alias ipv6 of 
> 
> Any ideas?? 
> Thanks ::Brad