帖子能找开啊
移植完成后,在命令行下是这样的状态,有没有遇到的?wcp_cli,返回的是
This software may be distributed under the terms of the BSD license.
See README for more details.
Interactive mode
Could not connect to wpa_supplicant: (null) - re-trying
具体如下,如何解决呢?
root@sabresd_6dq:/ # getprop |grep wifi
getprop |grep wifi
[init.svc.wifi_mac]: [stopped]
[net.tcp.buffersize.wifi]: [524288,1048576,2097152,262144,524288,1048576]
[ro.wifi.channels]: []
[wifi.ap.interface]: [wlan0]
[wifi.interface]: [wlan0]
root@sabresd_6dq:/ # getprop | grep suppl
getprop | grep suppl
[init.svc.rtw_suppl_con]: [stopped]
root@sabresd_6dq:/ # ifconfig wlan0
ifconfig wlan0
wlan0: ip 169.254.176.112 mask 255.255.0.0 flags [up broadcast running multicast
]
root@sabresd_6dq:/ # netcfg
netcfg
lo UP 127.0.0.1/8 0x00000049 00:00:00:
00:00:00
can0 DOWN 0.0.0.0/0 0x00000080 00:00:00:
00:00:00
can1 DOWN 0.0.0.0/0 0x00000080 00:00:00:
00:00:00
eth0 UP 0.0.0.0/0 0x00001043 1e:ed:19:
27:1a:b3
wlan0 UP 169.254.176.112/16 0x00001043 8c:18:d9:
87:2b:ea
root@sabresd_6dq:/ # wpa_cli
wpa_cli
wpa_cli v2.0-devel-4.4.2_rtw_r10450.20140220
Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi> and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
Interactive mode
Could not connect to wpa_supplicant: (null) - re-trying
|