Toshiba Satellite L845

From ArchWiki
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.

Tango-edit-clear.pngThis article or section does not follow the Laptop page guidelines.Tango-edit-clear.png

Reason: This page is missing a proper hardware and function keys table (Discuss in Talk:Toshiba Satellite L845#)

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.