0

My motherboard is ASUS H81M-E,it connect to a router.
Setting in BIOS:

Advanced--Realtek Lan Controller--enabled
        --Realtek Pxe Option Rom--enabled

Setting in router:

the ip and mac address are binded together

I want to wake the pc on lan,router is on,my android phone have installed qpython3,the startpc.py is simple :

 from wakeonlan import send_magic_packet
 send_magic_packet('my pc's mac') 

Running from qpython3,the pc can't wake up,how to fix it?

showkey
  • 482
  • 42
  • 140
  • 295

2 Answers2

1

Go to Advanced APM and Enable --> Power On By PCI-E

please find image attached below for reference.

Bios Setting

Daniel Euchar
  • 1,740
  • 5
  • 28
  • 45
0

In the BIOS, there is an option "Power on by PCI-E / PCI" in the subsection "Advanced" -> "APM Configuration".

Make sure this is turned on as it prevents wake on lan if turned off.

Unfortunately, this is not directly documented in the user's manual (https://dlcdnets.asus.com/pub/ASUS/mb/LGA1150/H81M-A/E8599_H81M-Series.pdf), but the subsection 2.5 gives a good indication on how to get to the advanced section and how it should look like.

UeliDeSchwert
  • 1,146
  • 10
  • 23