Seriously could you give a better explanation of what your doing to put it to sleep? (Could be the method) how does it act if it goes to sleep on its own or does it?
i’m just learning a little about KDE stuff and honestly don’t know much about sddm. what happens if you put it to sleep through the menu does it do the same?
is this xorg or wayland?
Nvidia card could also be the culprit as some have issues with the latest drivers
Ok, so now I’m really confused. I woke up this morning and my computer was completely asleep. So it does go to sleep on its own, contrary to what I said before. I try manually sleeping it and the same thing happens, it goes to sleep, then immediately wakes up.
It’s xorg. And I think the official drivers as installed by nvidia-inst.
Side question, what’s your take on Wayland? I heard KDE Plasma 6 will require it, but currently it’s still kinda a not great experience for Nvidia cards.
The commands listed there aren’t working for me:
$ ls /sys/bus/i2c/devices/*/power/wakeup
ls: cannot access '/sys/bus/i2c/devices/*/power/wakeup': No such file or directory
$ ls /sys/bus/i2c/devices/*/power
/sys/bus/i2c/devices/i2c-0/power:
/sys/bus/i2c/devices/i2c-1/power:
/sys/bus/i2c/devices/i2c-2/power:
/sys/bus/i2c/devices/i2c-3/power:
/sys/bus/i2c/devices/i2c-4/power:
sudo echo disabled > /sys/bus/i2c/devices/i2c-0/power/wakeup
bash: /sys/bus/i2c/devices/i2c-0/power/wakeup: Permission denied
That last command is curious. I even tried it via sudo bash to make sure it wasn’t some redirection issue with sudo.
Built-in microphone? I don’t have any microphone plugged in.
Some other maybe relevant info:
I have a bluetooth dongle plugged in, but bluetooth is turned off on my system:
$ systemctl status bluetooth
○ bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; disabled; preset: disabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
I have an Xbox Elite controller plugged in USB (charging), but it’s turned off.
I have USB dongle for my wireless keyboard.
I have another USB dongle for my Logitech wireless mouse.
So the next day, I woke up and went to my computer and it was on. The keyboard backlight was on, and GPU fan lights were on, but there was no output to the monitor. I pressed some keys on the keyboard, moved the mouse, but nothing turned the monitor back on. I had to cut the power.
Day after that, I woke up, went to my computer… and it was sleeping! I hit spacebar on the keyboard, and it woke up… but still no output to monitor. I had to pull the plug again.
Any ideas on what to do or how to debug this? Pulling the plug isn’t great… I can see fsck running when it boots up after that. Ugh.
I switched to Linux and EndeavourOS a couple of days ago and been trying to get a clean and smooth setup. I am also facing the same issues as you do. This is the third clean install I am doing now. The only post-installation commands I did so far is nvidia-inst --32 and i installted brave-bin. So I guess this issue has to be OS or hardware related?
Are you still experiencing these issues or did you find a solution?