Hi everybody,
I've been using Manjaro 18.0 on a Lenovo Ideapad 310 with an AtherosQCA9377 for some time without issues, but since yesterday I am unable to connect to any wifi network, actually I can't even detect them (left-click on NetworkManager applet only shows Ethernet Networks and VPN Connections).
I tried a few things, but I can't understand what happened:
1)Right-click on NetworkManager applet: it says network and notifications are enabled.
2)Here is part of the "lspci" command output: "02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 30)"
3)Here is the output of "ip a":
1:lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether c8:5b:76:28:7d:da brd ff:ff:ff:ff:ff:ff
inet 10.175.133.171/15 brd 10.175.255.255 scope global dynamic noprefixroute enp1s0
valid_lft 708sec preferred_lft 708sec
inet6 2a00:1508:1:f010:fd59:58f:d86f:7e46/64 scope global dynamic noprefixroute
valid_lft 1779sec preferred_lft 1779sec
inet6 fe80::3820:be0:622e:5c58/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4)Here is the output of "dmesg | grep ath10k":
[ 13.937355] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 14.369152] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -2
[ 14.369163] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 14.459214] ath10k_pci 0000:02:00.0: qca9377 hw1.0 target 0x05020000 chip_id 0x003820ff sub 17aa:4035
[ 14.459216] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[ 14.459660] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[ 17.526675] ath10k_pci 0000:02:00.0: unable to read from the device
[ 17.526677] ath10k_pci 0000:02:00.0: could not execute otp for board id check: -110
[ 17.526711] ath10k_pci 0000:02:00.0: failed to get board id from otp: -110
[ 17.526756] ath10k_pci 0000:02:00.0: could not probe fw (-110)
Can you help me?
Thanks in advance C: