mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/iiab-diagnostics: Run 'rfkill list'
This commit is contained in:
parent
db082cbe39
commit
b2f6b151a3
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,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 'rfkill list' 'Are WiFi and Bluetooth interfaces blocked?'
|
||||
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'
|
||||
|
|
Loading…
Add table
Reference in a new issue