Thanks. That seems to show only internal components (PCIe) and the USB 3.0 controller can wake the machine up. Please try disabling each of them separately:
sudo sh -c 'echo XHC > /proc/acpi/wakeup'
sudo sh -c 'echo RP01 > /proc/acpi/wakeup'
sudo sh -c 'echo RP03 > /proc/acpi/wakeup'
sudo sh -c 'echo RP04 > /proc/acpi/wakeup'
If none of those work then the next step would be to see if the nouveau driver is causing the issue. I would recommend trying the official Nvidia driver instead, which you can enable by the 'Additional Drivers' app or:
Thanks. That seems to show only internal components (PCIe) and the USB 3.0 controller can wake the machine up. Please try disabling each of them separately:
sudo sh -c 'echo XHC > /proc/acpi/wakeup'
sudo sh -c 'echo RP01 > /proc/acpi/wakeup'
sudo sh -c 'echo RP03 > /proc/acpi/wakeup'
sudo sh -c 'echo RP04 > /proc/acpi/wakeup'
If none of those work then the next step would be to see if the nouveau driver is causing the issue. I would recommend trying the official Nvidia driver instead, which you can enable by the 'Additional Drivers' app or:
sudo apt install nvidia-driver-430