Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active May 1, 2019 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjunichi/5625421 to your computer and use it in GitHub Desktop.
Save kjunichi/5625421 to your computer and use it in GitHub Desktop.

関連記事

Wifiで困ったこと

アクセスポイントが調子悪くリセットすると、RPiのwlan0のIPアドレスが初期化されてしまう

rc.local的なところにifconfigでIPアドレス設定するようにして対処した。

DHCPでエラー

どうもWPA2なアクセスポイントにうまくつなげてない気がする

DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13

こんな感じのが続いて駄目だったみたいな感じのメッセージ

wpa_passphrase (ESSID) "(パスフレーズ)" >> /etc/wpa_supplicant/wpa_supplicant.conf

関連しそうなコマンド

  • iwconfig
  • iwlist
  • /etc/init.d/networking restart

ifup

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment