2

This is a common problem, i know but when i plug in my headset the sound keeps coming out of the speakers. The pc model is Acer Aspire 5930. When i start the pc with the headset plugged in, the sound comes out right, but when I plug it in after i have turned it on the sound comes out everywhere. System is ubuntu 12.04 64 bit.

coversnail
  • 6,366
Felix
  • 21

1 Answers1

2

I think your sound card is an Intel. if yes try the solution here.

Original Solution

  1. Go to Realtek official site, accept the disclaimer, then download the audio driver for linux/unix. You need to select version 3 for Kernel 3 or later.

  2. Setup necessary tools to compile this driver.

    sudo apt-get install build-essential gcc make

  3. Extract the downloaded file, run sudo ./install file from a terminal after going to the extracted folder to compile the driver.

  4. Read the Readme.txt file for more information.

I had a problem with Sound settings in Ubuntu 12.04. It fixed now


Solution 2:

I have just found another solution:

(It worked for me with Only S/PDIF profile, Sound from both headphone and speaker and not being able to switch profile)

Install alsa-hda-dkms using these commands

 sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily
 sudo apt-get update
 sudo apt-get install alsa-hda-dkms

Reboot, And See the result!

Anwar
  • 76,649