Comment # 2 on bug 1206767 from
Created attachment 863759 [details]
Script to unload/reload the RTW8723DE driver when suspending/resuming

As stated in README.md in my repo at https://github.com/lwfinger/rtw88.git,
which is the actual source for the openSUSE code, some BIOSs have trouble
changing power state from D3hot to D0. We believe this to be a BUG in the BIOS,
not the driver, as most computers work without difficulty. The workaround is to
copy the attached file "suspend_rtw8723de" into 

/usr/lib/systemd/system-sleep/suspend_rtw8723de, and run the command
sudo chmod a+x /usr/lib/systemd/system-sleep/suspend_rtw8723de

This script will unload the driver upon suspend or hibernate and reload it upon
resume, which avoids the problems with power-state change in the PCI bus.


You are receiving this mail because: