0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Jetson Orin NanoにAX210モジュールを導入。

Last updated at Posted at 2025-11-27

Jetson Orin Nanoの搭載されているモジュールもいいけれどもっと混雑した会場などで安定して使いたい場合。

今回はIntel AX210に交換しました。

交換後認識しているか確認。

sudo lspci | grep Network

対応するファームウェアをビルドかダウンロードします。(ビルド方法調査中)

git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi
make defconfig-iwlwifi-public
make -j$(nproc)
sudo make install
sudo modprobe iwlwifi
sudo depmod -a
sudo update-initramfs -u
sudo reboot

問題なくWi-Fiモジュールが読み込まれたかチェック。

sudo dmesg | grep iwlwifi

正しいファームウェアが読み込まないのでiwlwifi-ty-a0-gf-a0-66.ucode を削除(慎重に削除)

sudo rm -rf  /lib/firmware/iwlwifi-ty-a0-gf-a0-66.ucode 

別のバージョンのファームウェアが呼ばれて、Wi-Fiモジュールが使用できるようになりました。

ip a

wlP1p1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000

電波強度チェック

nmcli device wifi list
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?