You are not logged in.
So i freshly installed Archlinux, ethernet is working that's how i using internet for now but i noticed that my wifi and bluetooth is not working, as suspected maybe drivers were not installed so i downloaded network-manager-applet to see the wireless connection but it's not available then i used a terminal command for further investigtion "lspci -k" and saw this
Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
Subsystem: AzureWave Device 2b31
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
anyone who know how to fix it, help me i can provide the output of the commands if you want to
Last edited by pointyjayhawk (2023-07-14 02:30:45)
Offline
Kernel driver in use: ath10k_pci Kernel modules: ath10k_pci
Have you installed the firmware ? -- >https://archlinux.org/packages/core/any/linux-firmware/
If no install it and then restart the module with modprobe
sudo modprobe -r ath10k_pci && sudo modprobe ath10k_pci
Last edited by Khere (2021-05-12 06:12:13)
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
Thank you so much it worked finally!
Offline
Thank you so much it worked finally!
Rename the topic with [SOLVED] on top
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
```
Linux madlap 5.15.43-1-lts #1 SMP Wed, 25 May 2022 14:08:34 +0000 x86_64 GNU/Linux
```
```
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
Subsystem: Lenovo Qualcomm Atheros QCA9377 Wireless Network Adapter
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
```
```
pacman -Ss linux-firmware | grep installed
core/linux-firmware 20220509.b19cbdc-1 [installed]
core/linux-firmware-qcom 20220509.b19cbdc-1 [installed]
core/linux-firmware-whence 20220509.b19cbdc-1 [installed]
```
```
nmcli d wifi rescan
Error: Scanning not allowed while unavailable.
```
```
nmcli r wifi
enabled
```
```
rfkill
ID TYPE DEVICE SOFT HARD
0 wlan ideapad_wlan unblocked unblocked
1 bluetooth ideapad_bluetooth blocked unblocked
2 bluetooth hci0 blocked unblocked
3 wlan phy0 unblocked unblocked
```
bluetooth is working, but cant see any wifi
```
sudo modprobe -r ath10k_pci && sudo modprobe ath10k_pci
```
this does not work either
EDIT: i booted another live cd and wifi adapter works
Last edited by venomega (2022-05-30 18:44:20)
Offline