On Thu, Feb 4, 2016 at 9:29 PM, Ben T <bentravagli...@gmail.com> wrote: > Hi Robert, > > Thanks for your previous help, and all the work you do developing the BBB > images! > > I am now using a different kernel: > > [kernel: 3.8.13-bone79 Debian Wheezy > image](https://rcn-ee.com/rootfs/bb.org/release/2015-11-03/console/BBB-eMMC-flasher-debian-7.9-console-armhf-2015-11-03-2gb.img.xz) > > And unfortunately, with this kernel, the power button is also not working. > > I have tried the fix you suggested last time, and the fix for wheezy, but > have not been able to get the power button to work. Below is the > /lib/udev/rules.d/70-power-switch.rules file contained in the image above: > > # This file is part of systemd. > # > # systemd is free software; you can redistribute it and/or modify it > # under the terms of the GNU Lesser General Public License as published by > # the Free Software Foundation; either version 2.1 of the License, or > # (at your option) any later version. > > ACTION=="remove", GOTO="power_switch_end" > > SUBSYSTEM=="input", KERNEL=="event*", SUBSYSTEMS=="acpi", > TAG+="power-switch" > SUBSYSTEM=="input", KERNEL=="event*", KERNELS=="thinkpad_acpi", > TAG+="power-switch" > SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="twl4030_pwrbutton", > TAG+="power-switch" > SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="tps65217_pwr_but", > TAG+="power-switch" > SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="* WMI hotkeys", > TAG+="power-switch" > SUBSYSTEM=="input", KERNEL=="event*", \ > SUBSYSTEMS=="platform", DRIVERS=="gpio-keys", > ATTRS{keys}=="*,116|116,*|116|*,116,*", TAG+="power-switch" > > LABEL="power_switch_end" > > > Any suggestions for getting the power button working on this kernel (which I > believe is the latest stable release?) would be appreciated.
Which board revision is this? Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.