On 02-13-2024 09:10PM, -pj via openSUSE Users wrote:
On 02-13-2024 09:03PM, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Re: HP PS/2 style keyboard preventing suspend: Message-ID : <513bae0f-eb2a-406b-959c-3bcf23e6199a@gmx.com> Date & Time: Tue, 13 Feb 2024 20:53:57 -0600
[-pj] == -pj via openSUSE Users <users@lists.opensuse.org> has written:
-pj> On 02-13-2024 08:48PM, Masaru Nomiya wrote: -pj> > cat /sys/module/usbcore/parameters/autosuspend
-pj> Yes absolutely,
-pj> cat /sys/module/usbcore/parameters/autosuspend -pj> 2
Thanks.
Please try as follows;
1. remove all your added *.service files
2.
2-1. edit /etc/default/grub as follows;
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.autosuspend=-1"
Ok, I have performed the following steps here so far. - 1. Backed up /etc/default/grub to /etc/default/grub.bak 2. Edited /etc/default/grub as follows: GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/system/swap nosimplefb=1 splash=0 plymouth.enable=0 mitigations=auto usbcore.autosuspend=-1" 3. saved the file. 4. # update-bootloader --refresh 5. # systemctl disable PS2-Keyboard.service 6. # systemctl status PS2-Keyboard.service
PS2-Keyboard.service - Disable PS/2 style keyboard power when sleep state is envoked on this machine Loaded: loaded (/etc/systemd/system/PS2-Keyboard.service; disabled; preset: disabled) Active: active (exited) since Tue 2024-02-13 19:10:50 CST; 2h 16min ago Main PID: 1825 (code=exited, status=0/SUCCESS) CPU: 4ms
Feb 13 19:10:50 paul-Thinkcentre-M57p systemd[1]: Starting Disable PS/2 style keyboard power when sleep state is envoked on this machine... Feb 13 19:10:50 paul-Thinkcentre-M57p systemd[1]: Finished Disable PS/2 style keyboard power when sleep state is envoked on this machine.
7. Waiting for a 'zypper dup' to complete 8. Will powercycle the machine now. 9. Logged into KDE, waited for everything to load. 10. No joy, when system sleep is attempted. Monitor shuts off with machines PSU still active. 11. I have attached a screenshot to display current PS2-Keyboard.service *and* acpi wakeup status in my response located here: https://paste.opensuse.org/pastes/bbcca3133fd2 12. What are your thoughts about this situation? -Thanks