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;
}







3















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.










share|improve this question





























    3















    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.










    share|improve this question

























      3












      3








      3


      1






      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 23 '12 at 14:52









      JackJack

      1,13921522




      1,13921522






















          1 Answer
          1






          active

          oldest

          votes


















          5














          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






          share|improve this answer


























          • 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












          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          5














          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






          share|improve this answer


























          • 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
















          5














          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






          share|improve this answer


























          • 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














          5












          5








          5







          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






          share|improve this answer















          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







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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



















          • 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


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          How did Captain America manage to do this?

          迪纳利

          南乌拉尔铁路局