#17071: Because of r37163, Asus RT-N13U (v1/B1) buttons are now mismatched and
r37163 should be reverted
-------------------------------+-------------------------------------
Reporter: braveheart_leo@… | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Barrier Breaker (trunk)
Component: other | Version: Trunk
Resolution: | Keywords: rt-n13u button
-------------------------------+-------------------------------------
Comment (by braveheart_leo@…):
These are the troubleshooting steps I have taken. I have created
/etc/hotplug.d/button/buttons with the following content:
{{{
#!/bin/sh
logger $BUTTON
logger $ACTION
}}}
Upon pressing the WPS button on the device, I'm getting
{{{
Sat Jul 12 01:19:44 2014 user.notice root: rfkill
Sat Jul 12 01:19:44 2014 user.notice root: pressed
Sat Jul 12 01:19:45 2014 user.notice root: rfkill
Sat Jul 12 01:19:45 2014 user.notice root: released
}}}
This toggles the wireless radio as per /etc/rc.button/rfkill script.
Upon pressing the RESTORE button on the device, I'm getting
{{{
Sat Jul 12 01:23:21 2014 user.notice root: wps
Sat Jul 12 01:23:21 2014 user.notice root: pressed
Sat Jul 12 01:23:22 2014 user.notice root: wps
Sat Jul 12 01:23:22 2014 user.notice root: released
}}}
And nothing happens, because there is no corresponding /etc/rc.button/wps
script to handle the event.
As seen above, the physical buttons no longer correspond to their correct
button labels (RESTORE should be 'reset', WPS should be 'wps'). This makes
associating possible actions to the physical buttons a mismatch.
--
Ticket URL: <https://dev.openwrt.org/ticket/17071#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets