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.

Regards,

Ben

On Friday, September 18, 2015 at 8:05:22 PM UTC+8, RobertCNelson wrote:
>
> On Fri, Sep 18, 2015 at 2:32 AM, Ben T <[email protected] <javascript:>> 
> wrote: 
> > A few months ago I downloaded this image: 
> > 
> > 
> http://debian.beagleboard.org/images/bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb.img.xz
>  
> > 
> > Yesterday I upgraded from wheezy to jessie (changing sources.list, 
> apt-get 
> > update && apt-get upgrade etc), and now the pwr_but does not work. 
> > 
> > Any suggestions as to how I could fix this would be appreciated. 
>
> patch systemd's udev rule: 
>
>
> https://github.com/RobertCNelson/boot-scripts/blob/master/mods/jessie-systemd-poweroff.diff
>  
>
> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to