Hello, I just recently installed ubuntu 16.04 on my Dell inspiron laptop and I can’t adjust the screen brightness using my function keys or the screen brightness applet in my panel. As I am new to this forum, I’m not sure what I need to include in my topic so please be gentle with me:slight_smile:. Just for information purposes, when I first switched over to ubuntu (from linux mint 18) I downloaded the 16.10 version first and my screen brightness could be adjusted using my function keys but I wanted a version that had long term support which caused me to do a clean install of 16.04. I have so far really enjoyed this system but can’t get a handle on this issue. Thanks to everyone who can assist me on this. I’ve included my system info below for information. Thanks to all again for any assistance.
pfeiffep, thanks for the reply. I opened up the link you sent and performed the steps as outlined. Unfortunately after rebooting my machine, I still have the same issue with not being able to adjust my screen brightness with the function keys. When I depress either key, the scale shows that it’s either increasing or decreasing but there is actually no change in brightness. As I stated in my original post, when I installed 16.10, my function keys worked and I was able to change my brightness levels simply by increasing or decreasing the levels using the keys. Just as a piece of information, I ran linux mint for approximately a year prior to coming over to Ubuntu and I couldn’t get the function keys to work with any of those distros. I may just be doomed with this laptop…Thanks to you once again for your reply. Have a super day…
Since you discovered function keys work as expected with 16.10, it may simply be a case of installing the latest kernel (currently 4.8.6) in 16.04.1?
Here’s a How-to for 64-bit systems
Open Additional Drivers (accessed via Preferences, or Control Centre), disable previously selected propriety drivers (you may find you can skip this step, I found it helps prevent kernel compile errors while jumping from kernel 4.4… to 4.8…)
Open Terminal (Ctrl+Alt+T), copy ‘n’ paste the following (pressing Enter after each)
I’ve went through your instructions and rebooted the machine and am now running 4.8.6 kernel but my problem is still present meaning I can’t change screen brightness with the function keys. I was really hoping that this would cure my problems but unfortunately they still exist. Thank you for your gallant efforts in trying to get me fixed, I really appreciate you. I will keep plugging away until I accept defeat or I fix this thing. Thanks again, Larryy83
Since this didn’t fix the issue, might be best to return to latest 4.4… kernel, and remove 4.8.6.
Reason for suggesting this, once a newer custom kernel is manually installed, it won’t auto update via Software Updater and will require manual installation whenever a newer kernel is released.
Remove 4.8.6 kernel, How-to:
Reboot system and from GRUB (advanced options) choose most recent 4.4… kernel
Once system is booted, open Terminal (Ctrl+Alt+T), copy ‘n’ paste the following
sudo apt-get remove 4.8.6-040806
(pay close attention to the Terminal output, making sure just three 4.8.6 kernel files are selected. If so, agree to their removal. Several lines of information will fly past and GRUB boot options will automatically update)