| Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind). |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-14-2009, 06:41 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2009
Posts: 9
Rep:
|
No sound output from laptop speakers in ACER 5920 (fedora 8)
There is no sound output from my laptop (ACER 5920) speakers. The weird thing is that the sound is being output to my head phones when i plug them in.
uname -a
Linux localhost.localdomain 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux
lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
modinfo snd-hda-intel
filename: /lib/modules/2.6.23.1-42.fc8/kernel/sound/pci/hda/snd-hda-intel.ko
description: Intel HDA driver
license: GPL
alias: pci:v000010DEd00000AC3sv*sd*bc*sc*i*
alias: pci:v000010DEd00000AC2sv*sd*bc*sc*i*
alias: pci:v000010DEd00000AC1sv*sd*bc*sc*i*
alias: pci:v000010DEd00000AC0sv*sd*bc*sc*i*
alias: pci:v000010DEd00000777sv*sd*bc*sc*i*
alias: pci:v000010DEd00000776sv*sd*bc*sc*i*
alias: pci:v000010DEd00000775sv*sd*bc*sc*i*
alias: pci:v000010DEd00000774sv*sd*bc*sc*i*
alias: pci:v000010DEd000007FDsv*sd*bc*sc*i*
alias: pci:v000010DEd000007FCsv*sd*bc*sc*i*
alias: pci:v000010DEd0000055Dsv*sd*bc*sc*i*
alias: pci:v000010DEd0000055Csv*sd*bc*sc*i*
alias: pci:v000010DEd0000044Bsv*sd*bc*sc*i*
alias: pci:v000010DEd0000044Asv*sd*bc*sc*i*
alias: pci:v000010DEd000003F0sv*sd*bc*sc*i*
alias: pci:v000010DEd000003E4sv*sd*bc*sc*i*
alias: pci:v000010DEd00000371sv*sd*bc*sc*i*
alias: pci:v000010DEd0000026Csv*sd*bc*sc*i*
alias: pci:v000010B9d00005461sv*sd*bc*sc*i*
alias: pci:v00001039d00007502sv*sd*bc*sc*i*
alias: pci:v00001106d00003288sv*sd*bc*sc*i*
alias: pci:v00001002d0000AA00sv*sd*bc*sc*i*
alias: pci:v00001002d0000960Csv*sd*bc*sc*i*
alias: pci:v00001002d00007919sv*sd*bc*sc*i*
alias: pci:v00001002d0000793Bsv*sd*bc*sc*i*
alias: pci:v00001002d00004383sv*sd*bc*sc*i*
alias: pci:v00001002d0000437Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000293Fsv*sd*bc*sc*i*
alias: pci:v00008086d0000293Esv*sd*bc*sc*i*
alias: pci:v00008086d0000284Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000269Asv*sd*bc*sc*i*
alias: pci:v00008086d000027D8sv*sd*bc*sc*i*
alias: pci:v00008086d00002668sv*sd*bc*sc*i*
depends: snd-pcm,snd-page-alloc,snd,snd-hwdep
vermagic: 2.6.23.1-42.fc8 SMP mod_unload 686 4KSTACKS
parm: power_save:Automatic power-saving timeout (in second, 0 = disable). (int)
parm: index:Index value for Intel HD audio interface. (int)
parm: id:ID string for Intel HD audio interface. (charp)
parm: model:Use the given board model. (charp)
parm: position_fix:Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size). (int)
parm: probe_mask:Bitmask to probe codecs (default = -1). (int)
parm: single_cmd:Use single command to communicate with codecs (for debugging only). (bool)
parm: enable_msi:Enable Message Signaled Interrupt (MSI) (int)
parm: power_save_controller:Reset controller in power save mode. (bool)
parm: enable:bool
|
|
|
|
03-14-2009, 11:05 AM
|
#2
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,778
|
Quote:
Originally Posted by Shashank Rachamalla
There is no sound output from my laptop (ACER 5920) speakers. The weird thing is that the sound is being output to my head phones when i plug them in.
uname -a
Linux localhost.localdomain 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux
|
What version/distro of Linux are you using?
Also, check the mixer settings (try running either alsamixer or run the kmix application from the KDE sound applet, but you don't say anything about your desktop either). Often times, the speakers are muted by default. Since you're getting headphones sound, that points to things being muted.
|
|
|
|
03-14-2009, 11:59 AM
|
#3
|
|
LQ Newbie
Registered: Mar 2009
Posts: 9
Original Poster
Rep:
|
Quote:
Originally Posted by TB0ne
What version/distro of Linux are you using?
Also, check the mixer settings (try running either alsamixer or run the kmix application from the KDE sound applet, but you don't say anything about your desktop either). Often times, the speakers are muted by default. Since you're getting headphones sound, that points to things being muted.
|
I am using gnome on fedora 8.
alsamixer -c 0
The following is the configuration for PC Speaker
Card: HDA Intel
Chip: Realtek ALC888
View: [Playback] Capture All
Item: PC Speaker [dB gain=12.00, 12.00]
and the volume is set to full.
|
|
|
|
03-14-2009, 12:12 PM
|
#4
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,778
|
Quote:
Originally Posted by Shashank Rachamalla
I am using gnome on fedora 8.
alsamixer -c 0
The following is the configuration for PC Speaker
Card: HDA Intel
Chip: Realtek ALC888
View: [Playback] Capture All
Item: PC Speaker [dB gain=12.00, 12.00]
and the volume is set to full.
|
Just try running "alsamixer", without the "-c 0". See if any channels are muted.
|
|
|
|
03-14-2009, 12:31 PM
|
#5
|
|
Member
Registered: Nov 2005
Location: Toronto Canada
Distribution: Debian
Posts: 90
Rep:
|
lappy sound
look at my thread for the MSI laptop very similar to your problem (got it working )
|
|
|
|
03-18-2009, 12:10 PM
|
#6
|
|
LQ Newbie
Registered: Mar 2009
Posts: 9
Original Poster
Rep:
|
In Acer laptops the internal speaker points to "Surround" and not to "PC Speaker" or "Front". By default "Surround" is muted. I unmuted it and sound works properly now.
|
|
|
|
03-18-2009, 12:24 PM
|
#7
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,778
|
Quote:
Originally Posted by Shashank Rachamalla
In Acer laptops the internal speaker points to "Surround" and not to "PC Speaker" or "Front". By default "Surround" is muted. I unmuted it and sound works properly now.
|
That's what I suggested in my first couple of posts, to check to see if any channels were muted.
Glad it worked.
|
|
|
|
03-21-2009, 10:14 AM
|
#8
|
|
LQ Newbie
Registered: Mar 2009
Posts: 9
Original Poster
Rep:
|
ya. thanks :-)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:14 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|