ChimeraOS / ChimeraOS/chimeraos

Wifi Doesn't wake up after sleep

Open
#1,061 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.