I have laptop asus k501ux, just installed ubuntu and it seems every key works except brightness controls, in my case it is Fn+F5 (up) and F6(down). any idea why is that happening and how to fix it?
Asked
Active
Viewed 778 times
1
1 Answers
2
- Go to the terminal and open grub file
sudo gedit /etc/default/grub
- Find
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and change to this
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=native acpi_osi="
- Update grub
sudo update-grub
- Restart and it's done
That worked on Asus k501ux laptop

Giorgi Khmaladze
- 185
-
1If my answer was helpful, you can accept it by clicking the check sign at the left of it, instead of editing in that it worked. @Giorgi Khmaladze – Pilot6 Jul 30 '16 at 17:35
-
-
-
This is not sufficient in Asus Zenbook UX303UA, for instance, see if the problem still persists http://askubuntu.com/q/816264/25388 – Léo Léopold Hertz 준영 Aug 29 '16 at 20:05
acpi_osi=
is needed for this laptop. – Pilot6 Jul 30 '16 at 17:42