Main /
Raspberry Pi 5
Key Notes
These cannot be changed.
- Username = cnc
- Password = cnc
However using auto login and disabling the screen lock, that is not an issue.
To enable wi-fi
Open a terminal emulator, and enter this command:
| sudo menu-config |
N) Network
5) Edit wpa supplicant
Set the values in the file to match what is needed. The key ones are:
ssid=”mywifissid”
psk=”wifipasskey”
As with other things in Linux, case matters.
Ctrl-S to save, then Ctrl-X to exit
6) Edit interface
# Ethernet
iface eth0 inet static
address 192.168.1.120/24
netmask 255.255.255.0
The gateway and dns-nameservers can be left as is as they won’t be used.
# Wireless, set
wireless-power on
Also, ensure the wpa-conf line is not commented out. It should read
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Ctrl-S to save, then Ctrl-X to exit
E) Exit
(to be completed later ...)
| spacer line |
|
eMail comments to |
