Comment 5 for bug 538383

Revision history for this message
tomx (tom-xitio) wrote :

The fix works, but has to be executed after reboot again.
a sudo'ed script with

#/bin/sh
modprobe snd-hda-intel
cd /sys/bus/pci/drivers/HDA\ Intel/
echo '8086 3b57' > new_id

doesn't have the desired effect. Is there a way to set this without having to execute these command after every boot?