1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

diagnostic messages: RPi WiFi firmware

This commit is contained in:
A Holt 2020-04-09 11:06:30 -04:00 committed by GitHub
parent e3e6c9ebc0
commit 537ebe4303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,8 +195,8 @@ cat_cmd 'sudo journalctl -b 0 -u networkd-dispatcher' 'networkd-dispatcher log'
cat_cmd 'iw dev' 'list of wireless interfaces'
cat_cmd 'systemctl status hostapd' 'Is hostapd Ok?'
cat_cmd 'ps -AH' 'process hierarchy: staging of hostapd & wpa_supplicant?'
cat_cmd 'dmesg | grep brcm' 'diagnostic messages: RPi WiFi firmware'
cat_cmd 'env' 'Environment variables'
cat_cmd 'dmesg' 'Linux diagnostic messages'
#cat_cmd 'ansible localhost -m setup 2>/dev/null' 'All Ansible facts' # For cleaner scraping of Ansible vars, consider "./runrole all-vars /tmp/all-ansible-vars" 27-31 lines above?
echo -e "\n 5. Firewall Rules:\n"