mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
iiab-diagnostics: PCI bus -> PCI buses for PR #3061
This commit is contained in:
parent
453ca1d741
commit
ca15227f35
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,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 'dmesg | grep brcm' 'Diagnostic messages: RPi Wi-Fi firmware'
|
||||
cat_cmd 'lspci -nn' 'Devices on PCI bus'
|
||||
cat_cmd 'lspci -nn' 'Devices on PCI buses'
|
||||
cat_cmd 'env' 'Environment variables'
|
||||
#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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue