Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tools:raspbian [2023/10/05 13:14]
darron [WiFi problems]
tools:raspbian [2023/10/05 13:15]
darron [WiFi problems]
Line 329: Line 329:
 Pi4 WiFi can both disconnect with wpa_supplicant still running or crash. Pi4 WiFi can both disconnect with wpa_supplicant still running or crash.
  
-In the former case a script can reconnect but in the latter a reboot is required.+In the former case we can reconnect but in the latter a reboot is required.
  
 <code> <code>
Line 335: Line 335:
  
 check() { check() {
-        LOSS=`ping -c 3 -i 1 192.168.0.33 | awk 'match($0, /[0-9]+%/) { print substr($0, RSTART, RLENGTH) }'`+        LOSS=`ping -c 3 -i 1 192.168.0.| awk 'match($0, /[0-9]+%/) { print substr($0, RSTART, RLENGTH) }'`
 } }