
WiFi button not supported
Moderator: Moderators
Re: WiFi button not supported
Well that works great, thank you! 

Re: WiFi button not supported
i'm so very glad we could get you sorted
its been a nice break from studying also!

https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: WiFi button not supported
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.
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
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: WiFi button not supported
Not work on my wndr3700v2 
If I press BTN_2 button, nothing happend
With Lantis modification script now working - thank you !

If I press BTN_2 button, nothing happend

With Lantis modification script now working - thank you !
-
- Posts: 16
- Joined: Fri Mar 18, 2016 5:47 pm
- Location: south of Paris area, France
Re: WiFi button not supported
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
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
Netgear WNDR4300v1 with Gargoyle v1.9.2 (formerly 1.8.1)
Re: WiFi button not supported
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
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
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?
I have provided very detailed instructions throughout this thread. Is there part of it that you can't follow? What have you tried?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: WiFi button not supported
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 ?
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
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.
I linked a script earlier on this page which was updated for the latest versions. You can probably use it as a scaffold.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: WiFi button not supported
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
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