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?

LinuxのターミナルでWi-Fiに接続する方法

Last updated at Posted at 2024-10-02

はじめに

 UbuntuなどのLinuxのターミナルで、Wi-Fiを接続する方法を紹介する。ターミナルで完結するので、SSH接続の際にも使える。

動作確認環境

  • Ubuntu Desktop 20.04 / 22.04

事前準備

 nmcliコマンドおよびnmtuiコマンドが見つからない場合は、NetworkManagerを以下のコマンドでインストールする。

sudo apt-get update
sudo apt-get install network-manager

方法

  1. Wi-Fiをオンにする

    nmcli radio wifi on
    
  2. nmtuiを起動する

    nmtui
    
  3. 「接続をアクティベートする」を選択する

    image.png

  4. SSIDから接続先を選んで接続する

  5. 「終了」を選択する

トラブルシューティング

Wi-Fiの接続先が表示されない場合

 Wi-Fiのオフ、オンを繰り返すと解決する場合があるので試す。

Wi-Fiをオフにする。

nmcli radio wifi off

Wi-Fiをオンにする。

nmcli radio wifi on

参考

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?