I've got a few problems with a fresh Ubuntu 18.04 installation on this notebook:
Keyboard backlight does not work.
I've tried several
acpi_osi=
settings in GRUB (e.g. the ones listed here), no success. The only change noticeable was that in some cases the touchpad was entirely disabled after boot.Interestingly, there is no
asus::kbd_backlight
folder in$ ls /sys/class/leds
(althoug it has a folder namedphy0
- maybe related, not sure). So all solutions related to that folder obviously won't work.Keyboard shortcuts (Fn) don't work, except for volume-related.
Keyboard backlight and display-related (brightness etc) shortcuts don't work. Likely related to 1.
Brightness display slider doesn't have to a minimum value
This is likely a bug in Gnome 3/Ubuntu 18.04, I'll probably post in Launchpad at some point: if you move the slider all the way to the leftmost position, the brightness actually drops to "zero absolute", i.e. the screen is completely blank.
The output of /sys/class/leds/phy0-led
is:
brightness device max_brightness power subsystem trigger uevent
The output of cat /sys/class/leds/phy0-led/brightness
is:
1
The output of cat /sys/class/leds/phy0-led/max_brightness
is
1
The output of uname -a
:
Linux 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
uname -a
and thank you for helping us help you! – Elder Geek Jun 17 '18 at 14:57