On my A485 running 18.04, I noticed that when I press Fn+Esc, it correctly sets the alternate function key behavior but the FnLock indicator LED on the Esc key doesn't turn on. How can I set the FnLock LED to light up on Fn+Esc?
I noticed the intended behavior when enabling the BIOS setting for "Fn Sticky keys", in which the LED correctly turns on when it should.
I tried acpi_listen
, but it doesn't show any events happening when pressing Fn or Fn+Esc (with/without Fn sticky keys), even if it does for the other function keys.
Is there a way to get it to light up without having to use Fn Sticky keys
?
I had the same issue, it was a BIOS problem, resolved by updating to the latest BIOS.
I'm not sure if Ubuntu automatically handles checking and updating Thinkpad BIOS versions. If not:
sudo dmidecode -t bios -q
geteltorito.pl -o bios.img FIRMWAREUPDATER.iso
sudo dd if=bios.img of=/dev/SDX