Comment 74 for bug 537448

Revision history for this message
Giuseppe Pennisi (giupenni78) wrote :

A permanent solution is:

sudo -s wget http://ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/hda-verb-0.3.tar.gz
tar xf hda-verb-0.3.tar.gz
cd hda-verb-0.3
make
cp hda-verb /usr/bin

sudo vi /etc/rc.local
and add the following line before exit 0 :
/usr/bin/hda-verb /dev/snd/hwC0D0 0x19 SET_PIN_WIDGET_CONTROL 0x22

save and reboot the system

ps: instead vi you can use gedit, kate or other editor.
pps: sorry for my eglish.