Intel ax210 drivers linux

Ubuntu 20.04 LTS driver Intel Wi-Fi 6E AX210 160MHz

After a fresh install of Ubuntu 20.04 LTS on my new Razer Blade 15 Advanced Model (Early 2021) — RZ09-036, I am unable to use Wifi or Bluetooth. It’s a common problem as here. Wifi and Bluetooth settings are just flickering and are unresponsible. I have tried cold booting, installing new firmware, following this post, and nothing that I could find online solved my issue. Please see a linked screenshot of error messages when shutting down the laptop. In case you need any more information, please let me know. Screenshots of error messages on my post Intel community forum Can someone help with this issue, for me, it’s critical that I can establish a normal workflow on this laptop on Ubuntu (can also be any other version if it’s going to work). EDIT: 1

[ 73.765733] Bluetooth: hci0: Reading Intel version information failed (-22) [ 73.765743] Bluetooth: hci0: Intel Read version failed (-22) [ 73.765844] Bluetooth: hci0: Intel reset sent to retry FW download [ 74.365767] Bluetooth: hci0: Reading Intel version information failed (-22) [ 74.365776] Bluetooth: hci0: Intel Read version failed (-22) [ 74.365885] Bluetooth: hci0: Intel reset sent to retry FW download [ 74.964725] Bluetooth: hci0: Reading Intel version information failed (-22) [ 74.964734] Bluetooth: hci0: Intel Read version failed (-22) [ 74.964829] Bluetooth: hci0: Intel reset sent to retry FW download [ 75.561751] Bluetooth: hci0: Reading Intel version information failed (-22) [ 75.561759] Bluetooth: hci0: Intel Read version failed (-22) [ 75.561840] Bluetooth: hci0: Intel reset sent to retry FW download [ 76.161701] Bluetooth: hci0: Reading Intel version information failed (-22) [ 76.161710] Bluetooth: hci0: Intel Read version failed (-22) [ 76.161820] Bluetooth: hci0: Intel reset sent to retry FW download [ 76.759799] Bluetooth: hci0: Reading Intel version information failed (-22) [ 76.759806] Bluetooth: hci0: Intel Read version failed (-22) . . . it continues . 
user@Razer-LT:~$ lspci -nnk | grep 0280 -A3 03:00.0 Network controller [0280]: Intel Corporation Device [8086:2725] (rev 1a) Subsystem: Intel Corporation Device [8086:0024] Kernel modules: iwlwifi 04:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808] 

I’ve also tried on Ubuntu 20.10 and I got the same issue. For now, I managed to get an Internet connection by using USB-c to LAN adapter. Iam using this kernel:

user@Razer-LT:~$ uname -r 5.8.0-48-generic 

FINAL SOLUTION: Update the kernel to 5.10. Keep in mind that I’ve decided to wait and rather used an external Wifi-adapter, Bluetooth transmitter, duo to possible brakes of a system.

Источник

Читайте также:  Midnight commander linux поиск файла

Проблема

В наличии ноутбук (Honor MagicBook Pro 16 2020 AMD Ryzen 4800H) с Ubuntu 20.10, ядро 5.11.10-051110-lowlatency.
Его дефолтный Wifi-адаптер Realtek RTL8822CE был заменен на Intel AX210NGW.
После перезагрузки Wi-Fi не завелся. В выводе lspci такое:

$ lspci . 01:00.0 Network controller: Intel Corporation Device 2725 (rev 1a) .

Однако, iwconfig не признает адаптер в качестве Wi-Fiхотя rfkill list всё показывает.
В сообщениях ядра среди всего прочего такое:

bluetooth hci0: Direct firmware load for intel/ibt-0041-0041.sfi failed with error -2

Решение

Оказалось, что поддержка этого железа в Linux появидась совсем недавно, в ядре 5.10 и для того, чтобы все заработало нужно загрузить фирмварь адаптера.
Для Ubuntu это можно сделать двумя путями. Либо — скачать фирмварь отсюда: https://www.intel.com/content/www/us/en/support/articles/000005511/wireless.html или отсюда https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi и распаковать его в /lib/firmware/
Перезагружаемся или выполняем:

sudo rmmod iwlwifi sudo modprobe iwlwifi

После этих манипуляций заработал WiFi, но не bluetooth. Второй (и более предпочтительный) вариант получения фирмвари — установить пакет linux-firmware версии не ниже 1.196 (из состава еще не вышедшей на данный момент Ubuntu 21.04) отсюда: https://launchpad.net/ubuntu/+source/linux-firmware
После скачивания устанавливаем пакет и перезапускаем модули, обеспечивающие работу bluetooth:

sudo apt-get install ~/Downloads/linux-firmware_1.196_all.deb sudo rmmod btusb && sudo rmmod btintel sudo modprobe btusb

Однако, с новым пакетом linux-firmware оказалось не все так просто. Я запустил Wifi с помощью скачаной фирмвари (без перезагрузки, путем перезапуска модуля), потом накатил новый linux-firmware и тоже перезапустил модули. В итоге всё заработало, но после перезагрузки пропал Wi-Fi. Очевидно, что новый пакет linux-firmware что-то делает с порядком загрузки модулей или фирмварей или еще с чем-то и Wi-Fi умирает.
В итоге выход был найден такой. Я снес новый linux-firmware и откатился на стандартный пакет linux-firmware из стабильного репозитория, затем поглядел в логах какой именной файл фирмвари пытается загрузить модуль btintel (это оказались файлы intel/ibt-0041-0041.sfi и intel/ibt-0041-0041.ddc) и извлек их из пакета и положил вручную в директорию /lib/firmware/intel/. Ну и затем еще раз скопировал в /lib/firmware/ файлы с фирмварью Wi-Fi. В итоге — всё нормально заводится и после перезагрузок.

На всякий случай архив с firmware для Wi-Fi и Bluetooth для адаптера Intel AX210NGW сохранил у себя — ax210ngw-firmware.tar.gz

Источник

Intel Ax210 Wifi/Bluetooth Driver Debian Buster Installation Guide

GNU/Linux Debian Buster Installing Intel Ax210 Wireless Driver Guide

Hi! The Tutorial shows you Step-by-step How to Install Intel Ax210 Wireless Wifi/Bluetooth Driver in Debian Buster 10 GNU/Linux.

The Device should works correctly, for both Wifi and Bluetooth Networks, on Kernels 5.11+.

So first, you should know what your Current Linux Kernel Release installed on System.

Intel Ax210 Wifi/Bluetooth Driver Debian Buster Installation Guide

1. Terminal Getting-Started Guide

Contents

Showing Ads here is the best solution I found for not embarassing somebody about participating in a #%$Foundation^.

«When the Last Tree has been cut down, the Last Fish caught, the Last River poisoned, only then will we realize that One Cannot Eat Money.»

Читайте также:  Using linux x window system

«No usable Computer exists today with completely Open Software and Hardware (as much as some companies want to Market themselves as such).»

Follow Us

The GNU/Linux Free Software Phylosophy

GNU/Linux Logo

Steve Jobs’ Last Words

Steve Jobs Last Words in the Darkness

«Being a Winner in a Free Computing OS Mission means to adopt a Commercial like Strategy. Transcending Duality in Oneness and so dispensing both Free and Non Free Software. Cause evangelizing Freedom in a Non Free World is like keeping a Trojan Horse. Hallelujah!»

«Using the Money just for buying Stuff and Not Supporting the Free Gift Philosophy is a sign of a Selfish and Narrow Mind.»

What can Save the World from a Blind and Quick Self-destruction.
The Immediate and Humble Mass Conversion to the Spiritual Way!
Because Earth & Nature has been Ravaged without Pity by the Wild and Selfish mass Competition to Win and Shown that U’re someone Better because you got a Lot of fla$hY Power$$$.

«Taking care if somebody is liking, following, or buying is just a serious hidrance on the priceless Way of Creative Freedom.»

Credits

Ganesha

Everlasting Glory to God, Jesus Christ, The Holy Spirit, Ganesha, Shiva, Vishnu, Krisna, Laozi, Buddha, Bodhidharma, Ma Gcig, Hakuin, Ikkyu, Nagarjuna, Tilopa, Naropa, Milarepa, Suhrawardi, St Dismas, St Francesco, St Teresa, St John, St Filippo, Eckehart. All The Holy Divinities, Avatars, Saints, Mystics, and True Spiritual Masters. Because they are in the Eternal Light of Truth & Delight Enlightening a World of Darkness, Nescience, Blindness, Uneasiness and Falsehood!

Источник

Intel Ax210 Wifi/Bluetooth Driver Linux Mint Installation Guide

GNU/Linux Mint Installing Intel Ax210 Wireless Driver Guide

Hi! The Tutorial shows you Step-by-step How to Install Intel Ax210 Wireless Wifi/Bluetooth Driver in Mint 18+ LTS GNU/Linux Desktop.

The Device should works correctly, for both Wifi and Bluetooth Networks, on Kernels 5.11+.

So first, you should know what your Current Linux Kernel Release installed on System.

Intel Ax210 Wifi/Bluetooth Driver Linux Mint Installation Guide

1. Terminal Getting-Started Guide

Contents

Showing Ads here is the best solution I found for not embarassing somebody about participating in a #%$Foundation^.

«When the Last Tree has been cut down, the Last Fish caught, the Last River poisoned, only then will we realize that One Cannot Eat Money.»

«No usable Computer exists today with completely Open Software and Hardware (as much as some companies want to Market themselves as such).»

Follow Us

The GNU/Linux Free Software Phylosophy

GNU/Linux Logo

Steve Jobs’ Last Words

Steve Jobs Last Words in the Darkness

«Being a Winner in a Free Computing OS Mission means to adopt a Commercial like Strategy. Transcending Duality in Oneness and so dispensing both Free and Non Free Software. Cause evangelizing Freedom in a Non Free World is like keeping a Trojan Horse. Hallelujah!»

«Using the Money just for buying Stuff and Not Supporting the Free Gift Philosophy is a sign of a Selfish and Narrow Mind.»

What can Save the World from a Blind and Quick Self-destruction.
The Immediate and Humble Mass Conversion to the Spiritual Way!
Because Earth & Nature has been Ravaged without Pity by the Wild and Selfish mass Competition to Win and Shown that U’re someone Better because you got a Lot of fla$hY Power$$$.

Читайте также:  View kernel log linux

«Taking care if somebody is liking, following, or buying is just a serious hidrance on the priceless Way of Creative Freedom.»

Credits

Ganesha

Everlasting Glory to God, Jesus Christ, The Holy Spirit, Ganesha, Shiva, Vishnu, Krisna, Laozi, Buddha, Bodhidharma, Ma Gcig, Hakuin, Ikkyu, Nagarjuna, Tilopa, Naropa, Milarepa, Suhrawardi, St Dismas, St Francesco, St Teresa, St John, St Filippo, Eckehart. All The Holy Divinities, Avatars, Saints, Mystics, and True Spiritual Masters. Because they are in the Eternal Light of Truth & Delight Enlightening a World of Darkness, Nescience, Blindness, Uneasiness and Falsehood!

Источник

Intel Ax210 Wifi/Bluetooth Driver Arch Linux Installation Guide

GNU/Linux Arch Installing Intel Ax210 Wireless Driver Guide

Hi! The Tutorial shows you Step-by-step How to Install Intel Ax210 Wireless Wifi/Bluetooth Driver in Arch GNU/Linux Desktop.

The Device should works correctly, for both Wifi and Bluetooth Networks, on Kernels 5.11+.

So first, you should know what your Current Linux Kernel Release installed on System.

Finally, this Guide is Valid for All the Arch Linux Based Distros like:

  • Manjaro
  • EndeavourOS
  • Garuda
  • ArcoLinux
  • Archman
  • Bluestar
  • Archcraft
  • ArchLabs
  • ArchBang
  • BlackArch
  • Artix

Intel Ax210 Wifi/Bluetooth Driver Arch Linux Installation Guide

1. Terminal Getting-Started Guide

Contents

Showing Ads here is the best solution I found for not embarassing somebody about participating in a #%$Foundation^.

«When the Last Tree has been cut down, the Last Fish caught, the Last River poisoned, only then will we realize that One Cannot Eat Money.»

«No usable Computer exists today with completely Open Software and Hardware (as much as some companies want to Market themselves as such).»

Follow Us

The GNU/Linux Free Software Phylosophy

GNU/Linux Logo

Steve Jobs’ Last Words

Steve Jobs Last Words in the Darkness

«Being a Winner in a Free Computing OS Mission means to adopt a Commercial like Strategy. Transcending Duality in Oneness and so dispensing both Free and Non Free Software. Cause evangelizing Freedom in a Non Free World is like keeping a Trojan Horse. Hallelujah!»

«Using the Money just for buying Stuff and Not Supporting the Free Gift Philosophy is a sign of a Selfish and Narrow Mind.»

What can Save the World from a Blind and Quick Self-destruction.
The Immediate and Humble Mass Conversion to the Spiritual Way!
Because Earth & Nature has been Ravaged without Pity by the Wild and Selfish mass Competition to Win and Shown that U’re someone Better because you got a Lot of fla$hY Power$$$.

«Taking care if somebody is liking, following, or buying is just a serious hidrance on the priceless Way of Creative Freedom.»

Credits

Ganesha

Everlasting Glory to God, Jesus Christ, The Holy Spirit, Ganesha, Shiva, Vishnu, Krisna, Laozi, Buddha, Bodhidharma, Ma Gcig, Hakuin, Ikkyu, Nagarjuna, Tilopa, Naropa, Milarepa, Suhrawardi, St Dismas, St Francesco, St Teresa, St John, St Filippo, Eckehart. All The Holy Divinities, Avatars, Saints, Mystics, and True Spiritual Masters. Because they are in the Eternal Light of Truth & Delight Enlightening a World of Darkness, Nescience, Blindness, Uneasiness and Falsehood!

Источник

Оцените статью
Adblock
detector