Installed successfully, without any apparent glitches. (Ubuntu + Mozilla)
Installed because of the need to turn off Wi-fi on the schedule and the inclusion of (off) by pressing the side button (WPS). However, after inclusion of the corresponding function (applied, reboot), pressing the button does not bring any results (Wi-fi is not turned off).
If you have any ideas to solve this problem, please help.
Hi Devostator, I had the same problem with WPS & right site buttons on my DIR300B1. To solve the problem I've created a script (that run in background) and check that the button (gpio 0 for example) is pressed. To check state of button I've maked a new C app from sources of ralink gpio. If you tell me the link of your firmware, I can edit it, and add support to WPS button.
Who need there's my sources/binary for my gpio app here: http://dev.st4ck.com/index.php?dir=gpio
Usage example:
- ./gpioread 13 0 (= gpio disable 13)
- ./gpioread 0 (= gpio poll 0)
- ./gpioread 9 1 (= gpio enable 9)
- ./gpioread 4 (= gpio poll 4)
to Sash
The latest firmware that I found: DD-WRT v24-sp2 (08/07/10) std - build 14896
If there is any newer firmware, then please give me a link to them.
Install: Firmware Version DD-WRT v24-sp2 (08/12/10) std - build 14929 = WPS button not work And off wi-fi on a schedule does not happen (in the previous firmware too)...
Need a script (maybe a cron?), which would execute the commands ifconfig ra0 down ifconfig ra0 up and at a certain time (eg 02:00 - off and 09:00 - on).