3
4

More than 5 years have passed since last update.

Raspberry PiでSSHの反応が悪いときに実施すること

Last updated at Posted at 2016-08-13

おそらく無線LANの場合のみだとおもいますが、SSHで反応が悪くなることがよくあります。
どうもパワーマネジメント機能が問題であるようで、それをOFFにします。

sudo nano /etc/modprobe.d/8192cu.conf

私の環境の場合は元々無いファイルだったので、新規作成しました。

# Disable power saving
options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1

参考サイト
Raspberry Piで無線LANの反応が悪い時の対処法

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