Wake On Lan on dual boot machine (Ubuntu 16.04 and Windows 10)












0















I have one SSD with separate partitions for Ubuntu and Windows. After turning the machine on, I can select which OS to boot. After 10 seconds of doing nothing, Ubuntu loads. I want to be able to wake the machine (Ubuntu) through LAN.



I have an MSI Z270 Gaming M5 motherboard. In the BIOS, I've set Resume By PCI-E Device to be Enabled, and in Power Management Setup, the ErP (EuP in the Manual) is Disabled.



ifconfig -> enp3s0, lo



sudo ethtool enp3s0 -> **Supports Wake-on: d** Wake-on: d



Why is it that Supports Wake-on gives d (meaning disabled)? So that when I do:



sudo ethtool -s enp3s0 wol g



I get:



Cannot set new wake-on-lan settings: Operation not supported not setting wol



After realising that settings in Windows may get in the way, following this guide, I did:




  1. Device Manager -> Network Adapters -> adapter right click Properties -> Power Management tab: Check everything; and in the the Advanced tab: Wake on Magic Packet was already enabled.


  2. In Power Options Sup+X I've disabled Turn on fast startup



After that in Ubuntu, ethtool still gives Supports Wake-on: d. Yet I've tried to wake on LAN, thinking that maybe the Windows settings enables me to wake the computer from sleep if I suspend it from Ubuntu. But no success. The "to be waked up on LAN" machine is connected to a router via ethernet. I connected to that router with a laptop and gave the command in a terminal:



wakeonlan macaddress



But this does not wake up the computer.



I'm out of ideas now. Do you have any ideas, suggestions, please?



Edit:
On an archlinux wiki page some related info is mentioned about known issues. I searched for my NIC (Network Interface Card). According to my MSI Z270 Gaming M5 motherboard's page in the DETAIL section of the Specification, I have a Killer E2500 LAN controller. The archlinux wiki page mentions exactly this card for having a bug that it sometimes wakes up unintentionally, and so WOL has been disabled. It mentions some patches which both restores WOL and fixes the underlying bug. I will go after it and hopefully will be able to bring WOL to life. If so, I will update this thread accordingly.










share|improve this question





























    0















    I have one SSD with separate partitions for Ubuntu and Windows. After turning the machine on, I can select which OS to boot. After 10 seconds of doing nothing, Ubuntu loads. I want to be able to wake the machine (Ubuntu) through LAN.



    I have an MSI Z270 Gaming M5 motherboard. In the BIOS, I've set Resume By PCI-E Device to be Enabled, and in Power Management Setup, the ErP (EuP in the Manual) is Disabled.



    ifconfig -> enp3s0, lo



    sudo ethtool enp3s0 -> **Supports Wake-on: d** Wake-on: d



    Why is it that Supports Wake-on gives d (meaning disabled)? So that when I do:



    sudo ethtool -s enp3s0 wol g



    I get:



    Cannot set new wake-on-lan settings: Operation not supported not setting wol



    After realising that settings in Windows may get in the way, following this guide, I did:




    1. Device Manager -> Network Adapters -> adapter right click Properties -> Power Management tab: Check everything; and in the the Advanced tab: Wake on Magic Packet was already enabled.


    2. In Power Options Sup+X I've disabled Turn on fast startup



    After that in Ubuntu, ethtool still gives Supports Wake-on: d. Yet I've tried to wake on LAN, thinking that maybe the Windows settings enables me to wake the computer from sleep if I suspend it from Ubuntu. But no success. The "to be waked up on LAN" machine is connected to a router via ethernet. I connected to that router with a laptop and gave the command in a terminal:



    wakeonlan macaddress



    But this does not wake up the computer.



    I'm out of ideas now. Do you have any ideas, suggestions, please?



    Edit:
    On an archlinux wiki page some related info is mentioned about known issues. I searched for my NIC (Network Interface Card). According to my MSI Z270 Gaming M5 motherboard's page in the DETAIL section of the Specification, I have a Killer E2500 LAN controller. The archlinux wiki page mentions exactly this card for having a bug that it sometimes wakes up unintentionally, and so WOL has been disabled. It mentions some patches which both restores WOL and fixes the underlying bug. I will go after it and hopefully will be able to bring WOL to life. If so, I will update this thread accordingly.










    share|improve this question



























      0












      0








      0








      I have one SSD with separate partitions for Ubuntu and Windows. After turning the machine on, I can select which OS to boot. After 10 seconds of doing nothing, Ubuntu loads. I want to be able to wake the machine (Ubuntu) through LAN.



      I have an MSI Z270 Gaming M5 motherboard. In the BIOS, I've set Resume By PCI-E Device to be Enabled, and in Power Management Setup, the ErP (EuP in the Manual) is Disabled.



      ifconfig -> enp3s0, lo



      sudo ethtool enp3s0 -> **Supports Wake-on: d** Wake-on: d



      Why is it that Supports Wake-on gives d (meaning disabled)? So that when I do:



      sudo ethtool -s enp3s0 wol g



      I get:



      Cannot set new wake-on-lan settings: Operation not supported not setting wol



      After realising that settings in Windows may get in the way, following this guide, I did:




      1. Device Manager -> Network Adapters -> adapter right click Properties -> Power Management tab: Check everything; and in the the Advanced tab: Wake on Magic Packet was already enabled.


      2. In Power Options Sup+X I've disabled Turn on fast startup



      After that in Ubuntu, ethtool still gives Supports Wake-on: d. Yet I've tried to wake on LAN, thinking that maybe the Windows settings enables me to wake the computer from sleep if I suspend it from Ubuntu. But no success. The "to be waked up on LAN" machine is connected to a router via ethernet. I connected to that router with a laptop and gave the command in a terminal:



      wakeonlan macaddress



      But this does not wake up the computer.



      I'm out of ideas now. Do you have any ideas, suggestions, please?



      Edit:
      On an archlinux wiki page some related info is mentioned about known issues. I searched for my NIC (Network Interface Card). According to my MSI Z270 Gaming M5 motherboard's page in the DETAIL section of the Specification, I have a Killer E2500 LAN controller. The archlinux wiki page mentions exactly this card for having a bug that it sometimes wakes up unintentionally, and so WOL has been disabled. It mentions some patches which both restores WOL and fixes the underlying bug. I will go after it and hopefully will be able to bring WOL to life. If so, I will update this thread accordingly.










      share|improve this question
















      I have one SSD with separate partitions for Ubuntu and Windows. After turning the machine on, I can select which OS to boot. After 10 seconds of doing nothing, Ubuntu loads. I want to be able to wake the machine (Ubuntu) through LAN.



      I have an MSI Z270 Gaming M5 motherboard. In the BIOS, I've set Resume By PCI-E Device to be Enabled, and in Power Management Setup, the ErP (EuP in the Manual) is Disabled.



      ifconfig -> enp3s0, lo



      sudo ethtool enp3s0 -> **Supports Wake-on: d** Wake-on: d



      Why is it that Supports Wake-on gives d (meaning disabled)? So that when I do:



      sudo ethtool -s enp3s0 wol g



      I get:



      Cannot set new wake-on-lan settings: Operation not supported not setting wol



      After realising that settings in Windows may get in the way, following this guide, I did:




      1. Device Manager -> Network Adapters -> adapter right click Properties -> Power Management tab: Check everything; and in the the Advanced tab: Wake on Magic Packet was already enabled.


      2. In Power Options Sup+X I've disabled Turn on fast startup



      After that in Ubuntu, ethtool still gives Supports Wake-on: d. Yet I've tried to wake on LAN, thinking that maybe the Windows settings enables me to wake the computer from sleep if I suspend it from Ubuntu. But no success. The "to be waked up on LAN" machine is connected to a router via ethernet. I connected to that router with a laptop and gave the command in a terminal:



      wakeonlan macaddress



      But this does not wake up the computer.



      I'm out of ideas now. Do you have any ideas, suggestions, please?



      Edit:
      On an archlinux wiki page some related info is mentioned about known issues. I searched for my NIC (Network Interface Card). According to my MSI Z270 Gaming M5 motherboard's page in the DETAIL section of the Specification, I have a Killer E2500 LAN controller. The archlinux wiki page mentions exactly this card for having a bug that it sometimes wakes up unintentionally, and so WOL has been disabled. It mentions some patches which both restores WOL and fixes the underlying bug. I will go after it and hopefully will be able to bring WOL to life. If so, I will update this thread accordingly.







      networking dual-boot suspend power-management wakeonlan






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 2 at 22:47







      Jonatán Iván

















      asked Jan 27 at 14:58









      Jonatán IvánJonatán Iván

      13




      13






















          0






          active

          oldest

          votes











          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%2f1113292%2fwake-on-lan-on-dual-boot-machine-ubuntu-16-04-and-windows-10%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          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%2f1113292%2fwake-on-lan-on-dual-boot-machine-ubuntu-16-04-and-windows-10%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 to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

          is 'sed' thread safe

          How to make a Squid Proxy server?