问题描述:
Deck OLED在进行游戏或者大数据量跑流时,进入低功耗模式后,WLAN的速率会不稳定或者发生Crash。
Steps for reproducing:
- Stream game or remote play game
- Wait a minute or two, until stuttering occurs
- Client crashes
- Restart deck or disco/reco wifi to fix issue
- Problem starts again upon next session (waking from sleep or powering on)
Workaround方案:
创建文件:/etc/NetworkManager/conf.d/wifi-powersave-off.conf,并添加如下参数:
[connection]
wifi.powersave = 2
此问题workaround方案的参考链接:https://github.com/ValveSoftware/SteamOS/issues/1445