You are not logged in.
I have recently reinstalled Archlinux on my laptop.
Despite having wifi internet without any issue while on the live usb, I had problems once back on the installed system.
NetworkManager doesn't show any network and ip link doesn't show any wifi device.
I searched for a newer Linux for iwlwifi from the Intel website and copied the iwlwifi*ucode to /lib/firmware, but nothing happened, even after a reboot.
I tried the following.
sudo modprobe -r iwlwifi && sudo modprobe iwlwifiand it works, The only problem is that it is not a permanent solution. It's only a temporary workaround that I need to execute after every reboot.
Do you have any suggestion?
Here the inxi -Nxxx result:
Network:
Device-1: Intel Ethernet I219-V vendor: Lenovo driver: e1000e v: kernel
port: N/A bus-ID: 00:1f.6 chip-ID: 8086:15bc class-ID: 0200
Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel pcie:
speed: 5 GT/s lanes: 1 bus-ID: 52:00.0 chip-ID: 8086:2723 class-ID: 0280Last edited by speedyx (2024-09-10 19:47:54)
I love archlinux: the last STABLE kernel release + the last STABLE DE release + the last STABLE apps releases. The upstream developers decide what is STABLE.
Offline
Any messages in dmesg why the initial "auto-load" would fail? Do you perhaps have iwlwifi blacklisted for some reason?
modprobe -c | grep iwlwifidepending on what exactly fails, maybe a fix would be to add it to the initramfs so it's loaded early
Offline
Online
Thank you very much! I had the net hook in mkinitcpio in the hope of having better NFS support in KDE. But I can remove it without problems, and the Wi-Fi works smoothly without supplemental intervention.
I love archlinux: the last STABLE kernel release + the last STABLE DE release + the last STABLE apps releases. The upstream developers decide what is STABLE.
Offline