[PlanetCCRMA] snd-intel8x0 loaded but no sound on FC3
Mark Knecht
markknecht at gmail.com
Sun Mar 13 13:03:02 PST 2005
On Sun, 13 Mar 2005 21:37:19 +0100, Pierre Proske <drmoth at tpg.com.au> wrote:
> Mark Knecht wrote:
>
> >What sound modules are loaded? (lsmod)
> >What cards does Alsa think are loaded? (cat /proc/asound/cards)
> >What sound hardware is in the system? (lspci)
> >Are there possibly any other apps generating sound and thus locking
> >you out of using Alsa when you're in pd? (ps aux | grep
> >various_things)
> >
> >- Mark
> >
> >
>
> Hi, here are the details:
>
> >What sound modules are loaded? (lsmod)
> >
> # lsmod | grep snd
> snd_seq 61712 0
> snd_seq_device 9612 1 snd_seq
This next line looks like the modem driver.
> snd_intel8x0m 18884 0
> snd_intel8x0 33216 0
> snd_ac97_codec 75384 2 snd_intel8x0m,snd_intel8x0
> snd_pcm_oss 63776 0
> snd_mixer_oss 21888 1 snd_pcm_oss
> snd_pcm 108680 4
> snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
> snd_timer 28676 2 snd_seq,snd_pcm
> snd 68484 9
> snd_seq,snd_seq_device,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
> soundcore 9952 1 snd
> snd_page_alloc 10884 3 snd_intel8x0m,snd_intel8x0,snd_pcm
>
> >What cards does Alsa think are loaded? (cat /proc/asound/cards)
> >
>
> # cat /proc/asound/cards
> 0 [I82801DBICH4 ]: ICH4 - Intel 82801DB-ICH4
> Intel 82801DB-ICH4 with AD1981B at 0xc0000c00, irq 11
> 1 [Modem ]: ICH-MODEM - Intel 82801DB-ICH4 Modem
> Intel 82801DB-ICH4 Modem at 0x2400, irq 11
And the modem is showning up as a sound card. How strange!
>
> >What sound hardware is in the system? (lspci)
> >
> # lspci
> 00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM
> (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
> 00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97
> Modem Controller (rev 01)
>
> >Are there possibly any other apps generating sound and thus locking
> >you out of using Alsa when you're in pd? (ps aux | grep
> >various_things)
> >
> >
> Other than the gnome volume manager I couldn't find any other audio apps
> running.
> Could the modem audio controller be a problem? How can I get rid of it?
Good question. What is in your modprobe.conf file? Is the modem driver
loaded there, or is it somehow part of the hotplug stuff?
You might by hand try an
rmmod snd_intel8x0m
and then a restart of Alsa to see what happens
/etc/rc.d/init.d/alsasound restart
No promises at all that this will help though.
If you're not going to use the modem then it wouldn't hurt to not load
it and save resources, especially if it's conflicting somehow.
More information about the PlanetCCRMA
mailing list