[Jaunty] MacBook 5.1 keyboard backlight not supported
Bug #337945 reported by
Chris Lasher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HAL |
New
|
Undecided
|
Unassigned | ||
Mactel Support |
In Progress
|
Low
|
Unassigned | ||
linux (Ubuntu) |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
The keyboard backlight on the MacBook 5.1 is not supported as of Jaunty (Ubuntu 9.04) Alpha 5. This is supported in Intrepid (Ubuntu 8.10) by the Mactel PPA packages hal-applesmc, hid-dkms, and possibly nvidia-bl-dkms, though I installed the nvidia-bl-dkms package for Jaunty.
description: | updated |
Changed in mactel-support: | |
importance: | Undecided → Low |
Changed in linux (Ubuntu): | |
status: | Incomplete → Fix Released |
To post a comment you must log in.
I can manually control keyboard backlight with platform/ applesmc. 768/leds/ smc::kbd_ backlight/ brightness
echo 255 > /sys/devices/
to fully turn on or echo 0 to turn it off... This was after the install of applesmc-dkms.
There does seem to be some oddity traversing the directory structure there as it seems to loop.
My remaining issue is the ability to adjust this value through the Fn keys like we can with the display backlight. Anyone know what is missing to make that work or a workaround to just send 0 or 255 via those F5 and F6 keys?