LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Sound card half-working (https://www.linuxquestions.org/questions/linux-hardware-18/sound-card-half-working-713529/)

edriv 03-22-2009 07:11 AM

Sound card half-working
 
I'm having a strange problem configuring my sound card.
Sometimes it works, sometimes it doesn't: when I usually start the computer, I can get no sound. If I run system-config-soundcard (on Fedora), I don't find any "PCM device" listed.

But after running alsaconf I can get audio working!

Here's some configuration before running alsaconf:
Code:

Butbash-3.2$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 04)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
01:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
01:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
01:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
01:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 08)
01:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
03:00.0 VGA compatible controller: nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] (rev a1)

Code:

bash-3.2$ lsmod | grep snd
snd_page_alloc        11144  0

and some configuration after abash-3.2$ lsmod | grep snd
Code:

bash-3.2$ lsmod | grep snd
snd_opl3sa2            20244  0
snd_wss_lib            25984  1 snd_opl3sa2
snd_opl3_lib          12800  1 snd_opl3sa2
snd_mpu401_uart        10368  1 snd_opl3sa2
snd_rawmidi            22272  1 snd_mpu401_uart
snd_hda_intel        395544  4
snd_seq_dummy          6660  0
snd_seq_oss            30364  0
snd_seq_midi_event      9600  1 snd_seq_oss
snd_seq                48320  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          9996  5 snd_opl3_lib,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            41600  0
snd_mixer_oss          16896  1 snd_pcm_oss
snd_pcm                64772  4 snd_wss_lib,snd_hda_intel,snd_pcm_oss
snd_timer              21896  4 snd_wss_lib,snd_opl3_lib,snd_seq,snd_pcm
snd_hwdep              10372  2 snd_opl3_lib,snd_hda_intel
snd                    51768  22 snd_opl3sa2,snd_wss_lib,snd_opl3_lib,snd_mpu401_uart,snd_rawmidi,snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore              9416  1 snd
snd_page_alloc        11144  3 snd_wss_lib,snd_hda_intel,snd_pcm

now... how can I put some order in my computer, so that when I start it, the sound card module are automatically probed?

Thanks for anybody who spends a little time to help an unexperienced user like me.

jdkaye 03-22-2009 08:05 AM

Hi neighbour!
Have you tried typing this command after you've run the alsaconf and the card is working?
Code:

sudo alsactl store
Bondi,
jdk

edriv 03-24-2009 09:09 AM

I've tried it, but unfortunately it doesn't work.

It's the same as before. :(

jdkaye 03-24-2009 12:11 PM

Quote:

Originally Posted by edriv (Post 3486124)
I've tried it, but unfortunately it doesn't work.

It's the same as before. :(

Does that mean you have to run alsaconf all over again or do you get it working again by running
Code:

alsactl restore
ciao,
jdk

edriv 03-26-2009 08:36 AM

Ah, two days ago i don't know why it didn't work, but after rebooting two times it does finally work!

thank you :)


All times are GMT -5. The time now is 02:29 PM.