No Sound on Laptop

If you are new to Linux or new to Sabayon Linux and just not sure where to post, here ya go. Post without fear of being told to RTFM :-)

Moderator: Moderators

No Sound on Laptop

Postby f4nt » Sat May 09, 2009 21:02

After feeling a bit hosed by Jaunty, I'm back to Sabayon which I've used a little bit in the past. This time around though I'm on a new laptop, an Acer Aspire 6920, which apparently has a PITA for a sound card. My Alsa info can be found at:

http://www.alsa-project.org/db/?f=63acc ... c37410b786

Now I had numerous problems in Ubuntu as well with Heron, Intrepid, and Jaunty, however I was always able to update Alsa to 1.0.19 and it worked fine. However it would seem that 1.0.20 is the default in Sabayon 4.1 if I'm not mistaken. Yet I don't get any sound out of the speakers, or headphone jack. Anyone have some ideas on things I could try to solve this issue in Sabayon? I'd really like to stick with this distro for awhile, but sound's a bit of a necessity. Thanks in advanced for any/all help.
f4nt
Baby Hen
 
Posts: 6
Joined: Sat May 09, 2009 20:48

Re: No Sound on Laptop

Postby micia » Sat May 09, 2009 21:25

The first thing to do in such cases is to open up a console,
type su and your root password and execute:
Code: Select all
alsaconf

hopefully it will configure the card for you.
User avatar
micia
Sagely Hen
 
Posts: 2710
Joined: Wed Nov 26, 2008 16:41

Re: No Sound on Laptop

Postby f4nt » Sat May 09, 2009 21:36

Tried that, selected my card and such.. no dice :/
f4nt
Baby Hen
 
Posts: 6
Joined: Sat May 09, 2009 20:48

Re: No Sound on Laptop

Postby micia » Sat May 09, 2009 21:59

you are also sure that all channels are setup properly?
Check it with:
Code: Select all
alsamixer

Sometimes channels get a low volume and it seems that the
card is not recognized.
If still no luck, could you post the output from lspci and tell us the model of your laptop?
User avatar
micia
Sagely Hen
 
Posts: 2710
Joined: Wed Nov 26, 2008 16:41

Re: No Sound on Laptop

Postby f4nt » Sat May 09, 2009 22:04

All the channels show up properly and I have them all cranked. None of them are muted either.

Code: Select all
f4nt@f4nt-laptop:~/contegix/temp$ sudo lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 04)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 04)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 04)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 04)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 04)
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 9500M GS] (rev a1)
02:00.0 Ethernet controller: Attansic Technology Corp. Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller (rev b0)
08:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
f4nt
Baby Hen
 
Posts: 6
Joined: Sat May 09, 2009 20:48

Re: No Sound on Laptop

Postby wolfden » Sat May 09, 2009 23:11

User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Re: No Sound on Laptop

Postby f4nt » Sat May 09, 2009 23:39

Thanks for the tip. Unfortunately the following line:

Code: Select all
modprobe snd-hda-intel "YOUR_MODEL"


keeps failing on me. I've tried multiple modules but always receive:

Code: Select all
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.29-sabayon/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)


Below is an example of the line I've ran:

Code: Select all
modprobe snd-hda-intel ALC268


Dmesg doesn't say much other than the parameter (the model number) is unknown. Am I missing something obvious here?
f4nt
Baby Hen
 
Posts: 6
Joined: Sat May 09, 2009 20:48

Re: No Sound on Laptop

Postby f4nt » Sat May 09, 2009 23:44

Nevermind, looks like it's supposed to say "model=MODEL_NAME". Found that in the forums. I'll give it a shot and see what happens :) I *hate* this sound card.
f4nt
Baby Hen
 
Posts: 6
Joined: Sat May 09, 2009 20:48

Re: No Sound on Laptop

Postby f4nt » Sun May 10, 2009 0:35

Tried a myriad of different models, still no sound. I'm either doing something wrong, or my card is just really annoying. Not sure which yet.
f4nt
Baby Hen
 
Posts: 6
Joined: Sat May 09, 2009 20:48

Re: No Sound on Laptop

Postby NicelyMKVI » Sun May 10, 2009 4:40

f4nt I had the same problem with my Acer Aspire 8920g. This is what I did to fix it.

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following commands (copy/paste each command into the
Terminal and then hit <enter>)

gedit /etc/modprobe.d/alsa-base

Add these 2 lines to the end of the alsa-base file:

alias snd-card-0 snd-hda-intel
options snd-hda-intel model=auto

It worked for me after weeks of searching. Many thanks and credit go to Mark Rijckenberg for his help in this matter.
Hope it works for you too.
Acer Aspire 8920G
T9300(2.50Ghz)
Geforce 9500m GS
4GB DDR2 667Mhz
320GB HDD
Blu-ray/Super multi DVD
Sabayon 4.2 Gnome 64 Bit
User avatar
NicelyMKVI
Simple Hen
 
Posts: 46
Joined: Thu Apr 30, 2009 1:11
Location: USA

Next

Return to Beginners|Newbies Area

Who is online

Users browsing this forum: No registered users and 3 guests