시스템: Archlinux (마지막 업데이트)
USB 무선 어댑터를 연결했는데 기본 기능이 기본적으로 작동하는 것 같지만 연결을 위해 wpa_supplicant를 올바르게 구성할 수 없는 것 같습니다. 잘못된 키가 있을 수 있다는 메시지가 계속 표시됩니다. 다른 시스템에서 키를 사용했기 때문에 그렇지 않다는 것을 알고 있으므로 뭔가 누락된 것이 틀림없습니다.
MAC 필터링을 사용하고 있지만 올바르게 설정되어 있습니다.
내 인터페이스를 확인할 수 있어요
> iw dev
phy#0
Interface wlp0s29f0u1
ifindex 3
wdev 0x1
addr <<mywirelessmac>>
type managed
사용 가능한 네트워크를 검색할 수 있습니다
> iw dev wlp0s29f0u1 scan
이 명령은 다른 시스템과 일치하는 많은 결과와 정보를 제공합니다. 내 SSD 포함:
BSS <<mywirelessroutermac>>(on wlp0s29f0u1)
TSF: 5596476527 usec (0d, 01:33:16)
freq: 2412
beacon interval: 200 TUs
capability: ESS Privacy ShortSlotTime (0x0411)
signal: -65.00 dBm
last seen: 1430 ms ago
Information elements from Probe Response frame:
SSID: <<myssid>>
Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
DS Parameter set: channel 1
Country: GB Environment: Indoor/Outdoor
Channels [1 - 13] @ 20 dBm
ERP: Barker_Preamble_Mode
Extended supported rates: 24.0 36.0 48.0 54.0
HT capabilities:
Capabilities: 0x1ad
RX LDPC
HT20
SM Power Save disabled
RX HT20 SGI
TX STBC
RX STBC 1-stream
Max AMSDU length: 3839 bytes
No DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: No restriction (0x00)
HT TX/RX MCS rate indexes supported: 0-15
HT operation:
* primary channel: 1
* secondary channel offset: no secondary
* STA channel width: 20 MHz
* RIFS: 0
* HT protection: non-HT mixed
* non-GF present: 1
* OBSS non-GF present: 1
* dual beacon: 0
* dual CTS protection: 0
* STBC beacon: 0
* L-SIG TXOP Prot: 0
* PCO active: 0
* PCO phase: 0
Overlapping BSS scan params:
* passive dwell: 20 TUs
* active dwell: 10 TUs
* channel width trigger scan interval: 300 s
* scan passive total per channel: 200 TUs
* scan active total per channel: 20 TUs
* BSS width channel transition delay factor: 5
* OBSS Scan Activity Threshold: 0.25 %
Extended capabilities: HT Information Exchange Supported, 6
WMM: * Parameter version 1
* u-APSD
* BE: CW 15-1023, AIFSN 3
* BK: CW 15-1023, AIFSN 7
* VI: CW 7-15, AIFSN 2, TXOP 3008 usec
* VO: CW 3-7, AIFSN 2, TXOP 1504 usec
RSN: * Version: 1
* Group cipher: CCMP
* Pairwise ciphers: CCMP
* Authentication suites: PSK
* Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
기본 프로필이 있습니다.
> cat /etc/wpa_supplicant/wpa.conf
ctrl_interface=/var/run/wpa_supplicant
update_config=1
network={
ssid="<<ssid>>"
psk=<<either "mypassphrase" or [the result of wpa_passphrase ssid passphrase] neither works>>
key_mgmt=WPA-PSK # I tried without, same result
ieee80211w=1 # I tried without (both), same result
}
나는 정확히 동일한 결과로 wpa_supplicant를 시작하는 두 가지 방법을 시도했습니다.
> wpa_supplicant -B -Dnl80211 -iwlp0s29f0u1 -c /etc/wpa_supplicant/wpa.conf
Successfully initialized wpa_supplicant
(-9를 죽이고 다시 시작)
> wpa_supplicant -B -Dnl80211,wext -iwlp0s29f0u1 -c /etc/wpa_supplicant/wpa.conf
Successfully initialized wpa_supplicant
이제 다음 두 가지 경우에 무슨 일이 일어나는지 살펴보십시오.
> wpa_cli
> scan
> scan_results
<<mac>> 2412 -65 [WPA2-PSK-CCMP][ESS] <<ssid>>
<3>CTRL-EVENT-SCAN-STARTED
<3>CTRL-EVENT-SCAN-RESULTS
<3>WPS-AP-AVAILABLE
<3>CTRL-EVENT-SSID-REENABLED id=0 ssid="<<ssid>>"
<3>SME: Trying to authenticate with <<mac>> (SSID='<<ssid>>' freq=2412 MHz)
<3>Trying to associate with <<mac>> (SSID='<<ssid>>' freq=2412 MHz)
<3>Associated with <<mac>>
<4>WPA: Failed to set PTK to the driver (alg=3 keylen=16 bssid=<<mac>>)
<3>CTRL-EVENT-DISCONNECTED bssid=<<mac>> reason=1 locally_generated=1
<3>WPA: 4-Way Handshake failed - pre-shared key may be incorrect
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="<<ssid>>" auth_failures=<x> duration=<xx> reason=WRONG_KEY
<3>CTRL-EVENT-SCAN-STARTED
<3>CTRL-EVENT-SCAN-RESULTS
<3>WPS-AP-AVAILABLE
두 가지가 튀어나옵니다:
<4>WPA: Failed to set PTK to the driver (alg=3 keylen=16 bssid=<<mac>>)
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="<<ssid>>" auth_failures=<x> duration=<xx> reason=WRONG_KEY
나는 두 번째가 첫 번째의 증상이라고 생각합니다.
그래서 내 진짜 문제는 첫 번째 오류 메시지를 생성하는 내 설정에 어떤 문제가 있는지 이해하는 것입니다. 이것이 제가 작은 도움을 받고 싶은 곳입니다.
감사해요.
답변1
이런, 시스템을 다시 시작하면 문제가 해결된 것 같습니다.
도중에 도움을 주셔서 감사합니다.