HI all,
I've done some search and nothing gives me an idea. My WRTSL54GS had 8.09 and wireless works fine with psk2. I upgraded to 8.09.1 and I lost wireless. After some work, I decided to wipe it and start from the beginning.
I can't seem to get it going. the wireless LED on the router does not light up anymore. Any suggestions? Thanks in advance.
# /sbin/wifi up
wlan0(mac80211): Interface type not supported
wlan0(mac80211): Interface type not supported
# opkg list_installed|grep apd
hostapd-mini - 0.6.6-1.1 -
hostapd-utils - 0.6.6-1.1 -
# opkg list_installed|grep wpa
wpa-supplicant - 0.6.3-1.1 -
cat /etc/config/network
config 'switch' 'eth0'
option 'vlan0' '0 1 2 3 4 5u'
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'type' 'bridge'
option 'ifname' 'eth0'
option 'macaddr' '00:14:BF:E5:35:95'
option 'proto' 'static'
option 'ipaddr' '192.168.11.129'
option 'netmask' '255.255.255.224'
config 'interface' 'wan'
option 'ifname' 'eth1'
option 'macaddr' '00:14:bf:e5:35:96'
option 'proto' 'dhcp'
# cat /etc/config/wireless
config 'wifi-device' 'wlan0'
option 'type' 'mac80211'
option 'channel' '4'
option 'disabled' '0'
config 'wifi-iface'
option 'device' 'wlan0'
option 'ssid' 'test123'
option 'network' 'lan'
option 'mode' 'ap'
option 'encryption' 'psk2'
option 'key' 'abcdefghijklmnopq'