2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ubuntuでのwifi設定

Posted at

ubuntuでwifi接続しようとするが、
設定->wifiでSSIDを選んでパスワードを入れようとすると、認証の無限ループで困った。

image.png

image.png

接続性の確認をオフにすると良いらしいが、自分のマシンではオフにしても、なぜか自動的にオンに戻ってしまう。

コマンドラインによるwifi設定

nmcliコマンドを使って無事解決した。

nmcli device wifi list
nmcli device wifi connect <SSID> password <password>

image.png

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?