如果你的树莓派使用无线网络连接,在闲置一段时间的情况下,需要等待几秒才能反应过来,或者无法连接,基本是无线网卡开启了电源管理功能,禁用此功能很简单:
新建文件:
sudo nano /etc/modprobe.d/8192cu.conf
输入或粘贴以下内容:
#Disable power saving
options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1
如果你的树莓派使用无线网络连接,在闲置一段时间的情况下,需要等待几秒才能反应过来,或者无法连接,基本是无线网卡开启了电源管理功能,禁用此功能很简单:
新建文件:
sudo nano /etc/modprobe.d/8192cu.conf
输入或粘贴以下内容:
#Disable power saving
options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1
0 条回复