Bug 527518 - Macbook keyboard highlight does not work
Summary: Macbook keyboard highlight does not work
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: hal
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Richard Hughes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-10-06 18:36 UTC by Alexey Kuznetsov
Modified: 2012-08-16 19:57 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-16 19:56:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
dmesg (47.82 KB, text/plain)
2009-10-06 18:37 UTC, Alexey Kuznetsov
no flags Details
messages (5.35 MB, text/plain)
2009-10-06 18:41 UTC, Alexey Kuznetsov
no flags Details

Description Alexey Kuznetsov 2009-10-06 18:36:56 UTC
Macbook keyboard highlight does not work. Keys fn+F8, fn+F9, fn+F10 have no action.

Comment 1 Alexey Kuznetsov 2009-10-06 18:37:17 UTC
Created attachment 363876 [details]
dmesg

Comment 2 Alexey Kuznetsov 2009-10-06 18:41:56 UTC
Created attachment 363877 [details]
messages

Comment 3 Bug Zapper 2009-11-16 13:19:55 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle.
Changing version to '12'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Jussi Eloranta 2010-01-22 06:37:13 UTC
I am seeing the same problem. It seems that I can turn the keyboard light on by doing manually (as root):

echo 200 > /sys/devices/platform/applesmc.768/leds/smc::kbd_backlight/brightness 

So kernel knows how to do this but something above it does not.

Comment 5 Isaac 2010-06-16 01:40:50 UTC
For MacBook Pro, Keys are F5 and F6.

Saw this solution posted on a forum and it seems to do the trick.  From http://www.thelinuxdaily.com/2010/04/fedora-13-goddard-on-macbook-aluminum-51-guide/.  Credit should go to LoveThePenguin81

1) As su, make the backlight accessible to all users
 chmod a+w /sys/devices/platform/applesmc.768/leds/smc\:\:kbd_backlight/brightness

2) As su, create a shell file in /usr/bin. Call it keylight. Inside the file write:

#!/bin/bash
current=$(cat /sys/devices/platform/applesmc.768/leds/smc\:\:kbd_backlight/brightness)
new=$(($current$1))
if [ $new -ge 255 ]; then
new=255
fi
if [ $new -lt 0 ]; then
new=0
fi
echo $new > /sys/devices/platform/applesmc.768/leds/smc\:\:kbd_backlight/brightness

3) As su, make the new file executable
chmod a+x keylight

4) As a normal user, If everything is fine exit super user. You should be able to change the light issuing commands of the kind ‘keylight +25′ or dimming it with ‘keylight -50′

5) Implement this in your gnome dektop (KDE must have something similar). Uing graphic interface

system>preferences>keyboard shortcut
click on add
create a “keyboard backlight up” and set its command “keylight +25″
create a “keyboard backlight dw” and set its command “keylight -25″

6) assign the shortcuts to f6 (XF86KbdBrightnessUp) and f5 (XF86KbdBrightnessDown)

Comment 6 Bug Zapper 2010-11-04 09:37:08 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '12'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 7 Marius Andreiana 2010-11-12 19:49:09 UTC
Still not working on F14

Comment 8 Alexey Kuznetsov 2010-11-12 23:42:55 UTC
true.

Comment 9 Marius Andreiana 2011-05-21 14:51:52 UTC
Works in F15, but it randomly resets to a middle value, even though it was dimmed to none. Also happens when screen goes blank as part of power save, and then comes back.

Comment 10 Fedora End Of Life 2012-08-16 19:57:01 UTC
This message is a notice that Fedora 14 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 14. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '14' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen 
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 14 reached end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


Note You need to log in before you can comment on or make changes to this bug.