Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Intel Wifi-6 AX200 wifi working on gentoo?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
nondescript
n00b
n00b


Joined: 06 Apr 2019
Posts: 8

PostPosted: Fri Oct 18, 2019 5:12 pm    Post subject: [Solved] Intel Wifi-6 AX200 wifi working on gentoo? Reply with quote

I have a Gigabyte Aorus x570-I (itx) motherboard which has intel wifi 6 (ax200 unless I'm mistaken, not sure how to tell) and I can't seem to get it running on gentoo-sources (kernel 4.19.72)

I have set the kernel options listed here: https://wiki.gentoo.org/wiki/Iwlwifi#IEEE_802.11

I tried using iwlwifi+iwlmvm built into kernel with 'iwlwifi-cc-a0-46.ucode' (referenced here)specified in the kernel's EXTRA_FIRMWARE, and I also tried using them as modules. Neither allowed me to see my wifi network interface with `iw dev`

am I doing something incorrectly? I did notice that the iwlwifi-cc-a0-46.ucode firmware binary provided by intel on kernel.org is different from the iwlwifi-cc-a0-46.ucode provided by gentoo's linux-firmware according to `diff`. I did not attempt to install the kernel.org firmware because I did not want to overwrite the existing /lib/firmware/iwlwifi-cc-a0-46.ucode and interfere with portage. I'm not sure why they differ or how to properly handle that. If I must switch from gentoo-sources to git-sources for a newer kernel, I'll need to learn how to determine which versions are supported with x11-drivers/nvidia-drivers.

Any guidance would be appreciated, I'm losing my mind ;)

EDIT: I've now tried using 5.2.3-ck kernel, the latest from ck-sources, with both iwlwifi and iwlmvm loaded as modules, and `iw dev` still returns nothing. I also tried 5.4rc2 from git-sources and nvidia-drivers wouldn't work with that, but I still checked `iw dev` via terminal and that didn't work either. I've now tried 5.3.6-r1 from gentoo-sources as well.

Here is output of modinfo for iwlwifi and iwlmvm, curiously I notice that iwlwifi-cc-a0-46.ucode is not listed in the firmware section...

EDIT2: I noticed this snippet from dmesg:

Code:
[    3.964758] igb 0000:03:00.0 enp3s0: renamed from eth0
[    3.983178] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.985424] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.022497] Intel(R) Wireless WiFi driver for Linux
[    4.022498] Copyright(c) 2003- 2015 Intel Corporation
[    4.022540] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[    4.026803] nvidia: loading out-of-tree module taints kernel.
[    4.026810] nvidia: module license 'NVIDIA' taints kernel.
[    4.026811] Disabling lock debugging due to kernel taint
[    4.035479] nvidia-nvlink: Nvlink Core is being initialized, major device number 248
[    4.035727] nvidia 0000:08:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    4.056549] iwlwifi: probe of 0000:04:00.0 failed with error -110


I searched for iwlwifi error -110 and apparently it stands for ETIMEDOUT


Last edited by nondescript on Mon Oct 21, 2019 7:58 am; edited 2 times in total
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sat Oct 19, 2019 1:44 am    Post subject: Reply with quote

Generally, you can look up at http://cateee.net what version of kernel has support for your device, search by PCI ID.
To find out what firmware version is needed look at dmesg. Then download the required firmware and copy it to /lib/firmware/ (or find out what Gentoo package contains it and emerge).
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1698

PostPosted: Sat Oct 19, 2019 2:23 am    Post subject: Reply with quote

Quote:
depends:
looks strange in your pastebin
I would think
Code:
cfg80211
would be in there.
But thats just me
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
nondescript
n00b
n00b


Joined: 06 Apr 2019
Posts: 8

PostPosted: Mon Oct 21, 2019 5:06 am    Post subject: Reply with quote

turtles wrote:
Quote:
depends:
looks strange in your pastebin
I would think
Code:
cfg80211
would be in there.
But thats just me


I believe you are correct, I just created a fedora beta live usb with kernel 5.3.0-0rc6 and iwlwifi did list cfg80211 as a dependency, and wifi was working. Any idea what might cause this issue?

EDIT: The issue is solved, thanks for the help. Disabling 'fast startup' in the neighboring Windows 10 OS seems to have solved the issue.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum