Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

intel wifi 6 ax201

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
Destructor
Posts: 7
Joined: 2019-04-18 14:46

intel wifi 6 ax201

#1 Post by Destructor »

Hi Guys I have problem with intel wifi 6 ax201 adapter on Debian 11. It sometimes work good but sometimes does not work. And the speed test on 20% less than on Windows. I've download driver from https://www.intel.com/content/www/us/en ... eless.html
but now I need help for installing it. Please help me to explain how to install firmware from local disk

User avatar
sunrat
Administrator
Administrator
Posts: 6475
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: intel wifi 6 ax201

#2 Post by sunrat »

That page contains firmware, not drivers. They are different things. And it explains how to install that firmware.
In Debian however it is easier and more reliable to install the package firmware-iwlwifi from the non-free repository. You need to have non-free active in your sources first of course.
The Debian wiki page explains it all - https://wiki.debian.org/iwlwifi
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
Destructor
Posts: 7
Joined: 2019-04-18 14:46

Re: intel wifi 6 ax201

#3 Post by Destructor »

But I want to install firmware which is downloaded from Intel official site because my device model is missing in list on your https://wiki.debian.org/iwlwifi

User avatar
canci
Global Moderator
Global Moderator
Posts: 2502
Joined: 2006-09-24 11:28
Has thanked: 136 times
Been thanked: 136 times

Re: intel wifi 6 ax201

#4 Post by canci »

The list on the Wiki is too old.
AX201 has been supported since kernel 5.2, so the download you did is something that's already in firmware-iwlwifi.
For much newer drivers, you'd have to compile experimental drivers and maybe even a new kernel, which I wouldn't suggest.

Please make sure that firmware-iwlwifi is installed.

Also, make sure you're not afflicted by the error that's described on the wiki under Troubleshoot:
Troubleshooting

Slow WiFi problems when using Bluetooth

Some devices like the 6235 do include a Bluetooth device in the same card, which may lead into radio conflict. Newer devices (7200 and up) try to solve them intelligently, but it is not the case of older ones.

If your WiFi is slow when using Bluetooth, try adding the following to /etc/modprobe.d/iwlwifi.conf and reboot:

Code: Select all

options iwlwifi bt_coex_active=0 swcrypto=1 11n_disable=8
Image Stable / Asus VivoBook X421DA / AMD Ryzen 7 3700U / Radeon Vega Mobile Gfx (Picasso) / 8 GB RAM / 512GB NVMe

READ THIS:

* How to Post a Thread Here
* Other Tips and Great Resources

User avatar
sunrat
Administrator
Administrator
Posts: 6475
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: intel wifi 6 ax201

#5 Post by sunrat »

There are lots of AX201 firmwares listed on the package page - https://packages.debian.org/bullseye/firmware-iwlwifi . No idea which one is yours.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
Destructor
Posts: 7
Joined: 2019-04-18 14:46

Re: intel wifi 6 ax201

#6 Post by Destructor »

canci wrote: 2022-04-11 07:32 The list on the Wiki is too old.
AX201 has been supported since kernel 5.2, so the download you did is something that's already in firmware-iwlwifi.
For much newer drivers, you'd have to compile experimental drivers and maybe even a new kernel, which I wouldn't suggest.

Please make sure that firmware-iwlwifi is installed.

Also, make sure you're not afflicted by the error that's described on the wiki under Troubleshoot:
Troubleshooting

Slow WiFi problems when using Bluetooth

Some devices like the 6235 do include a Bluetooth device in the same card, which may lead into radio conflict. Newer devices (7200 and up) try to solve them intelligently, but it is not the case of older ones.

If your WiFi is slow when using Bluetooth, try adding the following to /etc/modprobe.d/iwlwifi.conf and reboot:

Code: Select all

options iwlwifi bt_coex_active=0 swcrypto=1 11n_disable=8
firmware-iwlwifi is installed, I saw it two days ago but file /etc/modprobe.d/iwlwifi.conf is missing

Post Reply