Toshiba Satellite L845
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Fixing Fn keys
If the Fn keys do not work or exhibit incorrect behavior(e.g brightness keys suspending the laptop) it can be fixed doing the following:
In /etc/default/grub
find the line that says GRUB_CMDLINE_LINUX=""
and add the following kernel parameters:
acpi_osi=Linux acpi_backlight=vendor
Then, in /etc/modprobe.d/blacklist.conf
add the following line:
blacklist toshiba_acpi
If blacklist.conf
does not exist, create it.
Finally, run update-grub
as root and reboot.