1
0
Fork 0
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:
A Holt 2025-01-17 10:55:43 -05:00 committed by GitHub
parent 59f1d1b090
commit 720e328ab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'