그래서 저는 최근에 새 컴퓨터에 아치 리눅스를 설치했습니다. 유선 연결을 사용하고 있었는데 이제 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
3: wlp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether f6:1e:11:6f:fb:bb brd ff:ff:ff:ff:ff:ff
4: enp0s20f0u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether 70:88:6b:81:1b:de brd ff:ff:ff:ff:ff:ff
$ lspci -knn | grep Net -A2
02:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter [1a56:1535]
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
$ iwconfig wlp2s0
wlp2s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=24 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
$ cat /etc/wpa_supplicant
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="network"
psk="password"
}
$ dmesg | grep ath10k
[ 2.015433] ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 2.016534] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 2.275427] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -2
[ 2.275444] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 2.276892] ath10k_pci 0000:02:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 2.276895] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[ 2.278075] ath10k_pci 0000:02:00.0: firmware ver WLAN.RM.4.4.1-00051-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 c3fd4411
[ 2.342633] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 0e26ef70
[ 2.928779] ath10k_pci 0000:02:00.0: Unknown eventid: 118809
[ 2.931450] ath10k_pci 0000:02:00.0: Unknown eventid: 90118
[ 2.932101] ath10k_pci 0000:02:00.0: htt-ver 3.44 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 3.012656] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[ 4.567797] ath10k_pci 0000:02:00.0: Unknown eventid: 118809
[ 4.570707] ath10k_pci 0000:02:00.0: Unknown eventid: 90118
[ 5.421254] ath10k_pci 0000:02:00.0: Unknown eventid: 118809
[ 5.424174] ath10k_pci 0000:02:00.0: Unknown eventid: 90118
무엇을 해야할지 모르겠습니다. Wi-Fi 메뉴, iw, netctl 및 네트워크 관리자를 사용해 보았습니다. 아무리 노력해도 연결이 안되네요. 그러나 액세스 포인트가 나타납니다. 연결하려는 네트워크를 찾았습니다.
답변1
NetworkManager를 실행하면 이를 사용하여 WLAN을 구성한 다음 /var/log/syslog 또는 /var/log/messages에 로그인하여 NetworkManager가 수행하는 작업과 무엇이 잘못되고 있는지 확인할 수 있습니다.