当我尝试在Station Debug下运行任何命令时,
Station Debug:
debug <wlan> connect <bssid> Connect to a specific BSS
debug <wlan> roam <bssid> Roam to a BSS
debug <wlan> get-networks Get networks
debug <wlan> autoconnect on|off Set AutoConnect property我得到了"IWD不处于开发模式“
[iwd]# debug wlan0 connect B4:75:0E:66:D9:C0
IWD not in developer mode如何将IWD置于“开发人员模式”?
发布于 2023-03-14 20:52:57
尝试在这里使用--developer标志运行它:
sudo /usr/lib/iwd/iwdl -E来自与--help相同的路径:
iwd - Wireless daemon
Usage:
iwd [options]
Options:
-E, --developer Enable developer mode
-i, --interfaces Interfaces to manage
-I, --nointerfaces Interfaces to ignore
-p, --phys Phys to manage
-P, --nophys Phys to ignore
-d, --debug Enable debug output
-v, --version Show version
-h, --help Show help options请注意,我还没有真正测试过这个,因为我的IWD现在已经完全崩溃了,我几乎已经放弃了它。
https://unix.stackexchange.com/questions/738561
复制相似问题