LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sound driver problem (https://www.linuxquestions.org/questions/linux-newbie-8/sound-driver-problem-582719/)

jkkunil 09-06-2007 12:51 PM

Sound driver problem
 
Hello,
I've installed Ubuntu 7.04 in my pc.
Configuration:
CPU: 2.8 Ghz Pentium D
MB: Intel 945 GCL
Sound: Sigmatel (Onboard)

Ubuntu can detect my sound card, but cant produce any sound. Is there any special procedure I need to follow? Sound card is working fine on Windows Xp.

Any help is appreciated.

visaris 09-06-2007 01:02 PM

This is the obvious question, and I'm sorry to ask it, but this is the first step:

Did you turn the volume up? Just one volume up, or all channels? Sometimes the "master" channel in the GUI doesn't control the actual master volume. Also, there can be multiple volumes controlling the same channel (master+pcm, etc). Make sure they are all turned up. Again, I don't mean to call you an idiot or anything; you would be surprised how many people forget to check this.

visaris 09-06-2007 01:02 PM

Also, type "lspci" in a root console and give us the output, thanks!

jkkunil 09-06-2007 01:26 PM

I tried to set volume by clicking the icon on the system tray. Both channels are in maximum volume.

The "lspci" command shows the following output:

00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
04:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection (rev 01)

visaris 09-06-2007 02:16 PM

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)

I have heard this is recognized in kernels around 2.6.19, but will not play sound. The fix, IIRC, is to get a newer kernel version. Type "uname -a" and post the output please.
Thanks!

dark_angel 09-07-2007 06:59 AM

you could always download the latest alsa drivers and compile them.

jkkunil 09-07-2007 11:44 AM

Quote:

Type "uname -a" and post the output please.
Here is the output:
Code:

2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux

Quote:

you could always download the latest alsa drivers and compile them.
Can you please elaborate your msg? I'm new to linux :(

comprookie2000 09-07-2007 04:32 PM

This may get you started;
http://www.linuxquestions.org/questi...d.php?t=509778
also look at the part Manually Specify Module Parameters here
https://help.ubuntu.com/community/HdaIntelSoundHowto
I know its for ubuntu but it will give you the idea about
options snd-hda-intel model=3stack
it depends on your card, also some people get it to work by removing it; and others never get it to work.
I used the driver from realtek once and it worked;
http://www.realtek.com.tw/downloads/...&GetDown=false
I used the other

jkkunil 09-08-2007 03:28 AM

Thanks, I'll try


All times are GMT -5. The time now is 09:08 AM.