RPi Hub Setup - ThisSmartHouse/mobile-command GitHub Wiki
#Setting up the RV RaspberryPi Hub
- RPi 4
- Buster Lite
- TP-Link WiFi dongle
- Best to do with either eth0 connection or physical keyboard
- If doing with eth0, make sure you
touch ssh
at least - May be possible over WiFi, but sounds dodgy
Updating the Kernel driver for the TPlink dongle I am using
sudo wget http://fars-robotics.net/install-wifi -O /usr/bin/install-wifi
sudo chmod +x /usr/bin/install-wifi
sudo install-wifi
sudo raspi-config
- Set password
- Enable predictable interface names
- Set locale data
- Reduce GPU memory split to 16MB
- Reboot
https://github.com/billz/raspap-webgui
wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap