Actions
Error #229
tancatThe wifi device of RocketM5 does not work: "PHY for wifi device wlan0 not found".
Descripció
The wifi device of RocketM5 does not work with 259b974970e76efeefb7ae390296266902be40cf.
root@qMp0d:~# wifi
PHY for wifi device wlan0 not found
'radio0' is disabled
PHY for wifi device wlan0 not found
'radio0' is disabled
root@qMp0d:~# cat /etc/config/wireless
config wifi-device 'wlan0'
option type 'mac80211'
option macaddr 'de:9f:db:0a:09:0d'
option channel '140'
option diversity '0'
option txantenna '0'
option rxantenna '0'
option country 'SP'
option outdoor '1'
option hwmode 'auto'
option htmode 'HT40-'
option txpower '17'
option noscan '1'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
config wifi-iface
option device 'wlan0'
option network 'mesh_w0'
option mode 'adhoc'
option ssid 'qMp'
option bssid '02:CA:FF:EE:BA:BE'
option encryption 'none'
config wifi-device radio0
option type mac80211
option channel 36
option macaddr dc:9f:db:0a:09:0d
option hwmode 11na
option htmode HT20
list ht_capab SHORT-GI-40
list ht_capab TX-STBC
list ht_capab RX-STBC1
list ht_capab DSSS_CCK-40
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1
config wifi-iface
option device radio0
option network lan
option mode ap
option ssid OpenWrt
option encryption none
root@qMp0d:~#
Actions