Anyone give any insight or an easy way to find out why my computer is waking from a sleep state at random times when not in use? Kinda annoying as its running flawlessly accept for that! Thanks
When it happens please post the errors with this command (add as pre formated text ; use</> in the edit menu) :
journalctl --no-tail --no-hostname -S "today" -p err
2 Likes
Sep 21 00:09:07 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 01:09:05 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 01:15:13 smartd[1082]: Device: /dev/sdd [SAT], 13 Currently unreadable (pending) sectors
Sep 21 01:15:13 smartd[1082]: Device: /dev/sdd [SAT], 13 Offline uncorrectable sectors
Sep 21 02:09:14 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 02:14:02 cupsd[1342]: [Client 14] Returning IPP client-error-bad-request for Create-Printer-Subscriptions (/) from localhost.
Sep 21 03:09:06 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 04:09:04 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 04:09:04 kwin_wayland[1973]: kwin_libinput: Libinput: event6 - ckb1: CORSAIR K70 RGB MK.2 Mechanical Gaming Keyboard vKB: client bug: event processing laggi>
Sep 21 04:09:04 kwin_wayland[1973]: kwin_libinput: Libinput: event1 - Power Button: client bug: event processing lagging behind by 1668ms, your system is too slow
Sep 21 04:09:04 kwin_wayland[1973]: kwin_libinput: Libinput: event2 - Power Button: client bug: event processing lagging behind by 1668ms, your system is too slow
Sep 21 04:11:04 smartd[1082]: Device: /dev/sdd [SAT], 13 Currently unreadable (pending) sectors
Sep 21 04:11:04 smartd[1082]: Device: /dev/sdd [SAT], 13 Offline uncorrectable sectors
Sep 21 04:15:03 smartd[1082]: Device: /dev/sdd [SAT], 13 Currently unreadable (pending) sectors
Sep 21 04:15:03 smartd[1082]: Device: /dev/sdd [SAT], 13 Offline uncorrectable sectors
Sep 21 05:09:11 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 06:09:06 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 07:09:05 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 07:12:35 smartd[1082]: Device: /dev/sdd [SAT], 13 Currently unreadable (pending) sectors
Sep 21 07:12:35 smartd[1082]: Device: /dev/sdd [SAT], 13 Offline uncorrectable sectors
Sep 21 07:15:02 smartd[1082]: Device: /dev/sdd [SAT], 13 Currently unreadable (pending) sectors
Sep 21 07:15:02 smartd[1082]: Device: /dev/sdd [SAT], 13 Offline uncorrectable sectors
Sep 21 08:09:09 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 08:12:25 cupsd[1342]: [Client 15] Returning IPP client-error-bad-request for Create-Printer-Subscriptions (/) from localhost.
Sep 21 09:09:04 kernel: usb 1-2.2: device descriptor read/64, error -32
Sep 21 09:21:14 kernel: usb 1-2.2: device descriptor read/64, error -32
lines 1-26/26 (END)
type or paste code here
As you not gave some additional information I do have to guess:
Looks like external disk/s over usb where make problems.
To narrow down the errors try to find out when it woke up like:
journalctl --no-tail --no-hostname -S "today" -g "wake"
Then compare with the errors you listed before … but should be all done on the same time, otherwise you have to change the -S "today"
that both command check the same range.
So you can see which error we filtered with the first command -p err
and on which time it occurred alias what caused a wake up.