0
0

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

Lubuntu 14.04 でSSID非公開のアクセスポイントを使用する方法

Last updated at Posted at 2014-05-28

あらまし

Lubuntu 14.04をインストール後、メニュー→設定→ネットワーク接続からWiFiネットワークを設定しても、
WiFiネットワークにつながらない。ちなみに、Ubuntu 14.04 では問題ない。

SSID非公開のアクセスポイントを使用するには、ひと手間必要になる。

本題

まず、メニュー→設定→ネットワーク接続からWiFiネットワークを設定する。

そのあと、以下の手順でiwconfigでSSIDを選択する。

SSID非公開アクセスポイントのSSIDをFooAccessPointとしたとき、コンソールから以下を入力する。

$ sudo iwconfig wlan0 essid FooAccessPoint

これでFooAccessPointに接続してくれる。

参考

0
0
1

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?