내 아치 리눅스 PC에 Wi-Fi 동글을 설치하려고 합니다.
연결하면 감지되지 않습니다.
# ~ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether bc:5f:f4:cf:b0:f2 brd ff:ff:ff:ff:ff:ff
그래서 아치위키에 적힌 대로 설치 dkms
하고 rtl88xxau-aircrack-dkms-git
패키징을 했습니다.
그런 다음 장치를 볼 수 있습니다.
# ~ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether bc:5f:f4:cf:b0:f2 brd ff:ff:ff:ff:ff:ff
3: wlp0s29u1u3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 34:e8:94:ca:8f:05 brd ff:ff:ff:ff:ff:ff
# ~ iw dev
phy#0
Interface wlp0s29u1u3
ifindex 3
wdev 0x1
addr 34:e8:94:ca:8f:05
type managed
txpower 0.00 dBm
하지만 이제 그것을 정리하려고 하면 다음과 같은 결과가 나옵니다.
# ~ ip link set wlp0s29u1u3 up
RTNETLINK answers: Operation not permitted
rfkill은 여기서 문제가 아닙니다.
# ~ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
물론 wpa_supplicant도 연결되지 않습니다.
# ~ wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlp0s29u1u3
Successfully initialized wpa_supplicant
Could not set interface wlp0s29u1u3 flags (UP): Operation not permitted
nl80211: Could not set interface 'wlp0s29u1u3' UP
nl80211: deinit ifname=wlp0s29u1u3 disabled_11b_rates=0
wlp0s29u1u3: Failed to initialize driver interface
문제가 무엇이며 해결 방법에 대한 아이디어가 있습니까?