[PlanetCCRMA] snd-intel8x0 loaded but no sound on FC3

Pierre Proske drmoth@tpg.com.au
Sun Mar 13 15:15:02 2005


Mark Knecht wrote:

>On Sun, 13 Mar 2005 21:37:19 +0100, Pierre Proske <drmoth@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.
>
>
>
>  
>
Hi Mark,
I removed the modem module, someone else suggested it as well, but no 
improvement.
When I restart I still get this alsactl message, which appears harmless, 
and my mixer settings are erased...not related I guess, but is it normal?

# /etc/rc.d/init.d/alsasound restart
Shutting down sound driver                                      [  OK  ]
Starting sound driver snd-intel8x0                          [  OK  ]
Starting sequencer                                                     
[  OK  ]
Restoring sound driver settings /usr/sbin/alsactl: load_state:1267: No 
soundcards found...     [ FAILED ]

I'm listing the following because I'm running out of ideas. Why would 
regular FC3 work and FC3-ccrma not?
I was getting some other error messages earlier today, but they 
disappeared after I took out some lines I had manually added to 
modprobe.conf, opting for the alsaconf lines instead:
Mar 13 18:53:23 localhost modprobe: FATAL: Error inserting snd_intel8x0 
(/lib/modules/2.6.10-0.6.rdt.rhfc3.ccrma/updates/pci/snd-intel8x0.ko): 
Unknown symbol in module, or unknown parameter (see dmesg)
Mar 13 18:53:23 localhost alsasound: Starting sound driver snd-intel8x0 
succeeded
Mar 13 18:53:23 localhost modprobe: FATAL: Error inserting snd_intel8x0 
(/lib/modules/2.6.10-0.6.rdt.rhfc3.ccrma/updates/pci/snd-intel8x0.ko): 
Unknown symbol in module, or unknown parameter (see dmesg)
Mar 13 18:53:23 localhost alsasound: Starting sound driver snd-intel8x0 
succeeded
Mar 13 18:53:36 localhost kernel: snd_intel8x0: Unknown parameter `'
Mar 13 18:53:37 localhost kernel: snd_intel8x0: Unknown parameter `'
Mar 13 18:53:37 localhost kernel: snd_intel8x0: Unknown parameter `'
Mar 13 18:58:36 localhost kernel: snd_intel8x0: Unknown parameter `'

anyway, thanks for your help, and if you have any wild ideas, I'm 
prepared to try them out...

Pierre