Good morning everyone!
I am a new installer of Endeavor OS, but not necessarily a new to linux individual.
It appears that I am having some issues with my Intel Wi-Fi 6 AX200 card, and specifically it’s loading of the driver. Here’s some info from inxi -Na
and some abridged info from journalctl -k | grep iwlwifi
Device-2: Intel Wi-Fi 6 AX200 driver: N/A modules: iwlwifi pcie: gen: 2 speed 5 GT/s lanes: 1 bus-ID: 28:00.0 chip-ID: 8086:2723 class-ID: 0280
Aug 31 04:40:57 gaming-desktop kernel: iwlwifi: probe of 0000:28:00.0 failed with error -110
Any ideas on how I should procede? Note that since I don’t have any wireless to the device, it may take me some time to locate any packages, load them to a flash drive, and locally install them to the device.
You could try adding these in /etc/modprobe.d/iwl.conf
options iwlwifi 11n_disable=1 swcrypto=0 bt_coex_active=0 power_save=0
options iwlmvm power_scheme=1
options iwlwifi d0i3_disable=1
options iwlwifi uapsd_disable=1
options iwlwifi lar_disable=1
You may not need all of them but worth trying.
Edit: You’ll likely need to reboot after adding them to the file and saving.
1 Like
Thanks for the info!
It appears that this file hasn’t been created yet. Is that expected? And if not, is there a copy of it anywhere that I could pull down with some defaults?
You’ll have to create it with nano or some other text editor.
1 Like
Ok, I’m going to attempt that now
.
Any chance you could explain what each line is, or point me in the direction of the place that would have that info? Interested to learn what this is doing…
Ok, looks like that didn’t work. Any other ideas?
Not sure i can explain them all but as an example the first line one entry disables the wireless n standard, removes the encryption, disables bluetooth as co active, and disables power save. You could google the rest.
1 Like
Are you sure the WiFi is active? It’s a laptop? Also does it have ethernet?
Edit: Also did you reboot ?
RFKill is only showing the bluetooth connection, not any ethernet or wireless interfaces.
I’m on my desktop, so there’s an ethernet port, but it’s physically unable to be plugged in via ethernet.
And yes, I did reboot 
That would be the top code block in the original post, do you need the ethernet device as well?
Network:
Device-1: Intel I211 Gigabit Network vendor: Micro-Star MSI driver: igb v: kernel pcie: gen:
1 speed: 2.5 GT/s lanes: 1 port: d000 bus-ID: 26:00.0 chip-id:8086:1539 class-ID:0200
Device-2: Intel Wi-Fi 6 AX200 driver: N/A modules: iwlwifi pcie: gen: 2 speed 5GT/s lanes: 1
bus-ID: 28:00.0 chip-ID: 8086:2723 class-ID: 0280
Apologies, no it’s not. Since I don’t have internet, I have to manually type out whatever logs we want for the time being. If they’re big log files though I’ll output them to a file and then move them via flash drive to my laptop.
You must have marked solved by mistake?
Oh whoops, I’m so sorry it’s not solved, lemme go undo that…
I see the ethernet is showing.These Intel WiFi 6 chips 200, 210 and 211 can be problematic especially the 200 series. Sometimes it can be the firmware version it’s using. Or other reasons. I’m no expert on this. I just try to help.
Maybe you can run this command and post the url.
sudo dmesg | eos-sendlog
I totally understand, I saw that when I was looking around on the forum beforehand.
Thank you for your help though! I greatly appreciate it, maybe someone else that’s fixed this issue can see this and help
I can’t seem to get a URL, so I’ve included an output here. https://pastebin.com/Vz5VuHka
I noticed this thread via some google-dorking, so I sent him a message to see if he could maybe lay-out how to do his solution. Worth a shot to see if it will work. WIFI Driver N/A - #25 by Eerorri
Here is the relevant output. So some of the parameters it’s disregarding. But it shows where it fails. I don’t see it showing the firmware version because it’s not actually loading.
[ 4.615715] iwlwifi: unknown parameter 'd0i3_disable' ignored
[ 4.615719] iwlwifi: unknown parameter 'lar_disable' ignored
[ 4.616189] Intel(R) Wireless WiFi driver for Linux
[ 4.616252] iwlwifi 0000:28:00.0: enabling device (0000 -> 0002)
[ 4.650794] iwlwifi 0000:28:00.0: CSR_RESET = 0x10
[ 4.651540] iwlwifi 0000:28:00.0: Host monitor block 0x0 vector 0x0
[ 4.651714] iwlwifi 0000:28:00.0: value [iter 0]: 0x3f7f0430
[ 4.652507] iwlwifi 0000:28:00.0: value [iter 1]: 0x3f7f8430
[ 4.652901] iwlwifi 0000:28:00.0: value [iter 2]: 0x3f7f0c30
[ 4.653087] iwlwifi 0000:28:00.0: value [iter 3]: 0x3f7f8430
[ 4.654128] iwlwifi 0000:28:00.0: value [iter 4]: 0x3f7f8c30
[ 4.654313] iwlwifi 0000:28:00.0: value [iter 5]: 0x3f7f8c30
[ 4.654469] iwlwifi 0000:28:00.0: value [iter 6]: 0x3f7f8430
[ 4.655183] iwlwifi 0000:28:00.0: value [iter 7]: 0x3f7f8030
[ 4.655630] iwlwifi 0000:28:00.0: value [iter 8]: 0x3f7f8c30
[ 4.655811] iwlwifi 0000:28:00.0: value [iter 9]: 0x3f7f0c30
[ 4.656391] iwlwifi 0000:28:00.0: value [iter 10]: 0x3f7f8430
[ 4.656968] iwlwifi 0000:28:00.0: value [iter 11]: 0x3f7f0430
[ 4.657114] iwlwifi 0000:28:00.0: value [iter 12]: 0x3f7f0430
[ 4.657389] iwlwifi 0000:28:00.0: value [iter 13]: 0x3f7f8030
[ 4.658140] iwlwifi 0000:28:00.0: value [iter 14]: 0x3f7f8030
[ 4.658375] iwlwifi 0000:28:00.0: Host monitor block 0x0 vector 0x1
[ 4.658525] iwlwifi 0000:28:00.0: value [iter 0]: 0x044466c2
[ 4.659006] iwlwifi 0000:28:00.0: value [iter 1]: 0x044466c2
[ 4.659735] iwlwifi 0000:28:00.0: value [iter 2]: 0x044466c2
[ 4.659866] iwlwifi 0000:28:00.0: value [iter 3]: 0x044466c2
[ 4.659994] iwlwifi 0000:28:00.0: value [iter 4]: 0x044466c2
[ 4.660492] iwlwifi 0000:28:00.0: value [iter 5]: 0x044466c2
[ 4.661118] iwlwifi 0000:28:00.0: value [iter 6]: 0x044466c2
[ 4.661238] iwlwifi 0000:28:00.0: value [iter 7]: 0x044466c2
[ 4.661357] iwlwifi 0000:28:00.0: value [iter 8]: 0x044466c2
[ 4.661771] iwlwifi 0000:28:00.0: value [iter 9]: 0x044466c2
[ 4.662432] iwlwifi 0000:28:00.0: value [iter 10]: 0x044466c2
[ 4.662561] iwlwifi 0000:28:00.0: value [iter 11]: 0x044466c2
[ 4.662676] iwlwifi 0000:28:00.0: value [iter 12]: 0x044466c2
[ 4.662883] iwlwifi 0000:28:00.0: value [iter 13]: 0x044466c2
[ 4.663507] iwlwifi 0000:28:00.0: value [iter 14]: 0x044466c2
[ 4.663854] iwlwifi 0000:28:00.0: Host monitor block 0x0 vector 0x6
[ 4.663958] iwlwifi 0000:28:00.0: value [iter 0]: 0xb00c4471
[ 4.664062] iwlwifi 0000:28:00.0: value [iter 1]: 0xe00c4471
[ 4.664377] iwlwifi 0000:28:00.0: value [iter 2]: 0xe00c4471
[ 4.664968] iwlwifi 0000:28:00.0: value [iter 3]: 0xf00c4471
[ 4.665219] iwlwifi 0000:28:00.0: value [iter 4]: 0xe00c4471
[ 4.665313] iwlwifi 0000:28:00.0: value [iter 5]: 0xe00c4471
[ 4.665402] iwlwifi 0000:28:00.0: value [iter 6]: 0xe00c4471
[ 4.665580] iwlwifi 0000:28:00.0: value [iter 7]: 0xf00c4471
[ 4.666073] iwlwifi 0000:28:00.0: value [iter 8]: 0xe00c4471
[ 4.666518] iwlwifi 0000:28:00.0: value [iter 9]: 0xf00c4471
[ 4.666598] iwlwifi 0000:28:00.0: value [iter 10]: 0xe00c4471
[ 4.666682] iwlwifi 0000:28:00.0: value [iter 11]: 0xe00c4471
[ 4.666759] iwlwifi 0000:28:00.0: value [iter 12]: 0xb00c4471
[ 4.666844] iwlwifi 0000:28:00.0: value [iter 13]: 0xe00c4471
[ 4.667250] iwlwifi 0000:28:00.0: value [iter 14]: 0xb00c4471
[ 4.667637] iwlwifi 0000:28:00.0: Host monitor block 0x22 vector 0x0
[ 4.667898] iwlwifi 0000:28:00.0: value [iter 0]: 0x00000000
[ 4.668197] iwlwifi: probe of 0000:28:00.0 failed with error -110
Have you tried using modprobe?
sudo modprobe iwlwifi
I have never attempted it before. I just tried it, but it appears as though nothing happened.