Page 3 of 4
Re: WiFi button not supported
Posted: Sun Jun 14, 2015 11:17 pm
by wazahuis
Well that works great, thank you!

Re: WiFi button not supported
Posted: Sun Jun 14, 2015 11:17 pm
by Lantis
i'm so very glad we could get you sorted

its been a nice break from studying also!
Re: WiFi button not supported
Posted: Mon Jan 11, 2016 1:15 am
by Lantis
I've got an updated script for installing onto the latest 1.9.X versions of Gargoyle for those that are interested.
The default script is set up to use BTN_2 for WNDR3X00 routers, but it is easily modifiable by following the instructions at the beginning of this thread.
Code: Select all
wget -O /tmp/install.sh http://lantisproject.com/gargoyle_scripts/installwifitoggleCC.sh
sh /tmp/install.sh
Re: WiFi button not supported
Posted: Mon Jan 11, 2016 5:26 pm
by yabba235
Not work on my wndr3700v2

If I press BTN_2 button, nothing happend
With Lantis modification script now working - thank you !
Re: WiFi button not supported
Posted: Mon May 30, 2016 4:46 pm
by Aragorn_Strider
Hi all,
I bought a Netgear WNDR4300v1, and having read the posts above I thought in first that the wifi button would not be supported by default, and that I should add the script discussed.
But to my surprise, either with version 1.8.1 or 1.9.0, the wifi button is supported with no further script.
Is it intentional ?
Frederic
Re: WiFi button not supported
Posted: Fri Feb 03, 2017 2:17 pm
by proper88
Same here.
Running latest build gargoyle-ispy 2017-January-27 and the script is not working.
Please can anybody of the experts take a look on this problem ?
My device Netgear WNDR3700v4
Re: WiFi button not supported
Posted: Fri Feb 03, 2017 3:44 pm
by Lantis
It's not a problem. You're supposed to set it up yourself.
I have provided very detailed instructions throughout this thread. Is there part of it that you can't follow? What have you tried?
Re: WiFi button not supported
Posted: Fri Feb 03, 2017 5:16 pm
by proper88
i do not understand how this button handling works.
for example in the in the directory /etc/hotplug.d/
there is no subdirectory button.
so i create the directory and use your instructions in your first post.
i used logread but nothings happens when i press a button.
may the newer builds have other buttons handling ?
Re: WiFi button not supported
Posted: Fri Feb 03, 2017 5:20 pm
by Lantis
Try /etc/rc.button instead
I linked a script earlier on this page which was updated for the latest versions. You can probably use it as a scaffold.
Re: WiFi button not supported
Posted: Tue Mar 21, 2017 1:41 am
by proper88
Hi Lantis,
i found the problem.
I have an Netgear WNDR3700v4, it is a NAND Router.
In the build process the module
CONFIG_PACKAGE_kmod-input-polldev=y
is not included
https://github.com/ericpaulbishop/gargo ... and/config
Thanks,
proper88