LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   No Sound with ASRock B75M-GL and Ubuntu 10.04.4 (https://www.linuxquestions.org/questions/linux-hardware-18/no-sound-with-asrock-b75m-gl-and-ubuntu-10-04-4-a-4175436562/)

supermario3 11-10-2012 10:23 AM

No Sound with ASRock B75M-GL and Ubuntu 10.04.4
 
I have
MoBo ASRock B75M-GL with CPU Intel G550
Ubuntu 10.04.4 64bit updated, no strange sources or ppa
kernel 2.6.32-45-generic
Code:

sm3@sm3-desktop:~$ aplay -l
aplay: device_list:223: nessuna scheda audio trovata...

(nessuna scheda audio trovata... means no sound card found - i'm italian)
Audio doesn't work. The icon in the notification is like this http://img96.imageshack.us/img96/7862/audiod.png
This is lspci
Quote:

00:00.0 Host bridge: Intel Corporation Device 0100 (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
00:14.0 USB Controller: Intel Corporation Device 1e31 (rev 04)
00:16.0 Communication controller: Intel Corporation Device 1e3a (rev 04)
00:1a.0 USB Controller: Intel Corporation Device 1e2d (rev 04)
00:1b.0 Audio device: Intel Corporation Device 1e20 (rev 04)
00:1c.0 PCI bridge: Intel Corporation Device 1e10 (rev c4)
00:1c.5 PCI bridge: Intel Corporation Device 1e1a (rev c4)
00:1d.0 USB Controller: Intel Corporation Device 1e26 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a4)
00:1f.0 ISA bridge: Intel Corporation Device 1e49 (rev 04)
00:1f.2 SATA controller: Intel Corporation Device 1e02 (rev 04)
00:1f.3 SMBus: Intel Corporation Device 1e22 (rev 04)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
Should I provide more details?
Can you help me solve this problem?
Thanks

camorri 11-10-2012 02:39 PM

From what I can tell, the module snd_hda_intel should support your sound. See this link

-->http://www.alsa-project.org/main/ind...dule-hda-intel

First, determine if and sound modules are loaded. In terminal, run the command 'sudo lsmod | grep snd_hda_intel'. If its loaded, several lines will show up as output. If it is not loaded, nothing shows up.

You can try and load the modules as described on the link, that may get your sound going. 10.04 is a bit dated, I did see some other threads with similar problems, and going to a newer release was required. I would expect you have the modules, so you should not need to try and build them. You should try and modprobe them. You will need to put sudo ahead of modprobe.

Quote:

Now insert the modules into the kernel:

modprobe snd-hda-intel ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss
The above is from the alsa instructions. You can load one at a time, or the lot at once.

Let us know...


All times are GMT -5. The time now is 05:39 AM.