xefyr
August 19th, 2007, 07:26 PM
I have installed Ubuntu 7.04 ppc on my Apple 12" powerbook (1.33GHz). I have pbbuttonsd (running), gtkpbbuttons, powerprefs, all installed and all seem to be otherwise working. My sound and eject hot-keys all work; the brightness controls, however, do not.
Reading man pbbuttonsd tells me I need to make sure CONF_PMU_BACKLIGHT and CONF_PMU_BACKLIGHT_LEGACY are enabled in my kernel, and that they'll be found in (>= 2.6.18 kernels) menuconfig as:
Device Drivers -> Macintosh Device Drivers:
Backlight control for LCD screens
Provide legacy ioctl’s on /dev/pmu for the backlightWhen I grep in /boot/config-`uname -r`, neither of those config variables are found. When I grab the kernel sources, copy in said config to .config, and run make menuconfig, the above sections are enabled.
Why are my brightness buttons not working? Is there some way I can verify what key codes these buttons are providing? Can I verify that the events are being passed to the pmu module in the kernel? Can I manually send these events in order to verify that the module is working?
Thanks in advance!
Reading man pbbuttonsd tells me I need to make sure CONF_PMU_BACKLIGHT and CONF_PMU_BACKLIGHT_LEGACY are enabled in my kernel, and that they'll be found in (>= 2.6.18 kernels) menuconfig as:
Device Drivers -> Macintosh Device Drivers:
Backlight control for LCD screens
Provide legacy ioctl’s on /dev/pmu for the backlightWhen I grep in /boot/config-`uname -r`, neither of those config variables are found. When I grab the kernel sources, copy in said config to .config, and run make menuconfig, the above sections are enabled.
Why are my brightness buttons not working? Is there some way I can verify what key codes these buttons are providing? Can I verify that the events are being passed to the pmu module in the kernel? Can I manually send these events in order to verify that the module is working?
Thanks in advance!