LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-22-2009, 07:11 AM   #1
edriv
LQ Newbie
 
Registered: Dec 2006
Location: Gradisca (Italy)
Distribution: Fedora Core 10
Posts: 6

Rep: Reputation: 0
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.
 
Old 03-22-2009, 08:05 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
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
 
Old 03-24-2009, 09:09 AM   #3
edriv
LQ Newbie
 
Registered: Dec 2006
Location: Gradisca (Italy)
Distribution: Fedora Core 10
Posts: 6

Original Poster
Rep: Reputation: 0
I've tried it, but unfortunately it doesn't work.

It's the same as before.
 
Old 03-24-2009, 12:11 PM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by edriv View Post
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
 
Old 03-26-2009, 08:36 AM   #5
edriv
LQ Newbie
 
Registered: Dec 2006
Location: Gradisca (Italy)
Distribution: Fedora Core 10
Posts: 6

Original Poster
Rep: Reputation: 0
Ah, two days ago i don't know why it didn't work, but after rebooting two times it does finally work!

thank you
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Alsa sound is half working upchucky Linux - Newbie 1 10-14-2008 02:27 AM
Beryl/Ati/XGL half working, half not! LDJ Ubuntu 4 04-23-2007 04:05 PM
sound not working in SUSE 10.2 although sound card correctly configured mhardwick Linux - Software 4 03-05-2007 02:13 PM
ALSA not working for Creative Sound Blaster Live 24 Bit sound card vishalsonu Linux - Hardware 7 08-20-2005 01:02 PM
Half working alsa Sound problem intel AC97 Power_Penguin Linux - Software 6 03-29-2004 10:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration