Difference between revisions of "WiFi on RASPI"

From AllStarLink Wiki
Jump to navigation Jump to search
imported>W8ENT
(How to setup WiFi connection using RPi 4B. Added to Node_Configuration)
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
In order to connect to your ASL Node with a Raspberry Pi 4B using WiFi, you must use the command: "Sudo wifi-setup" at the command prompt.  You will see further information and just follow the directions as you add requested information (SSID and router password).  Once completed, reboot at the command prompt (Use "Sudo reboot").[[https://wiki.allstarlink.org/wiki/Category:Node_Configuration|Creating WiFi Connection to ASL Node using Raspberry Pi 4B (RPi 4B)]]
+
WIFI is not a function of the app_rpt/ASL software. It is at operating system level.
 +
In all cases, if you use MAC Address filtering at your router, Don't forget to include your Pi.
 +
 
 +
==4B==
 +
In order to connect to your ASL Node with a Raspberry Pi 4B using WiFi, you must use the command: "Sudo wifi-setup" at the command prompt.  You will see further information and just follow the directions as you add requested information (SSID and router password).  Once completed, reboot at the command prompt (Use "Sudo reboot").
 +
 
 +
==Other Pi's==
 +
 
 +
sudo raspi-config
 +
 
 +
See the Raspi documentation
 +
https://www.raspberrypi.com/documentation/computers/configuration.html#wireless-networking-command-line

Latest revision as of 14:43, 6 November 2022

WIFI is not a function of the app_rpt/ASL software. It is at operating system level. In all cases, if you use MAC Address filtering at your router, Don't forget to include your Pi.

4B

In order to connect to your ASL Node with a Raspberry Pi 4B using WiFi, you must use the command: "Sudo wifi-setup" at the command prompt. You will see further information and just follow the directions as you add requested information (SSID and router password). Once completed, reboot at the command prompt (Use "Sudo reboot").

Other Pi's

sudo raspi-config

See the Raspi documentation https://www.raspberrypi.com/documentation/computers/configuration.html#wireless-networking-command-line