From 90983e170ae59c4acbe7eeaae5347575a0a29aad Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Nov 2020 09:00:02 -0500 Subject: [PATCH 1/3] 'iw reg get' 'Legal frequencies for country code(s)' --- scripts/iiab-diagnostics | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index a82d40c22..eda7eb087 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -195,6 +195,7 @@ cat_cmd 'sudo journalctl -b 0 -u dnsmasq' 'dnsmasq log' cat_cmd 'networkctl' 'systemd-networkd status' cat_cmd 'nmcli d' 'NetworkManager status' cat_cmd 'sudo journalctl -b 0 -u networkd-dispatcher' 'networkd-dispatcher log' +cat_cmd 'iw reg get' 'Legal frequencies for country code(s)' cat_cmd 'iw dev' 'List wireless interfaces' cat_cmd 'iw list' 'List capabilities of all wireless devices' cat_cmd 'systemctl status hostapd' 'Downstream Wi-Fi: Is hostapd running?' From 08f0a927a80c15baf7f9406e88cb3d4c4bf33486 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Nov 2020 09:00:28 -0500 Subject: [PATCH 2/3] Update iiab-diagnostics.README.md --- scripts/iiab-diagnostics.README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/iiab-diagnostics.README.md b/scripts/iiab-diagnostics.README.md index 4ff21d22a..3bf5cfdb2 100644 --- a/scripts/iiab-diagnostics.README.md +++ b/scripts/iiab-diagnostics.README.md @@ -62,4 +62,4 @@ But first off, the file is compiled by harvesting 1 + 6 kinds of things: ## Source Code -Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 105-220 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible. +Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 105-221 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible. From c7e48404552be79f74ec141669366c0c26a926d2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Nov 2020 12:35:21 -0500 Subject: [PATCH 3/3] 'Detected WiFi country code / legal frequencies' --- scripts/iiab-diagnostics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index eda7eb087..2354ae9c0 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -195,7 +195,7 @@ cat_cmd 'sudo journalctl -b 0 -u dnsmasq' 'dnsmasq log' cat_cmd 'networkctl' 'systemd-networkd status' cat_cmd 'nmcli d' 'NetworkManager status' cat_cmd 'sudo journalctl -b 0 -u networkd-dispatcher' 'networkd-dispatcher log' -cat_cmd 'iw reg get' 'Legal frequencies for country code(s)' +cat_cmd 'iw reg get' 'Detected WiFi country code / legal frequencies' cat_cmd 'iw dev' 'List wireless interfaces' cat_cmd 'iw list' 'List capabilities of all wireless devices' cat_cmd 'systemctl status hostapd' 'Downstream Wi-Fi: Is hostapd running?'