Pop!_OS Wake from Bluetooth
from retrieval4558@mander.xyz to linux@lemmy.ml on 10 Jun 17:39
https://mander.xyz/post/14003197

Just switched over my windows 10 gaming rig to PopOS, and have gotten it to work pretty well, with some minor bug squashing.

However, one bit of functionality from Windows that I haven’t been able to reproduce is the ability to wake the computer from sleep when I turn on my Bluetooth PS5 controller.

My Bluetooth card is PCI, and I’ve located the hardware address using “bluetoothctl list” but from there don’t really know what to do.

Some topics online have suggested going into the sys/bus/PCI/devices directory and finding a /power/wakeup setting, but I can’t figure out which of the “0000:00:whatever’s” correlate to my Bluetooth card, if I’m even in the right place at all.

Another thing I’m not sure I understand is pop’s sleep settings. It seems to be either monitor off or suspend. I feel like what I want may not be possible from full suspend and there is often an intermediate sleep setting on other OSs?

Can anyone point me in the right direction? Thank you.

#linux

threaded - newest

SteveTech@programming.dev on 11 Jun 09:31 collapse

but I can’t figure out which of the “0000:00:whatever’s” correlate to my Bluetooth card

lspci will list your PCI devices and their ID, but if it’s a combo WiFi & Bluetooth card, they usually use PCIe for WiFi and USB for Bluetooth.