So I have seen this a few times but haven't seen a solution. I also don't know if it is computer hardware related problem or not.
My brightness keys ( fn + F2 and F3) to set the brightness in Ubuntu 16.04 does nothing, I have a HP Pavillion Laptop computer. Can anyone help me fix this. I have seen a "sort of solution" downloading an application called "Brightness Controller" but that is not a real solution for me.
Please help me with this if you can.. Thanks W
When running acpi_listen
command in the terminal I get the following output:
video/brightnessdown BRTDN 00000087 00000000
video/brightnessdown BRTDN 00000087 00000000
video/brightnessup BRTUP 00000086 00000000
video/brightnessup BRTUP 00000086 00000000
#!/bin/mksh printf " \n Entering file to change brightness in 3 seconds\n remember - no new line after number. "; sleep 3; sudo nano /sys/class/backlight/intel_backlight/brightness
– wblm Jun 10 '16 at 15:11