diff --git a/readme.md b/readme.md index c857beb..19362b8 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -### +### Install Run ``` @@ -12,4 +12,23 @@ sudo make Choose manual (some private repos are breaking automatic, as you need to input username/password to download repos) Install one by one until finished -SpiriLink driver install may drop SSH connection while it reboots network manager. Wait a few seconds and reconnect or do it via keyboard/monitor. \ No newline at end of file +SpiriLink driver install may drop SSH connection while it reboots network manager. Wait a few seconds and reconnect or do it via keyboard/monitor. + +Reboot after spirilink driver install, then check if it exists with + +`iw dev` + +You should see wlan0 (which is the rPi's onboard wifi) and wlan1. Then you can run the next step. + +It should see the device after driver install, but I'm probably missing some deamon reload or something. Reboot for now. + +### Troubleshooting + +Check wifi card status +`iw dev` + +See logs +`sudo journalctl -xu wifibroadcast@gs -r` + +Start CLI monitoring +`wfb-cli gs` \ No newline at end of file