Jag kom över ett engelskt tips angående saken på sidan:
https://wiki.ubuntu.com/LaptopTestingTe ... miloL1310G
Där står det:
Nu är det så, att jag vet inte vad exakt som menas med att "add acpi_no_auto_ssdt to kernel boot lines". Jag hittar nog #defoptions -raden, det är inget problem, men vet inte på vilka andra ställen i filen man borde tillägga acpi_no_auto_ssdt.The first thing is fixing the ""fan bug"". Grab the fixed dsdt.aml file from http://launchpadlibrarian.net/13974391/dsdt.aml
Copy it to /etc/initramfs-tools/ leaving the uppercase up. After that, run sudo update-initramfs -u -k $(uname -r) (or -u -k all to update all your initram kernel files).
Then, edit /boot/grub/menu.lst file and add acpi_no_auto_ssdt to the kernel boot lines. Add it to the #defoptions line to make all the new kernel additions enabled with that too. This tells the kernel to not make a new dsdt file at boot and reads the dsdt file you copied.
Kan någon vänligen berätta åt mig i detalj exakt var i menu.lst -filen jag skall göra ändringarna? Tack på förhand!