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?