新手上路
- 积分
- 32
- 金钱
- 32
- 注册时间
- 2020-1-2
- 在线时间
- 7 小时
|
1金钱
大神请帮忙看一下,执行udhcpc -i wlan0 后未看到设置IP信息,谢谢。
/ # cd lib/modules/4.1.15/
/lib/modules/4.1.15 # modprobe 8188eu.ko
RTL871X: module init start
RTL871X: rtl8188eu v4.3.0.9_15178.20150907
RTL871X: build time: Feb 20 2020 20:15:27
bFWReady == _FALSE call reset 8051...
RTL871X: rtw_ndev_init(wlan0)
usbcore: registered new interface driver rtl8188eu
RTL871X: module init ret=0
/lib/modules/4.1.15 # ifconfig wlan0 up
==> rtl8188e_iol_efuse_patch
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
/lib/modules/4.1.15 # ifconfig wlan0 up
/lib/modules/4.1.15 # iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: 40:EED:9F:5E:40
ESSID:"ZHXC-"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption keyff
Bit Rates:144 Mb/s
Quality=100/100 Signal level=42/100
Extra:fm=0001
Cell 02 - Address: 28:2C:B2:7C:2E:E0
ESSID:"TP-LINK_002"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.452 GHz (Channel 9)
Encryption keyn
Bit Rates:300 Mb/s
Extra:wpa_ie=dd160050f20101000050f20401000050f20401000050f202
IE: WPA Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra:
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=75/100 Signal level=23/100
Extra:fm=0001
Cell 03 - Address: F4:83:CD:99:EB:FB
ESSID:"TP-LINK_001"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.467 GHz (Channel 12)
Encryption keyn
Bit Rates:300 Mb/s
Extra:wpa_ie=dd160050f20101000050f20401000050f20401000050f202
IE: WPA Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra:
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=20/100 Signal level=96/100
Extra:fm=0003
/lib/modules/4.1.15 # wpa_supplicant -D wext -c /etc/wpa_supplicant.conf -i wlan
0 &
/lib/modules/4.1.15 # Successfully initialized wpa_supplicant
rfkill: Cannot get wiphy informatRTL871X: set bssid:00:00:00:00:00:00
ion
ioctl[SIOCSIWAP]: Operation not pRTL871X: set ssid [g?isQ?J?)?????F|?T??vZ.c3????] fw_state=0x00000008
ermitted
ioctl[SIOCGIWSCAN]: Resource temporarily unavailable
ioctl[SIOCGIWSCAN]: Resource temporarily unavailable
RTL871X: indicate disassoc
wlan0: Trying to associate with fRTL871X: set ssid [TP-LINK_001] fw_state=0x00000008
4:83:cd:99:eb:fb (SSID='TP-LINK_0RTL871X: set bssid:f4:83:cd:99:eb:fb
01' freq=2467 MHz)
Failed to add supported operating classes IE
RTL871X: start auth
RTL871X: auth success, start assoc
RTL871X: OnDeAuth(wlan0) reason=11, ta=f4:83:cd:99:eb:fb, ignore=0
RTL871X: indicate disassoc
wlan0: CTRL-EVENT-DISCONNECTED bssid=f4:83:cd:99:eb:fb reason=0
wlan0: Trying to associate with fRTL871X: set ssid [TP-LINK_001] fw_state=0x00000008
4:83:cd:99:eb:fb (SSID='TP-LINK_0RTL871X: set bssid:f4:83:cd:99:eb:fb
01' freq=2467 MHz)
Failed to add supported operating classes IE
RTL871X: start auth
RTL871X: auth success, start assoc
RTL871X: assoc success
RTL871X: recv eapol packet
IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: Associated with f4:83:cd:99:eb:fb
RTL871X: send eapol packet
RsvdPageNum: 8
RTL871X: recv eapol packet
RTL871X: send eapol packet
RTL871X: recv eapol packet
RTL871X: send eapol packet
RTL871X: set pairwise key camid:4, addr:f4:83:cd:99:eb:fb, kid:0, type:AES
wlan0: WPA: Key negotiation completed with f4:83:cd:99:eb:fb [PTKRTL871X: set group key camid:5, addr:f4:83:cd:99:eb:fb, kid:1, type:AES
=CCMP GTK=CCMP]
wlan0: CTRL-EVENT-CONNECTED - Connection to f4:83:cd:99:eb:fb completed [id=0 id_str=]
/lib/modules/4.1.15 # udhcpc -i wlan0
udhcpc: started, v1.29.0
udhcpc: sending discover
udhcpc: sending select for 192.168.0.112
udhcpc: lease of 192.168.0.112 obtained, lease time 7200
/lib/modules/4.1.15 #
|
|