Difference between revisions of "Mesh/OpenWRT"

448 bytes added ,  22:06, 16 May 2013
Line 68: Line 68:
OpenWRT has wifi disabled per default.
OpenWRT has wifi disabled per default.


  uci set wireless.@wifi-device[0].disabled=0
vim /etc/config/wireless
uci commit wireless
 
Remove the line indicated:
<pre>
        config wifi-device  radio0
option type    mac80211
option channel 11
option macaddr 00:1c:10:bc:a7:1f
option hwmode 11g
 
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1
</pre>
Reboot.
 
Wait a few minutes, then ssh back into the router.
 
Run 'wifi'. You should see the following:
<pre>
root@OpenWrt:~# wifi
Configuration file: /var/run/hostapd-phy0.conf
Using interface wlan0 with hwaddr 00:1c:10:bc:a7:1f and ssid "OpenWrt"
</pre>
1,194

edits