LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-24-2022, 04:06 AM   #91
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479

Quote:
Originally Posted by pan64 View Post
so check which kernel and driver are in use on fedora
Hi. I'm not too familiar with Fedora. How can I verify the driver in use that makes the AX200 work?
 
Old 06-24-2022, 05:01 AM   #92
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
Quote:
Originally Posted by linustalman View Post
Hi. I'm not too familiar with Fedora. How can I verify the driver in use that makes the AX200 work?
Exactly the same way as it was described here, in this thread.
 
Old 06-24-2022, 09:51 AM   #93
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
should be same as kernel you are using unless you backported your drivers which can cause trouble.

uname -r in console should give kernel version.
 
Old 06-24-2022, 11:51 AM   #94
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

The current kernel is (5.18.5-200.fc36.x86_64) but it also worked with the default kernel - 5.17.5-300.fc36.x86_64.

It's using the iwlwifi driver.

Code:
lsmod | grep iwlwifi
Code:
iwlwifi               409600  1 iwlmvm
iwlmei                 40960  2 iwlmvm,iwlwifi
cfg80211             1052672  6 carl9170,iwlmvm,iwlmei,ath,iwlwifi,mac80211

Last edited by linustalman; 06-24-2022 at 11:52 AM.
 
Old 06-24-2022, 12:40 PM   #95
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
iwlmei is new

OP you get your ax200 working with 5.17.5-300 or 5.18.5-200?
last I knew firmware was crashing with latest kernels but havent checked linux-wireless daily.

Last edited by mrapathy; 06-24-2022 at 12:53 PM.
 
Old 06-24-2022, 01:28 PM   #96
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Thumbs up

Quote:
Originally Posted by mrapathy View Post

... OP you get your ax200 working with 5.17.5-300 or 5.18.5-200? ...
Hi mrapathy. It worked with both.
 
Old 06-24-2022, 02:58 PM   #97
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
Quote:
Originally Posted by linustalman View Post
Hi mrapathy. It worked with both.
Thats great. I will have to try 5.18.x again on my laptop.

Tried 5.18.6 on my laptop didnt work. firmware version 68 though looked for 72/74 dont recall properly.
lots of messages from dmesg | grep iwl
dont think the firmware crashed.
Hey OP what firmware version you using? sudo dmesg | grep firmware

Last edited by mrapathy; 06-25-2022 at 12:28 AM.
 
Old 06-26-2022, 09:11 AM   #98
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Quote:
Originally Posted by mrapathy View Post
... sudo dmesg | grep firmware
# On Fedora 36:

[ 5.606104] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[ 5.611598] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[ 7.985059] iwlwifi 0000:06:00.0: Direct firmware load for iwlwifi-cc-a0-72.ucode failed with error -2
[ 7.986285] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 8.015856] iwlwifi 0000:06:00.0: loaded firmware version 71.058653f6.0 cc-a0-71.ucode op_mode iwlmvm
[ 8.017024] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[ 8.394358] usb 3-1: firmware API: 1.9.6 2012-07-07
[ 11.244470] Bluetooth: hci0: Waiting for firmware download to complete
 
Old 06-26-2022, 09:25 AM   #99
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
Code:
[ 8.015856] iwlwifi 0000:06:00.0: loaded firmware version 71.058653f6.0 cc-a0-71.ucode op_mode iwlmvm
this is the relevant line. You need to try the same version. I think you may try to copy the file itself.
You can look for it similarly: https://www.linuxquestions.org/quest...ml#post6356524
 
Old 06-26-2022, 12:01 PM   #100
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
Thanks for the reply. I updated to latest firmware. no dice still :-(
 
Old 06-26-2022, 12:42 PM   #101
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by mrapathy View Post
Thanks for the reply. I updated to latest firmware. no dice still :-(
It's extremely frustrating.
 
Old 06-26-2022, 02:25 PM   #102
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
my laptops ax200 works with kernel 5.4.x and nothing else. Frustrating when it doesnt but nice when it works.

AMD and Mediatek just released a m.2 device for $30 6E wifi. though I have a intel 7265D that works flawlessly in 5ghz 867mb connection. latest and greatest would be nice as long as it works. I do have a old reliable but its 20 screws I have to remove and replace to get to m.2 slot on my laptop.
 
Old 06-27-2022, 01:33 AM   #103
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 581

Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by mrapathy View Post
my laptops ax200 works with kernel 5.4.x and nothing else. Frustrating when it doesnt but nice when it works.

AMD and Mediatek just released a m.2 device for $30 6E wifi. though I have a intel 7265D that works flawlessly in 5ghz 867mb connection. latest and greatest would be nice as long as it works. I do have a old reliable but its 20 screws I have to remove and replace to get to m.2 slot on my laptop.
Not trolling here but try the latest slackware current.
Just upgraded the kernel to 5.18.6.
It just works.
 
Old 06-27-2022, 08:15 AM   #104
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
I did nothing special but now the Intel Wi-Fi 6 AX200 works in Debian 11. I have the firmware-iwlwifi (v. 20210315-3) native package and the 5.18.2-1~bpo11+1 kernel.
 
Old 06-27-2022, 12:35 PM   #105
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
Quote:
Originally Posted by yvesjv View Post
Not trolling here but try the latest slackware current.
Just upgraded the kernel to 5.18.6.
It just works.
thanks for the info. I dont think you're trolling. hope no one considers me trolling. hijacking a little but it is relevent information for Intel AX200

I like slackware 15 and I know it has some minor issues but I dont like the current game. slackware while difficult to get software for and configure is a rock solid operating. I am getting similar stability from debian these days.

Quote:
I did nothing special but now the Intel Wi-Fi 6 AX200 works in Debian 11. I have the firmware-iwlwifi (v. 20210315-3) native package and the 5.18.2-1~bpo11+1 kernel.
I have a desktop with builtin ax200 and it works without anything special for Debian 11.3 non free firmware and slackware 15.
my laptop has a m.2 Key E interface intel ax200 to pci and usb bus which only like kernel 5.4.x. both devices "laptop\desktop" register 0x2723, 0x0084 in pci bus.
kernel code for 5.4.x is different than other LTS and Stable kernels.

when I tried kernel 5.18.6 it was in slackware 15. didnt have iwlmei driver load and dont feel like reading source code to understand why.
get the feeling the Linux-Wireless guys are familiar with problem and working on it.

5.17.x is EOL = End Of Life. should probably go with 5.18.x

Last edited by mrapathy; 06-27-2022 at 12:46 PM.
 
1 members found this post helpful.
  


Reply

Tags
intel, wifi, wifi card, wireless



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
AX200 can't connect to router richp1982 Linux - Wireless Networking 3 11-06-2020 11:37 AM
WIFI CARD NOT RECOGNIZED, WIFI DOESN'T WORK - Intel® Dual Band Wireless-AC 3165 3BmPC Linux - Networking 4 02-09-2020 11:33 PM
Trying to get Cardbus WiFi card to work in Bodhi Linux on old laptop voicedude Linux - Wireless Networking 4 06-12-2018 01:14 AM
[SOLVED] Can't get Network card or WiFi card to work in Fedora 13 kuade Linux - Newbie 3 09-17-2010 12:44 AM
Trying to get captive-ntfs to work, get an error when trying to mount EOHooligan Linux - General 1 06-09-2005 06:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration