ChimeraOS / ChimeraOS/chimeraos
Wifi Doesn't wake up after sleep
- Dominant language
- Shell
- Stars
- 2k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
For those that had the issue with wifi not waking after waking from sleep mode the solution was found here https://forums.opensuse.org/t/intel-wifi-ax210-not-coming-out-of-deep-sleep-state/179043
The directory though was /boot/system.d/system/
You need to make the directory systemd-suspend.service.d inside the system folder
After making the directory you need to also make the file override.conf using nano and paste the following lines in it
[Service]
ExecStartPre=/usr/sbin/rmmod iwlmvm iwlwifi
ExecStartPost=/usr/sbin/modprobe iwlmvm iwlwifi
Just wanting to help enjoy,
btw, i had the issue on the ayaneo next lite r7 4800u 512gb edition.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.