mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-diagnostics: Cap NetworkManager logging at 100 lines for now
This commit is contained in:
parent
59f1d1b090
commit
720e328ab6
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ cat_cmd 'systemctl status hostapd' 'Downstream Wi-Fi: Is hostapd running?'
|
|||
cat_cmd 'ls -l /etc/wpa_supplicant' 'Upstream Wi-Fi'
|
||||
cat_cmd 'ps -AH' 'Process hierarchy: staging of hostapd & wpa_supplicant?'
|
||||
cat_cmd 'journalctl -b | grep wpa_supplicant' 'wpa_supplicant log since boot'
|
||||
cat_cmd 'journalctl -b | grep NetworkManager' 'NetworkManager log since boot'
|
||||
cat_cmd 'journalctl -b | grep NetworkManager | head -100' 'NetworkManager log since boot'
|
||||
#cat_cmd 'dmesg | grep brcm' 'Diagnostic messages: RPi Wi-Fi firmware'
|
||||
cat_cmd 'dmesg | grep Firmware' '(Wi-Fi) firmware boot diagnostics'
|
||||
cat_cmd 'ls -l /lib/firmware/cypress/*43430*' 'RPi Zero W & 3 WiFi firmware'
|
||||
|
|
Loading…
Add table
Reference in a new issue