MSI GX600PX - Ubuntu Auto Headphones Sound Switch
I had have a problem with headphones sound switch on my MSI GX600PX-12EU notebook. When I plug headphones, sound was active on speakers and headphones both. This was a problem when I listen a music while working in the same room with somebody.

I found cool and easy solution to fix this problem.
- You need to open text editor with root permissions and edit file /etc/modprobe.d/alsa-base.conf
You can do this with hitALT+F2and type
gksu gedit /etc/modprobe.d/alsa-base.conf - At the end of file add
- # headphones sound switch fix
- options snd-hda-intel position_fix=1 model=targa-2ch-dig
- You Must restart your computer
- Try to play some music and plug headphones.
If nothing happened, check if Volume Control > Preferences 'Headphone' option checked.
I hope this will help somebody.
Some links that I used for this experience:
http://ubuntuforums.org/archive/index.php/t-896527.html
http://www.kernel.org/doc/Documentation/sound/alsa/HD-Audio-Models.txt
http://ubuntuforums.org/showthread.php?p=6583507
http://www.caronico.com/linux/alsamsiwind.html





