Archlinux ARM7 3.14.44-1 + wifi dongle R8188EU não está funcionando

0

Estou lutando para fazer meu dongle TPLINK funcionar no Archlinux ARM64.

Eu começo com o netctl start tplink, cujo link é:

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

E eu recebo:

[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.

E no diário:

[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.

O que pode ser?

Obrigado!

    
por Gabriel A. Zorrilla 18.06.2015 / 01:40

1 resposta

1

O pacote 8188EUS do DKMS usava drivers antigos.

Concluímos compilando este ramo:

link

e trabalhou.

    
por 21.06.2015 / 20:58

Tags