You are not logged in.
Even after looking at what seems to be every post on this issue, I cannot resolve it. Although I can connec
ip link output:
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: wlp59s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DORMANT group default qlen 1000
link/ether 9c:b6:d0:bc:ad:5d brd ff:ff:ff:ff:ff:ff
4: enp0s20f0u1u1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether 00:50:b6:1b:e4:d1 brd ff:ff:ff:ff:ff:ff dmesg:
dmesg | grep ath10k
[ 3.009222] ath10k_pci 0000:3b:00.0: enabling device (0000 -> 0002)
[ 3.011996] ath10k_pci 0000:3b:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 3.442840] ath10k_pci 0000:3b:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 3.442842] ath10k_pci 0000:3b:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[ 3.443162] ath10k_pci 0000:3b:00.0: firmware ver WLAN.RM.4.4.1-00140-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 29eb8ca1
[ 3.508581] ath10k_pci 0000:3b:00.0: board_file api 2 bmi_id N/A crc32 4ac0889b
[ 3.600768] ath10k_pci 0000:3b:00.0: unsupported HTC service id: 1536
[ 3.620497] ath10k_pci 0000:3b:00.0: htt-ver 3.60 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 3.711250] ath10k_pci 0000:3b:00.0 wlp59s0: renamed from wlan0
[ 3.970468] ath10k_pci 0000:3b:00.0: unsupported HTC service id: 1536enp0s20f0u1u1 is my ethernet adapter.
I have updated all my drivers with linux-drivers, and have pcie-aspm=off in /etc/default/grub.
However, when I try to connect to my home network:
sudo iw dev wlp59s0 connect -w [i]net-name[/i] key 0:[i]the key[/i]
wlp59s0 (phy #0): failed to connect to 7c:d1:c3:c9:51:f4, status: 40: Invalid Information ElementLast edited by DrYogurt (2020-02-28 06:28:26)
Offline
That error message is largely normal and non fatal. Are you sure you are connecting correctly? iw only works with WEP security at most. If you use WPA you must use wpa_supplicant or iwctl as mentioned on the network configuration page (if you want to connect manually on console, otherwise there are various other "more automated" network managers).
Last edited by V1del (2020-02-28 15:53:42)
Offline
I tried wpa_supplicant and it didn't work, bu nmcli with NetworkManager seemed to do the trick. Thanks for your help.
Offline
Glad to hear, please mark as [SOLVED] by editing the title in your first post: https://wiki.archlinux.org/index.php/Co … ow_to_post
Offline