首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Archlinux ARM7 3.14.44-1 + wifi dongle R8188EU不工作

Archlinux ARM7 3.14.44-1 + wifi dongle R8188EU不工作
EN

Unix & Linux用户
提问于 2015-06-17 23:40:24
回答 1查看 493关注 0票数 0

我正在努力获得我的TPLINK无线网络在Archlinux ARM64的工作。

我从netctl start tplink开始,tplink是:

代码语言:javascript
复制
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

我得到了:

代码语言:javascript
复制
[root@KRAKEN netctl] systemctl status netctl@tplink.service -l
* netctl@tplink.service - Networking for netctl profile tplink
   Loaded: loaded (/usr/lib/systemd/system/netctl@.service; 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]: netctl@tplink.service: 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 netctl@tplink.service entered failed state.
Jun 17 20:35:19 KRAKEN systemd[1]: netctl@tplink.service failed.

在杂志上:

代码语言:javascript
复制
[root@KRAKEN netctl] journalctl -xe
-- 
-- Unit netctl@tplink.service 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]: netctl@tplink.service: main process exited, code=exited, status=1/FAILURE
Jun 17 20:35:19 KRAKEN systemd[1]: Failed to start Networking for netctl profile tplink.

它能是什么?

谢谢!

EN

回答 1

Unix & Linux用户

发布于 2015-06-21 18:58:26

DKMS软件包8188 old使用旧的驱动程序。

最后把这个分支组织起来:

https://github.com/lwfinger/rtl8188eu/tree/v4.1.8_九四九九

而且起作用了。

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/210426

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档