Bureaucrats, oversight, Administrators
1,196
edits
Tunabananas (talk | contribs) |
|||
Line 68: | Line 68: | ||
OpenWRT has wifi disabled per default. | OpenWRT has wifi disabled per default. | ||
vim /etc/config/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> |