Wifi on my router dies every few days. Apparently, it's a known problem - at least many people complain about it. The simple solution is to disable WiFi, and then enable it again - keeps it going for another few days. So, I want to put this in cron and do it every night, rather than wait until it dies and do it manually. ifconfig shows me that there is wlan0 interface:
wlan0 Link encap:Ethernet HWaddr 10:xx:xx
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3352 errors:0 dropped:0 overruns:0 frame:0
TX packets:4858 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:509676 (497.7 KiB) TX bytes:4598806 (4.3 MiB)However, running ifdown wlan0 returns an error:
# ifdown wlan0
Interface wlan0 not foundIs there a different name that I should use?
Router Model is Buffalo WZR-HP-G300NH2 and I am running the latest Firmware (Attitude Adjustment 12.09-beta2 / LuCI 0.11 Branch (0.11+svn9402)
Thanks
(Last edited by ymhee_bcex on 22 Nov 2012, 20:27)
