15

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?

Jorge Castro
  • 73,717

5 Answers5

5

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.

Jorge Castro
  • 73,717
3

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.

Anwar
  • 77,855
Sergio
  • 31
2

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!

Anwar
  • 77,855
1

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.

0

Laptop/PC - Lenovo 3000 Y410 Issue - Headphone don't mute speaker in Ubuntu 12.04 LTS.

I had faced above problem and successfully resolved with solution covered in following page. https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS This may help your situation.

I had tried all of following without success.

  1. Playing with alsamixer

  2. Adding various options in /etc/modprobe.d/alsa-base.conf

  3. Configuring with utility pavucontrol

Ringtail
  • 16,285