You are not logged in.
How to load the iwlwifi driver in latest version?
[ 4.572033] iwlwifi 0000:04:00.0: value [iter 8]: 0xf00c4471
[ 4.572035] iwlwifi 0000:04:00.0: value [iter 9]: 0xb00c4471
[ 4.572038] iwlwifi 0000:04:00.0: value [iter 10]: 0xb00c4471
[ 4.572040] iwlwifi 0000:04:00.0: value [iter 11]: 0xf00c4471
[ 4.572042] iwlwifi 0000:04:00.0: value [iter 12]: 0xe00c4471
[ 4.572044] iwlwifi 0000:04:00.0: value [iter 13]: 0xa00c4471
[ 4.572046] iwlwifi 0000:04:00.0: value [iter 14]: 0xa00c4471
[ 4.572047] iwlwifi 0000:04:00.0: Host monitor block 0x22 vector 0x0
[ 4.572079] iwlwifi 0000:04:00.0: value [iter 0]: 0x00000000
[ 4.572298] iwlwifi: probe of 0000:04:00.0 failed with error -110
but I found that the driver not in use
04:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
Subsystem: Intel Corporation Wi-Fi 6 AX200NGW
Kernel modules: iwlwifi
Last edited by TimoLi (2023-11-28 14:06:43)
Offline
Not enough context/the full error message. General guess/advice, install linux-firmware
Offline
The driver doesn't load because the device cannot be probed what can have all sorts of causes
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
and if you've a parallel windows installation see the 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Offline
The driver doesn't load because the device cannot be probed what can have all sorts of causes
Please post your complete system journal for the boot:sudo journalctl -b | curl -F 'file=@-' 0x0.st
and if you've a parallel windows installation see the 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
1. Here is the complete system journal for the boot http://0x0.st/Hwkg.txt/.
2. Only arch system and I have already off the fast boot.
Offline
Perhaps try
# tee /sys/bus/pci/devices/0000:04:00.0/reset <<<"1"
But I think you may have to reinstall Windows to re-initialise the card: https://www.reddit.com/r/archlinux/comm … _auto=true
Para todos todo, para nosotros nada
Online
Only arch system and I have already off the fast boot.
Those are mutually exclusive statements.
Next to re-installing windows you could
1. try to deactivate the wifi chip in the bios, boot, reboot, reactivate the chip, boot on
2. move iwlwifi into the initramfs to get it a head-start
Sidebar: you've NM, dhcpcd and iwd installed.
If you want to use NM, disable dhcpcd and iwd and configure it to use iwd as wireless backend (see the NM page in the arch wiki)
Otherwise just disable NM.
Last edited by seth (2023-11-27 15:38:22)
Offline
After re-installing Windows and disable the fast boot. It works well, thanks.
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline