LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-18-2021, 01:02 PM   #16
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 Timothy Miller View Post
I'd say start from scratch with firmware.
Code:
apt purge firmware-iwlwifi
find /lib/firmware/ -name 'iwlwifi-*' -exec rm -f {} \;
apt install firmware-iwlwifi
*reboot
This SHOULD work if you're using the Debian kernel, I have multiple laptops running Debian Bullseye with AX200 cards and not a single one of them required the firmware from Intel (will not work if it's actually an AX210, the Debian 5.10 kernel simply doesn't work properly with that card, requires the backport kernel to fully function).
Hi Tim.

Done!
I'm using this kernel: 5.14.0-0.bpo.2-amd64
After a reboot, still no improvement.
 
Old 12-18-2021, 01:41 PM   #17
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,007
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
Quote:
Originally Posted by linustalman View Post
Hi Tim.

Done!
I'm using this kernel: 5.14.0-0.bpo.2-amd64
After a reboot, still no improvement.
Then you'll need the backports firmware, as that kernel needs a slightly different version of the firmware from the 5.10 kernel.
Code:
apt install -t bullseye-backports firmware-iwlwifi
*reboot
 
Old 12-18-2021, 02:28 PM   #18
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

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

Quote:
Originally Posted by Timothy Miller View Post
Then you'll need the backports firmware, as that kernel needs a slightly different version of the firmware from the 5.10 kernel.
Code:
apt install -t bullseye-backports firmware-iwlwifi
*reboot
Code:
#apt install -t bullseye-backports firmware-iwlwifi
Code:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
firmware-iwlwifi is already the newest version (20210315-3).
0 upgraded, 0 newly installed, 0 to remove and 77 not upgraded.
Would it be possible to use this or would that make my system a FrankenDebian?

Edit: Actually, I just noticed that AX200 is not mentioned in https://packages.debian.org/bullseye/firmware-iwlwifi or even https://packages.debian.org/sid/firmware-iwlwifi.

Last edited by linustalman; 12-18-2021 at 02:32 PM.
 
Old 12-18-2021, 03:10 PM   #19
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,007
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
AX200/AX201 same card with the only difference being where the processing is taking place (AX201 is CNVio, AX200 is "real")
 
1 members found this post helpful.
Old 12-19-2021, 02:00 AM   #20
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 was looking at other online mentions of AX200 and Linux and came across
Code:
sudo modprobe iwlwifi
and ran it. Would that help? If not can I undo it?
 
Old 12-19-2021, 03:56 AM   #21
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,039

Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
Why don't you try it?
You can use lsmod to list loaded modules, modprobe to add/load additional modules and rmmod to remove them (if required). Additionally would be nice to post the output of the executed command too.
 
Old 12-19-2021, 06:13 AM   #22
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Code:
lsmod
https://paste.debian.net/1224040/

---

Code:
lsmod | grep iwlwifi
Code:
iwlwifi               311296  1 iwlmvm
cfg80211             1024000  5 carl9170,iwlmvm,ath,iwlwifi,mac80211

Last edited by linustalman; 12-19-2021 at 06:42 AM.
 
Old 12-24-2021, 04:52 AM   #23
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

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

Still no wifi.
 
Old 02-05-2022, 03:45 AM   #24
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Is this website legit? https://wireless.wiki.kernel.org/en/...rivers/iwlwifi
 
Old 02-05-2022, 07:13 AM   #25
Debian6to11
Member
 
Registered: Jan 2022
Location: Limassol, Cyprus
Distribution: Debian
Posts: 382
Blog Entries: 1

Rep: Reputation: 71
Yes, it is a good website.
When I installed Debian11 around 15 November last year with stock kernel, my wifi card (same chip AX200) did not work but the bluetooth of the card worked. So I used my mobile's internet connection (connected to the computer with bluetooth) and installed the wifi firmware with apt (only need a few megabytes). After the firmware installation I had a working wifi.

Code:
Start-Date: 2021-11-15  13:07:07
Commandline: apt install firmware-iwlwifi
Install: firmware-iwlwifi:amd64 (20210315-3)
End-Date: 2021-11-15  13:07:09

Last edited by Debian6to11; 02-05-2022 at 07:17 AM. Reason: more info
 
1 members found this post helpful.
Old 02-05-2022, 07:28 AM   #26
Debian6to11
Member
 
Registered: Jan 2022
Location: Limassol, Cyprus
Distribution: Debian
Posts: 382
Blog Entries: 1

Rep: Reputation: 71
Also, from this page,
https://superuser.com/questions/1553...-debian-buster

"The advantage of using this repository, instead of copying the firmware by hand, is that you will get updates automatically."
 
1 members found this post helpful.
Old 02-05-2022, 08:55 AM   #27
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,740

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

Quote:
Originally Posted by Debian6to11 View Post
Also, from this page,
https://superuser.com/questions/1553...-debian-buster

"The advantage of using this repository, instead of copying the firmware by hand, is that you will get updates automatically."
I tried that before. No joy.
 
Old 02-09-2022, 01:57 PM   #28
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 579

Rep: Reputation: Disabled
Smile

If not already enabled, try a custom kernel and make the modules too
The attached pics are of a working AX WNic
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2022-02-10_05-21-14.png
Views:	72
Size:	12.8 KB
ID:	38322   Click image for larger version

Name:	Screenshot_2022-02-10_05-24-52.png
Views:	64
Size:	47.9 KB
ID:	38323  
 
Old 03-03-2022, 01:14 AM   #29
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 yvesjv View Post
If not already enabled, try a custom kernel and make the modules too
The attached pics are of a working AX WNic
Hi yvesjv. I'd be reluctant to use a non-standard kernel. Besides, I don't know where to begin.
 
Old 03-03-2022, 02:48 PM   #30
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 579

Rep: Reputation: Disabled
Thumbs up

Compiling your own custom kernel on debian should be easy.
A long time ago and before leaving debian due to the systemd debacle, for example I compiled custom kernels that would fit onto a 1.4mb floppy and ran squid proxy on debian for large colleges.

Not sure how you do it nowadays but it should no be that far off from how easy debian used to be.

Appears it is still a package build
https://kernel-team.pages.debian.net...ommon-official
The current stable linux kernel is downloadable at https://cdn.kernel.org/pub/linux/ker...5.16.12.tar.xz

when in the linux-5.16.12 directory, copy the /boot/config-<current-running-Kernel> file and rename it to .config.
Once it is copied into the linux-5.16.12 directory, run this command and wait for it to complete:
yes "" | make oldconfig

Next run this command to modify the soon to be your custom kernel for your requirements.
make menuconfig
You will find what you want in Device Drivers/Network Device Support/Wireless LAN/
See attached picture of my current WNic setting
Save and exit.

Follow the instructions on the article and install your newly built kernel.
And reboot into your new custom kernel.

Edit: I cannot see the part where to 'make modules', perhaps that has changed.
Best to query the Debian forums as the modules are important and should be installed.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2022-03-04_05-57-22.png
Views:	34
Size:	18.4 KB
ID:	38517  

Last edited by yvesjv; 03-03-2022 at 03:02 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 05:47 AM.

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