설치된 USB Wi-Fi 어댑터 TP-Link TL-WN725N
드라이버: rtl8188eus(rtl8188eu로도 시도)
Linux 18.04 LTS
커널: 4.18.0-16-generic\
/etc/wpa_supplicant의 내용:
country=SE
ctrl_interface=DIR=/var/run/wpa_supplicant
update_config=1
network={
ssid="testAP"
#psk="testPWPW"
psk=ed05ceb1c4aa2f52b3047d87c499e53eb822cd6c0b09eae82f814c66e44a0f79
}
명령의 출력을 기록합니다.
sudo wpa_supplicant -iwlx7cc2c629d018 -c /etc/wpa_supplicant.conf -Dnl80211
wlx7cc2c629d018: Trying to associate with not_revealing_this_here (SSID='testAP' freq=2457 MHz)
wlx7cc2c629d018: Associated with not_revealing_this_here
wlx7cc2c629d018: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlx7cc2c629d018: CTRL-EVENT-DISCONNECTED bssid=not_revealing_this_here reason=0 locally_generated=1
wlx7cc2c629d018: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
wlx7cc2c629d018: CTRL-EVENT-REGDOM-CHANGE init=USER type=COUNTRY alpha2=SE
wlx7cc2c629d018: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlx7cc2c629d018: CTRL-EVENT-DISCONNECTED bssid=not_revealing_this_here reason=3 locally_generated=1
wlx7cc2c629d018: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: Was expecting local disconnect but got another disconnect event first
이는 연결하려는 네트워크와는 아무런 관련이 없습니다.
누구든지 나를 도와줄 수 있나요?
미리 감사드립니다!