https://bugs.kde.org/show_bug.cgi?id=431239
Bug ID: 431239
Summary: WiFi closes on lid closure ignoring settings
Product: Powerdevil
Version: 5.20.4
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
WiFi closes on lid closure
STEPS TO REPRODUCE
1. Set "Do Nothing" when Laptop lid is closed, under Energy Saving
2. Close the lid of laptop
OBSERVED RESULT
WiFi turns off.
EXPECTED RESULT
Nothing should've happened.
SOFTWARE/OS VERSIONS
Manjaro Linux (5.10.2-2 kernel)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
ADDITIONAL INFORMATION
Adding the following lines to `/etc/systemd/logind.conf` temporarily fixed the
issue.
```
HandleLidSwitch=ignore
HandleLidSwitchExternalPower=ignore
HandleLidSwitchDocked=ignore
LidSwitchIgnoreInhibited=no
```
But the issue reappeared after a reboot.
Then, deleting the file `/etc/systemd/logind.conf` altogether seemed to solve
it once again. But it's somehow back after a few days.
I'm not sure exactly what's happening here. Please help.
--
You are receiving this mail because:
You are watching all bug changes.