web-dev-qa-db-ja.com

nmcliを使用してインターフェースをオンにする

Nmcliコマンドを使用して、インターフェイスをオンにしたいと思います。コマンドnmcli device connect wlp2s0は機能しません。このエラーが表示されます:Error: Failed to add/activate new connection: A 'wireless' setting is required if no AP path was given.

何か案は ?ありがとう。

1
John Ronald

マニュアルページによると

   nmcli radio {all | wifi | wwan} [ARGUMENTS...]

   Show radio switches status, or enable and disable the switches.

   wifi [on | off]
       Show or set status of Wi-Fi in NetworkManager. If no arguments are supplied, Wi-Fi
       status is printed; on enables Wi-Fi; off disables Wi-Fi.

   wwan [on | off]
       Show or set status of WWAN (mobile broadband) in NetworkManager. If no arguments are
       supplied, mobile broadband status is printed; on enables mobile broadband, off
       disables it.

   all [on | off]
       Show or set all previously mentioned radio switches at the same time.

nmcli radio wifi on

1
PRATAP