Problem with WiFi driver in arch linux
Problem with WiFi driver in arch linux
Problem with WiFi driver in arch linux
Hi everyone
I've been trying to solve a problem with my arch (endeavour) instalation and wanted to know if anyone here can help
Everything is working well, excepting the WiFi connection. It is extremely slow, sometimes disconnecting from the network, and in the task bar, the WiFi icon shows that the signal strength is weak, although the router is in the same room. Switching between r8168 and r8169 as recommended doesnt work. Any ideas?
Can you run
lspci -vnn | grep -i net
and post it's output here, thank you.01:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
I did some digging.
\ Check if iwlwifi kernel module is loaded with
\
lsmod | grep iwlwifi
\ If not
sudo modprobe iwlwifi
\ Then in
/etc/modprobe.d/iwlwifi.conf
addAnd reboot, check if the problem is still persistent. If it is let me know, as there's a few more things we can try like disabling power management.