ASRock J4105M WoL
Printed From: ASRock.com
Category: Technical Support
Forum Name: Intel Motherboards
Forum Description: Question about ASRock Intel Motherboards
URL: https://forum.asrock.com/forum_posts.asp?TID=14296
Printed Date: 03 Aug 2025 at 2:47pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: ASRock J4105M WoL
Posted By: bnebenda
Subject: ASRock J4105M WoL
Date Posted: 06 May 2020 at 3:06pm
Hello,
I'm running ubuntu server (Linux tvserver 5.3.0-51-generic #44~18.04.2-Ubuntu SMP Thu Apr 23 14:27:18 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux) on an ASRock J4105M motherboard.
When I send the system to suspend (systemctl suspend) and try to wake up the system via LAN the system won't wake up. Waking up through a connected USB keyboard or the power switch works, so I suspect the 5V standby voltage is working ok.
Any special settings in the BIOS or in Linux that I need to change?
Thanks! Bernd
|
Replies:
Posted By: bnebenda
Date Posted: 06 May 2020 at 7:29pm
Hello,
in the meantime I found an article describing how to enable WoL from ubuntu [URL=http://wiki.ubuntuusers.de/Wake_on_LAN/]Wake on LAN[/URL] sorry for german language. The actual service description I used is the following:
[Unit] Description=Configure Wake-up on LAN
[Service] Type=oneshot ExecStart=/sbin/ethtool -s enp3s0 wol g
[Install] WantedBy=basic.target
There was no need to change anything else that was also described in the article quoted above.
Bernd
|
|