4
4

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 3 years have passed since last update.

Arch Linux - wifi-menuがないのでiwctlコマンドで無線接続する

Posted at

背景

ひさびさにインストールしようとしたらインストール用メディアにwifi-menuコマンドが入ってなかった。無線接続の方法がわからないよ。

解決方法

$ iwctl
[iwd]# wsc list  # wifiカードの名前を確認する(wlan0とか)
[iwd]# station wifiカード名 get-networks # アクセスポイントの名前を確認する
[iwd]# station wifiカード名 connect アクセスポイント名
Passphrase: ******...  # パスワードを入力
[iwd]# station wifiカード名 show  # コマンドの結果に"connected"と書いてあればOK
[iwd]# quit

反省

公式のインストールガイドに書いてあったね...

4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?