Sound problem no speakers

Patton Echols p.echols at comcast.net
Tue Mar 22 00:06:58 UTC 2011


On 03/21/2011 11:10 AM, Tony Pursell wrote:
> On Mon, 2011-03-21 at 01:01 -0700, Patton Echols wrote:
>> I have had difficulties getting sound to work correctly on my Netbook.
>> The symptom is that the built in speakers don't work.  When booting, the
>> "drum" sound plays, and that's the end of it.  The headphones do work.
>>
>> After much googling, a couple of suggestions were found
>> (1) Install linux-backports-modules-alsa-lucid-generic
>> Done, did not fix the problem
>> (2) Edit /etc/modprobe.d/alsa-base.conf
>> add to file:
>> options snd-hda-intel model=laptop-amic
>> One site suggested "model=auto" instead.  I've tried that too.
>> (3) I'm really close with a suggestion to run "alsamixer" from the
>> command line.  When I do so, I find the "Speaker" slider is set to
>> zero.  I posted a picture of what I'm talking about at:
>> http://s1138.photobucket.com/albums/n539/mpecho/?action=view&current=alsamixer1.png
>> If I set volume to 100 (or any non zero value) then sound works
>> correctly.  Speakers on and mute when headphones plugged and unplugged.
>>
>> Here is the remaining problem.  This "fix" does not survive a reboot.
>>
>> I have looked at the Pulseaudio chooser and volume control.  I see no
>> obvious settings that would account for the behavior.  But then I can't
>> make heads or tails out of most of it anyway.
>>
>> Any thoughts?
>>
>> System info
>> ASUS Eee Pc 1005 PEB
>> Ubuntu 10.04.2 LTS
>> $ uname -a
>> Linux mycroft 2.6.32-30-generic #59-Ubuntu SMP Tue Mar 1 21:30:46 UTC
>> 2011 x86_64 GNU/Linux
>>
>> Thanks
>>
>> -- PE
> Try
>
> sudo alsactl store
>
> after you have made the settings in alsamixer.
>
> Tony

Thanks for the suggestion.  Seemed like such a good idea.  Apparently 
something is overriding the saved info because the changes still do not 
survive reboot.  I also discovered in the process "amixer" a CLI utility 
that will allow you to make and show sound settings.

Output with sound working
===========================
$ amixer sget Speaker
Simple mixer control 'Speaker',0
   Capabilities: pvolume pswitch penum
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 64
   Mono:
   Front Left: Playback 63 [98%] [0.00dB] [on]
   Front Right: Playback 63 [98%] [0.00dB] [on]
========Store Settings ==========
$ sudo alsactl store

=======After Reboot==========
$ amixer sget Speaker
Simple mixer control 'Speaker',0
   Capabilities: pvolume pswitch penum
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 64
   Mono:
   Front Left: Playback 0 [0%] [-63.00dB] [on]
   Front Right: Playback 0 [0%] [-63.00dB] [on]

Anyone other ideas?  I am most interested in suggestions as to what 
could be doing the resetting.  My guess is that something is 
mis-configured But I've no idea what.

--PE




More information about the ubuntu-users mailing list