Wednesday, April 24, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1205  / 2 Years ago, wed, august 17, 2022, 12:20:19

I need your help with setup wifi on my mini-PC.
CPU Intel N100, that includes wifi. default winOs had seen wifi and worked well.
I've already tried ubuntu 22.04 and 22.10, tried to install backport-iwlwifi-dkms, copied iwlwifi files from kernel linux github to /lib/firmware, upgraded kernel...
OS doesn't see wifi at all and bluetooth is not switching ON.


So everything what i found already - didn't help me.


# dmesg | grep iwlwifi
[ 2.573402] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 2.586226] iwlwifi: No config found for PCI dev 54f0/0244, rev=0x370, rfid=0x10c000
[ 2.586247] iwlwifi: probe of 0000:00:14.3 failed with error -22


# uname -r
6.2.7-060207-generic


# rfkill list

0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


# lspci -kvnn | sed -n '/Network/,/^$/ p'
00:14.3 Network controller [0280]: Intel Corporation Device [8086:54f0]
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Device [8086:0244]
Flags: fast devsel, IRQ 16
Memory at 6001114000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [80] MSI-X: Enable- Count=16 Masked-
Capabilities: [100] Latency Tolerance Reporting
Capabilities: [164] Vendor Specific Information: ID=0010 Rev=0 Len=014 <?>
Kernel modules: iwlwifi


[UPDATE]


found this - sounds promising.
Also found few requests on intel community about support Linux, as it's promised on specs page.
will update mine findings here


[UPDATE 2023/04/04]
intel community couldn't provide the support and forwarded to kernel.org :(


More From » iwlwifi

 Answers
0

The device appeared in your lspci output:
Subsystem: Intel Corporation Device [8086:0244]


That is the Intel AX101, which was only released in Q3'22:
https://www.intel.ca/content/www/ca/en/products/sku/203014/intel-wifi-6-ax101/specifications.html


It is possible that your device does not yet have Linux support. Support might come in a future kernel.


[#16] Friday, August 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sigtestim

Total Points: 298
Total Questions: 108
Total Answers: 106

Location: Bermuda
Member since Thu, Apr 20, 2023
1 Year ago
;