Internet access through wifi dongle on jetson nano

I’ve just purchased the dongle (network adapter) below to access the internet on my Jetson Nano.
I’ve installed the necessary drivers for the dongle on a different system.

After I plug in the dongle onto the Jetson Nano, what do I do next to connect to a wifi network?

you can setup on the terminal using this line nmcli or nmtui to setup the wifi

Can you pls share resources where steps required to be carried out is explained for the nano

After having the drivers installer for the wifi adapter and after plugging in the wifi adapter in the nano, what do I do next to access a wifi network?

as per usual you just have to open the terminal once enter the nano. Then use this command :

check for wifi -nmcli d list

to connect wifi - sudo nmcli device wifi connect ‘SSID’ password ‘PASSWORD’

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.