I followed https://askubuntu.com/questions/848698/wake-up-from-suspend-
using-wireless-usb-keyboard-or-mouse-for-any-linux-distro and created
those to files but that didn't help:

guillaume@massada:~$ cat /etc/rc.local 
echo enabled > /sys/bus/usb/devices/1-1/power/wakeup
echo enabled > /sys/bus/usb/devices/1-2/power/wakeup
echo enabled > /sys/bus/usb/devices/1-3/power/wakeup
echo enabled > /sys/bus/usb/devices/usb1/power/wakeup
echo enabled > /sys/bus/usb/devices/usb2/power/wakeup

guillaume@massada:~$ cat /etc/udev/rules.d/10-wakeup.rules
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c52b" RUN+="/bin/sh -c 'echo enabled > 
/sys/bus/usb/devices/1-1/power/wakeup'"
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c52b" RUN+="/bin/sh -c 'echo enabled > 
/sys/bus/usb/devices/1-2/power/wakeup'"
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c52b" RUN+="/bin/sh -c 'echo enabled > 
/sys/bus/usb/devices/1-3/power/wakeup'"
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c52b" RUN+="/bin/sh -c 'echo enabled > 
/sys/bus/usb/devices/usb1/power/wakeup'"
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c52b" RUN+="/bin/sh -c 'echo enabled > 
/sys/bus/usb/devices/usb2/power/wakeup'" 


** Package changed: ubuntu => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1873885

Title:
  USB keyboard / mouse does not wake computer from sleep

Status in linux package in Ubuntu:
  New

Bug description:
  I use a USB Logitech keyboard & mouse combo with a Logitech USB "Unifying" 
receiver.
  With Ubuntu 19.10, moving the mouse or hitting a key woke the computer from 
sleep.
  With Ubuntu 20.04, it does not work anymore.

  ~$ lsusb
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
  Bus 001 Device 003: ID 0bda:58d2 Realtek Semiconductor Corp. USB2.0 HD UVC 
WebCam
  Bus 001 Device 015: ID 046d:c52b Logitech, Inc. Unifying Receiver
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873885/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to