Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2487  / 1 Year ago, sun, april 2, 2023, 8:38:53

I just installed Precise on my Samsung Laptop (QX412-S01au, using Ubuntu 2D). The brightness hotkeys sort of work:




  • Adjusting the brightness using the slider in the control panel works just fine

  • Pressing the brightness keys brings up the brightness notification

  • Pressing "Up" raises the brightness to maximum, no matter what it was before

  • Pressing "Down" lowers the brightness to one step below maximum, no matter what it was before.



Another answer I looked (can't find the link, sorry) got my to try this:



echo "0" | sudo tee /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness


which takes the brightness to the lowest setting. And



echo "7" | sudo tee /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness


which takes the brightness to the highest setting. Each step inbetween works too.



Between that and the control panel working, I think the drivers are fine. Any idea why the hotkeys (and only the hotkeys) seem to get stuck on the top two brightness settings?



p.s. Happy to hit up the command line to make it work :)


More From » keyboard

 Answers
1

I have found the fix. No workaround.



If you update your kernel to the latest stable release which is 3.11 as of writing it will 100% work



How to update kernel to the latest mainline version without any Distro-upgrade?



This site explains it. Once you download the 3 parts, install in listed order by right clicking the deb and open with software centre then install. Do for all 3 then restart and voila.



I am unsure why nobody has discovered this sooner.
Please note my linux kernel was 3.0.8.29 prior and my hotkeys for brightness displayed the bar but did not actually change the brightness. After this it is 100% working.



I hope ubuntu team ready this and can apply this into an update for ubuntu 12.04 which I was using. This should solve it across the board and it also comes with improvements listed here.



http://www.linux.com/news/featured-blogs/200-libby-clark/736790-linux-kernel-311-release-boosts-performance-efficiency



Thank you all and good luck. I will only end by saying that with any kernel upgrade there is always a possibility of panic but I am unlucky and had no issue this time around. Always at own risk.


[#38356] Sunday, April 2, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
trousransla

Total Points: 285
Total Questions: 112
Total Answers: 113

Location: Spain
Member since Thu, Dec 23, 2021
2 Years ago
;