How can I wake up my PC with any key
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
My external keyboard does not have a suspend button. Is there any way I can set up Ubuntu to use a different key (or any key for that matter) to wake the PC if it has been suspended.
keyboard suspend input-devices
add a comment |
My external keyboard does not have a suspend button. Is there any way I can set up Ubuntu to use a different key (or any key for that matter) to wake the PC if it has been suspended.
keyboard suspend input-devices
add a comment |
My external keyboard does not have a suspend button. Is there any way I can set up Ubuntu to use a different key (or any key for that matter) to wake the PC if it has been suspended.
keyboard suspend input-devices
My external keyboard does not have a suspend button. Is there any way I can set up Ubuntu to use a different key (or any key for that matter) to wake the PC if it has been suspended.
keyboard suspend input-devices
keyboard suspend input-devices
asked Oct 23 '12 at 14:52
JackJack
1,13921522
1,13921522
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you run the following command you will see a list of usb devices and if they are enabled to wake up the system.
cat /proc/acpi/wakeup
You will see a list of items such as the the one seen below.
USB0 S3 *disabled pci:0000:00:12.0
Once you have established which device is the keyboard lets say USB0 run this command.
sudo su
echo USB0 > /proc/acpi/wakeup
Now if you run the command from the start again you should see enabled next to the device.
USB0 S3 *enabled pci:0000:00:12.0
That worked for me, I can wake up my desktop with any key.
Details on the wakeup codes for devices can be found here. (Link courtesy of Santhana Krishnan
It worked like a charm - Thank you very much. My USB keyboard was called UAR1, so I suppose chances are good that USB devices always start with a 'U', but the rest can be anything.
– Jack
Oct 23 '12 at 20:03
5
How do I establish which device is the keyboard? If I try "lsusb" I get a list of devices, but they have different IDs. There's no "USB0" or anything like the /proc/acpi/wakeup lists as device IDs.
– jackthehipster
Dec 21 '15 at 10:25
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f205256%2fhow-can-i-wake-up-my-pc-with-any-key%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you run the following command you will see a list of usb devices and if they are enabled to wake up the system.
cat /proc/acpi/wakeup
You will see a list of items such as the the one seen below.
USB0 S3 *disabled pci:0000:00:12.0
Once you have established which device is the keyboard lets say USB0 run this command.
sudo su
echo USB0 > /proc/acpi/wakeup
Now if you run the command from the start again you should see enabled next to the device.
USB0 S3 *enabled pci:0000:00:12.0
That worked for me, I can wake up my desktop with any key.
Details on the wakeup codes for devices can be found here. (Link courtesy of Santhana Krishnan
It worked like a charm - Thank you very much. My USB keyboard was called UAR1, so I suppose chances are good that USB devices always start with a 'U', but the rest can be anything.
– Jack
Oct 23 '12 at 20:03
5
How do I establish which device is the keyboard? If I try "lsusb" I get a list of devices, but they have different IDs. There's no "USB0" or anything like the /proc/acpi/wakeup lists as device IDs.
– jackthehipster
Dec 21 '15 at 10:25
add a comment |
If you run the following command you will see a list of usb devices and if they are enabled to wake up the system.
cat /proc/acpi/wakeup
You will see a list of items such as the the one seen below.
USB0 S3 *disabled pci:0000:00:12.0
Once you have established which device is the keyboard lets say USB0 run this command.
sudo su
echo USB0 > /proc/acpi/wakeup
Now if you run the command from the start again you should see enabled next to the device.
USB0 S3 *enabled pci:0000:00:12.0
That worked for me, I can wake up my desktop with any key.
Details on the wakeup codes for devices can be found here. (Link courtesy of Santhana Krishnan
It worked like a charm - Thank you very much. My USB keyboard was called UAR1, so I suppose chances are good that USB devices always start with a 'U', but the rest can be anything.
– Jack
Oct 23 '12 at 20:03
5
How do I establish which device is the keyboard? If I try "lsusb" I get a list of devices, but they have different IDs. There's no "USB0" or anything like the /proc/acpi/wakeup lists as device IDs.
– jackthehipster
Dec 21 '15 at 10:25
add a comment |
If you run the following command you will see a list of usb devices and if they are enabled to wake up the system.
cat /proc/acpi/wakeup
You will see a list of items such as the the one seen below.
USB0 S3 *disabled pci:0000:00:12.0
Once you have established which device is the keyboard lets say USB0 run this command.
sudo su
echo USB0 > /proc/acpi/wakeup
Now if you run the command from the start again you should see enabled next to the device.
USB0 S3 *enabled pci:0000:00:12.0
That worked for me, I can wake up my desktop with any key.
Details on the wakeup codes for devices can be found here. (Link courtesy of Santhana Krishnan
If you run the following command you will see a list of usb devices and if they are enabled to wake up the system.
cat /proc/acpi/wakeup
You will see a list of items such as the the one seen below.
USB0 S3 *disabled pci:0000:00:12.0
Once you have established which device is the keyboard lets say USB0 run this command.
sudo su
echo USB0 > /proc/acpi/wakeup
Now if you run the command from the start again you should see enabled next to the device.
USB0 S3 *enabled pci:0000:00:12.0
That worked for me, I can wake up my desktop with any key.
Details on the wakeup codes for devices can be found here. (Link courtesy of Santhana Krishnan
edited Mar 25 at 19:55
Elder Geek
27.5k1055130
27.5k1055130
answered Oct 23 '12 at 15:10
CoalaWebCoalaWeb
2,7541628
2,7541628
It worked like a charm - Thank you very much. My USB keyboard was called UAR1, so I suppose chances are good that USB devices always start with a 'U', but the rest can be anything.
– Jack
Oct 23 '12 at 20:03
5
How do I establish which device is the keyboard? If I try "lsusb" I get a list of devices, but they have different IDs. There's no "USB0" or anything like the /proc/acpi/wakeup lists as device IDs.
– jackthehipster
Dec 21 '15 at 10:25
add a comment |
It worked like a charm - Thank you very much. My USB keyboard was called UAR1, so I suppose chances are good that USB devices always start with a 'U', but the rest can be anything.
– Jack
Oct 23 '12 at 20:03
5
How do I establish which device is the keyboard? If I try "lsusb" I get a list of devices, but they have different IDs. There's no "USB0" or anything like the /proc/acpi/wakeup lists as device IDs.
– jackthehipster
Dec 21 '15 at 10:25
It worked like a charm - Thank you very much. My USB keyboard was called UAR1, so I suppose chances are good that USB devices always start with a 'U', but the rest can be anything.
– Jack
Oct 23 '12 at 20:03
It worked like a charm - Thank you very much. My USB keyboard was called UAR1, so I suppose chances are good that USB devices always start with a 'U', but the rest can be anything.
– Jack
Oct 23 '12 at 20:03
5
5
How do I establish which device is the keyboard? If I try "lsusb" I get a list of devices, but they have different IDs. There's no "USB0" or anything like the /proc/acpi/wakeup lists as device IDs.
– jackthehipster
Dec 21 '15 at 10:25
How do I establish which device is the keyboard? If I try "lsusb" I get a list of devices, but they have different IDs. There's no "USB0" or anything like the /proc/acpi/wakeup lists as device IDs.
– jackthehipster
Dec 21 '15 at 10:25
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.
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%2f205256%2fhow-can-i-wake-up-my-pc-with-any-key%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