Merge branch 'main' of https://git.spirirobotics.com/aepko/SpiriBase-Deploy
This commit is contained in:
commit
34387773da
23
readme.md
23
readme.md
@ -1,4 +1,4 @@
|
|||||||
###
|
### Install
|
||||||
Run
|
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)
|
Choose manual (some private repos are breaking automatic, as you need to input username/password to download repos)
|
||||||
Install one by one until finished
|
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.
|
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`
|
Loading…
Reference in New Issue
Block a user