|
|
楼主 |
发表于 2018-3-30 13:07
|
显示全部楼层
root@OpenWrt:~# opkg list-installed 'kmod-mt76*'
kmod-mt76-core - 4.9.77+2017-12-17-68b0cf17-1
kmod-mt7603 - 4.9.77+2017-12-17-68b0cf17-1
kmod-mt76x2 - 4.9.77+2017-12-17-68b0cf17-1
编译固件中的无线驱动都有,但/etc/config/下没有wireless文件,手工导入各位大大固件中的该文件:
config wifi-device 'ra'
option type 'mt_dbdc'
option hwmode '11g'
option channel 'auto'
option txpower '100'
option htmode 'HT40'
option country 'CN'
option txburst '1'
option noscan '1'
option smart '1'
config wifi-iface 'default_ra'
option device 'ra'
option network 'lan'
option mode 'ap'
option ssid 'PandoraBox-2.4G-5A4418'
option encryption 'none'
config wifi-device 'rax'
option type 'mt_dbdc'
option hwmode '11a'
option channel 'auto'
option txpower '100'
option htmode 'VHT80'
option country 'CN'
option txburst '1'
option noscan '1'
option smart '0'
config wifi-iface 'default_rax'
option device 'rax'
option network 'lan'
option mode 'ap'
option ssid 'PandoraBox-5G-8A4418'
option encryption 'none'
通过/sbin/wifi命令启动wifi,报错:
root@OpenWrt:/etc/config# /sbin/wifi up
ra(mt_dbdc): Interface type not supported
rax(mt_dbdc): Interface type not supported
ra(mt_dbdc): Interface type not supported
rax(mt_dbdc): Interface type not supported
这是在网络菜单里到出来了无线配置,但进入配置界面显示“无线未启动或关联”
不知道还缺什么东西?
|
|