LoginSignup
1
2

More than 5 years have passed since last update.

RaspberryPIの無線設定を忘れるのでメモ

Last updated at Posted at 2017-09-19

RaspberryPIに標準搭載されつつある無線ですが、外出時にXWindowシステムを起動できない状態で無線設定したい時がよくよくあるので、メモ程度に。

wpa_passphrase [SSID]

パスフレーズを聞かれるので入力。

出力された文字列をコンフィグにかけば終了。

/etc/wpa_supplicant/wpa_supplicant.conf

簡略化

$ sudo su
# wpa_passphrase [SSID] >> /etc/wpa_supplicant/wpa_supplicant.conf

(何も促されないが、ここでパスフレーズを入力)
[key]

# 

以上。

1
2
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
1
2