You are not logged in.

#1 2024-12-10 20:03:41

Sokolblyat9
Member
From: hihihi
Registered: 2024-12-10
Posts: 1

Wake On Lan

Hi guys, I can't set up Wake On Lan after rebooting my PC, I want to learn how to set it up via netctl, it works via cron, I don't want to try via systemd, since it's very easy to set up. Please help me

by the path to find the profile:

/etc/netctl/wol.profile

In this profile I have the following data indicated:

Description='Wake on LAN Configuration'

Interface=enp37s0

Connection=ethernet

IP=dhcp

ExecUpPost='/usr/bin/ethtool -s enp37s0 wol g'

ExecDownPre='/usr/bin/ethtool -s enp37s0 wol d'

When running the command sudo systemctl status netctl@wol.service

Dec 10 23:55:25 IlyaSPC systemd[1]: Starting Wake-on-LAN profile...

Dec 10 23:55:25 IlyaSPC network[4742]: Profile 'wol' does not exist or is not readable

Dec 10 23:55:25 IlyaSPC systemd[1]: netctl@wol.service: Main process exited, code=exited, status=1/FAILURE

Dec 10 23:55:25 IlyaSPC systemd[1]: netctl@wol.service: Failed with result 'exit-code'.

Dec 10 23:55:25 IlyaSPC systemd[1]: Failed to start Wake-on-LAN profile

Offline

#2 2024-12-10 23:31:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,707

Re: Wake On Lan

Please use [code][/code] tags. Edit your post in this regard.

netctl list

and then see https://wiki.archlinux.org/title/Netctl … _a_profile
The name of "wol.profile" is not "wol" but "wol.profile" - probably just remove the suffix

Online

Board footer

Powered by FluxBB