LoginSignup
0
1

More than 3 years have passed since last update.

JetsonNanoでUSBのWifiを設定するメモ

Last updated at Posted at 2019-08-19

使うUSBのWifiドングル

GW-USMicroN

USBにWifiドングルを入れて、デバイスとして認識されているか

lsusb
     :
 ⇒Bus 001 Device 003: ID 2019:ed14 PLANEX GW-USMicroN
     :

設定確認

lsmod
 ⇒rt2800usbが表示されない

設定

sudo modprobe rt2800usb
sudo -s
# echo 2019 ed14 > /sys/bus/usb/drivers/rt2800usb/new_id
# exit

wifi ssidの確認

sudo nmcli device wifi list

wifiの設定

sudo nmcli device wifi connect password

0
1
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
1