arrow-left

All pages
gitbookPowered by GitBook
1 of 2

Loading...

Loading...

WiFi - nmtui

Setting up the NavQ+ to connect to WiFi

hashtag
Configuring WiFi on NavQPlus

An alternative tool to connect NavQPlus to your local Wi-Fi network is the nmtui command. This command presents a GUI in your terminal to connect to Wi-Fi. The interface is relatively straightforward. To run nmtui, run the following command:

sudo nmtui

The preferred method as mentioned earlier is to use the non-GUI way to connect to Wi-Fi or manage your network connections, use nmcli by running the following command:

Once you are finished connecting to your local WiFi network, you can exit the application. Your NavQPlus will continue to connect to this WiFi network even after a reboot.

sudo nmcli device wifi connect <network_name> password "<password>"

Wireless Networking

hashtag
Configuring WiFi, System Hostname, Username or Password

hashtag
Configuring WiFi on NavQPlus

To connect NavQPlus to a WiFi network, use the nmcli command. The interface is relatively straightforward, to connect with nmcli, run the following command:

If struggling to connect to a network, see if it is visible by running:

Once connected to the WiFi network the NavQPlus will continue to connect to that network even after a reboot.

hashtag
About nmcli

The netowork connections will be saved and NavQPlus will automotically connect to these networks when they are present. Note that the priority of connections can be set as well as removing connections. For more information see the nmcli linux command.

hashtag
What wifi network is the NavQPlus currently connected to?

To see what Wifi network the NavQPlus is currently connected to run without sudo:

nmcli device wifi list

Or if running with sudo it will be the network preceeded with a star.

hashtag
Connecting to NavQPlus over WiFi

Once setup to connect over a local WiFi network, SSH into the NavQPlus over WiFi by running:

Or depending on network setup:

https://manpages.ubuntu.com/manpages/noble/en/man1/nmcli.1.htmlarrow-up-right
sudo nmcli device wifi connect <network_name> password "<password>"
sudo nmcli device wifi list
ssh <username>@<hostname>.local
ssh <username>@<hostname>