Comment 40 for bug 773471

Revision history for this message
Chris Triantafillis (christriant) wrote :

also one solution, the one i am using is to add the "sudo setpci -s 00:02.0 F4.B=00" to crontab
so in a terminal type:
sudo crontab -e
and then add those two lines

@reboot sudo setpci -s 00:02.0 F4.B=00
1-59 * * * * sudo setpci -s 00:02.0 F4.B=00

and you are ok!