restore speakers / headphones option

31,319

Solution 1

I placed:

options snd-hda-intel model=hp-dv5

options snd_hda_intel model=hp-dv5

In my /etc/modprobe.d/alsa-base.conf

I don't know which syntax is the correct one, but I left them both in for good measure.

I did NOT restore my heaphones option, however it did mute the speakers when I plugged in my headphones and that was good enough for me.

Solution 2

In a terminal execute alsamixer then with the arrow keys go to the column "Auto-Mute", once selected set with the up arrow the option "Enabled".

Seems like the interface to my alsamixer is a bit different, but using the M key on my speaker changed a previously mysterious (grey-ed out) MM to ungreyed out 00 and re-enabled the speaker. The secret was definitely alsamixer.

Solution 3

I was having the same problem...

I updated from Ubuntu 11.10 to 12.04 and my frontpanel stoped working. The sound was only coming out from the rear panel.

I opened the terminal, typed alsamixer and pressed ENTER

Inside the Alsa mixer, I pressed right arrow until I get to an option called "Loopback Mixing". It was disabled... Enabling it solved my problem.

Hope it solves to you too!

Solution 4

Add ppa:diwic/hda repository to your sources

Are PPA's safe to add to my system and what are some "red flags" to watch out for?

sudo apt-add-repository ppa:diwic/hda

sudo apt-get update

sudo apt-get install hda-jack-retask

Run hda-jack-retask from terminal

check set model=auto

click install boot override

reboot and you are ready.

tested on ubuntu 12.04 with realtek alc888 chipset.

Share:
31,319

Related videos on Youtube

StuckAt7
Author by

StuckAt7

Remote Sys-Admin and do engineering for various clients and try to provide solutions for problems. Hospemex.com

Updated on September 18, 2022

Comments

  • StuckAt7
    StuckAt7 over 1 year

    When I plug my headphones in after upgrading to ubuntu 12.04, it no longer mutes by speakers,and I also do not have a headphones output as I did previously. I recall having to go into a conf file and disable FRONT PANEL AUDIO or something like that; and everything began to work fine. I have an HP DV6.

    Is there anyway to see what my alsa-base.conf was before the upgrade?

  • rjkrocks
    rjkrocks about 12 years
    for me adding it to asla-base.conf is not working. my model is y410=lenovo-3000. not only it is working but it disables my sound card causes the playback through dummy output. After I deleted the extra entry I could get back my sound though the problem of head set working with speakers still persist... Ow forget to tell. after the restart now sound is coming through headphone alone, when unpluged no sound through the play throug device...(s/pdif). in ubuntu 11.10 it was analog out. I want analog out back.. any way?
  • StuckAt7
    StuckAt7 about 12 years
  • StuckAt7
    StuckAt7 almost 12 years
    I don't have anything like that in mine.
  • Anwar
    Anwar over 11 years
    I had this same problem in the same Laptop. Solved it now. askubuntu.com/a/150959/61218