Archlinux ARM7 3.14.44-1 + Wi-Fi 어댑터 R8188EU가 작동하지 않습니다.

Archlinux ARM7 3.14.44-1 + Wi-Fi 어댑터 R8188EU가 작동하지 않습니다.

Archlinux ARM64에서 TPLINK Wi-Fi 동글을 작동시키려고 합니다.

netctl start tplink로 시작합니다. 여기서 tplink는 다음과 같습니다.

Description='A simple WPA encrypted wireless connection'
Interface=wlan0
Connection=wireless

Security=wpa
IP=dhcp

ESSID='wifi_name_here'
# Prepend hexadecimal keys with \"
# If your key starts with ", write it as '""<key>"'
# See also: the section on special quoting rules in netctl.profile(5)
Key='password'
# Uncomment this if your ssid is hidden
#Hidden=yes
# Set a priority for automatic profile selection
#Priority=10

나는 얻다:

[root@KRAKEN netctl] systemctl status [email protected] -l
* [email protected] - Networking for netctl profile tplink
   Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2015-06-17 20:35:19 ART; 8s ago
     Docs: man:netctl.profile(5)
  Process: 12545 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
 Main PID: 12545 (code=exited, status=1/FAILURE)

Jun 17 20:34:54 KRAKEN network[12545]: Starting network profile 'tplink'...
Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWAP]: Operation not permitted
Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
Jun 17 20:35:19 KRAKEN network[12545]: WPA association/authentication failed for interface 'wlan0'
Jun 17 20:35:19 KRAKEN network[12545]: Failed to bring the network up for profile 'tplink'
Jun 17 20:35:19 KRAKEN systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
Jun 17 20:35:19 KRAKEN systemd[1]: Failed to start Networking for netctl profile tplink.
Jun 17 20:35:19 KRAKEN systemd[1]: Unit [email protected] entered failed state.
Jun 17 20:35:19 KRAKEN systemd[1]: [email protected] failed.

그리고 일기장에는:

[root@KRAKEN netctl] journalctl -xe
-- 
-- Unit [email protected] has begun starting up.
Jun 17 20:34:54 KRAKEN network[12545]: Starting network profile 'tplink'...
Jun 17 20:34:54 KRAKEN kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWAP]: Operation not permitted
Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
Jun 17 20:34:54 KRAKEN network[12545]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
Jun 17 20:34:56 KRAKEN kernel: R8188EU: ERROR indicate disassoc
Jun 17 20:34:56 KRAKEN kernel: R8188EU: ERROR indicate disassoc
Jun 17 20:34:57 KRAKEN kernel: R8188EU: ERROR indicate disassoc
Jun 17 20:34:59 KRAKEN kernel: R8188EU: ERROR indicate disassoc
Jun 17 20:35:00 KRAKEN kernel: R8188EU: ERROR indicate disassoc
Jun 17 20:35:14 KRAKEN kernel: R8188EU: ERROR indicate disassoc
Jun 17 20:35:19 KRAKEN network[12545]: WPA association/authentication failed for interface 'wlan0'
Jun 17 20:35:19 KRAKEN kernel: R8188EU: ERROR indicate disassoc
Jun 17 20:35:19 KRAKEN network[12545]: Failed to bring the network up for profile 'tplink'
Jun 17 20:35:19 KRAKEN systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
Jun 17 20:35:19 KRAKEN systemd[1]: Failed to start Networking for netctl profile tplink.

그것은 무엇입니까?

감사해요!

답변1

DKMS 패키지 8188EUS는 이전 드라이버를 사용합니다.

마지막으로 이 브랜치를 컴파일했습니다.

https://github.com/lwfinger/rtl8188eu/tree/v4.1.8_9499

그리고 그것은 효과가 있었습니다.

관련 정보