iwdデバッグモードを有効にする方法は?

iwdデバッグモードを有効にする方法は?

以下のいずれかのコマンドを実行しようとすると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を「開発者モード」に切り替えるには?

ベストアンサー1

ここで実行して、次の--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は今完全に壊れていて、ほとんどあきらめたので、実際にこれをテストしていません。

おすすめ記事