Logitech usb wireless doesn't wake up computer from suspend
up vote
0
down vote
favorite
my usb wireless Logitech mouse is not able to wake up my computer (a laptop with the lid usually kept closed, so no access to the power button for resuming it).
Mouse is a Logitech M525, but the problem arise also with a M235 (all they have in common is using a "unifying" wireless receiver).
The BIOS "wake up from usb" option in the computer (a Dell Latitude E6520) is enabled.
Shouldn't easy?
I tried installing Solaar, but it just providing pairing and battery status functionalities.
Many thanks :)
suspend logitech-unifying
add a comment |
up vote
0
down vote
favorite
my usb wireless Logitech mouse is not able to wake up my computer (a laptop with the lid usually kept closed, so no access to the power button for resuming it).
Mouse is a Logitech M525, but the problem arise also with a M235 (all they have in common is using a "unifying" wireless receiver).
The BIOS "wake up from usb" option in the computer (a Dell Latitude E6520) is enabled.
Shouldn't easy?
I tried installing Solaar, but it just providing pairing and battery status functionalities.
Many thanks :)
suspend logitech-unifying
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
my usb wireless Logitech mouse is not able to wake up my computer (a laptop with the lid usually kept closed, so no access to the power button for resuming it).
Mouse is a Logitech M525, but the problem arise also with a M235 (all they have in common is using a "unifying" wireless receiver).
The BIOS "wake up from usb" option in the computer (a Dell Latitude E6520) is enabled.
Shouldn't easy?
I tried installing Solaar, but it just providing pairing and battery status functionalities.
Many thanks :)
suspend logitech-unifying
my usb wireless Logitech mouse is not able to wake up my computer (a laptop with the lid usually kept closed, so no access to the power button for resuming it).
Mouse is a Logitech M525, but the problem arise also with a M235 (all they have in common is using a "unifying" wireless receiver).
The BIOS "wake up from usb" option in the computer (a Dell Latitude E6520) is enabled.
Shouldn't easy?
I tried installing Solaar, but it just providing pairing and battery status functionalities.
Many thanks :)
suspend logitech-unifying
suspend logitech-unifying
asked Apr 20 at 5:28
horizonbrave
3116
3116
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I accomplished this w/ a udev rule. This is for 16.04 but I have used the same method for earlier versions. I have no clue if it will work for 18.04.
1) use lsusb to find the device ID for the receiver. I believe the ID for these devices is always 046d:c52b, but this could vary.
2) Put the following into a udev rule. The file I used is "90-keyboard-wakeup.rules":
SUBSYSTEM=="usb",ATTRS{idVendor}=="046d",ATTRS{idProduct}=="c52b",RUN+="/bin/sh
-c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"
3) Put e.g. 90-keyboard-wakeup.rules into /etc/udev/rules.d directory.
4) reboot.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I accomplished this w/ a udev rule. This is for 16.04 but I have used the same method for earlier versions. I have no clue if it will work for 18.04.
1) use lsusb to find the device ID for the receiver. I believe the ID for these devices is always 046d:c52b, but this could vary.
2) Put the following into a udev rule. The file I used is "90-keyboard-wakeup.rules":
SUBSYSTEM=="usb",ATTRS{idVendor}=="046d",ATTRS{idProduct}=="c52b",RUN+="/bin/sh
-c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"
3) Put e.g. 90-keyboard-wakeup.rules into /etc/udev/rules.d directory.
4) reboot.
add a comment |
up vote
0
down vote
I accomplished this w/ a udev rule. This is for 16.04 but I have used the same method for earlier versions. I have no clue if it will work for 18.04.
1) use lsusb to find the device ID for the receiver. I believe the ID for these devices is always 046d:c52b, but this could vary.
2) Put the following into a udev rule. The file I used is "90-keyboard-wakeup.rules":
SUBSYSTEM=="usb",ATTRS{idVendor}=="046d",ATTRS{idProduct}=="c52b",RUN+="/bin/sh
-c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"
3) Put e.g. 90-keyboard-wakeup.rules into /etc/udev/rules.d directory.
4) reboot.
add a comment |
up vote
0
down vote
up vote
0
down vote
I accomplished this w/ a udev rule. This is for 16.04 but I have used the same method for earlier versions. I have no clue if it will work for 18.04.
1) use lsusb to find the device ID for the receiver. I believe the ID for these devices is always 046d:c52b, but this could vary.
2) Put the following into a udev rule. The file I used is "90-keyboard-wakeup.rules":
SUBSYSTEM=="usb",ATTRS{idVendor}=="046d",ATTRS{idProduct}=="c52b",RUN+="/bin/sh
-c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"
3) Put e.g. 90-keyboard-wakeup.rules into /etc/udev/rules.d directory.
4) reboot.
I accomplished this w/ a udev rule. This is for 16.04 but I have used the same method for earlier versions. I have no clue if it will work for 18.04.
1) use lsusb to find the device ID for the receiver. I believe the ID for these devices is always 046d:c52b, but this could vary.
2) Put the following into a udev rule. The file I used is "90-keyboard-wakeup.rules":
SUBSYSTEM=="usb",ATTRS{idVendor}=="046d",ATTRS{idProduct}=="c52b",RUN+="/bin/sh
-c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"
3) Put e.g. 90-keyboard-wakeup.rules into /etc/udev/rules.d directory.
4) reboot.
answered Nov 27 at 0:25
dale
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026592%2flogitech-usb-wireless-doesnt-wake-up-computer-from-suspend%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown