Comment on disable wake on bluetooth?
rotopenguin@infosec.pub 11 months ago
Start with “cat /proc/acpi/wakeup” and “lspci”. My LCD deck doesn’t have the new BT chip with wakeup, but I think it might go like this
Look at lspci, find the Bluetooth there (Maybe it’s just part of the wifi?). Note its PCI address, and find a value in /proc/acpi/wakeup that corresponds to that. Take the name from the first column of /proc/acpi/wakeup, and do something like “echo GPPn | sudo tee /proc/acpi/wakeup” . If this works, then you’ll want to (a) make a slightly more permanent version of it and (b) remember to undo that when Valve finally gets around to doing a proper control for this.
twistypencil@lemmy.world 11 months ago
I do not see a BT device in lspci, and the Network Adapter PCI address doesn’t show i /proc/acpi/wakeup, am I missing another spot?
rotopenguin@infosec.pub 11 months ago
Oop. Look up. I changed the parent post, maybe this time it’ll work?