Hello,
I have been trying to setup wol on my main Desktop for a long time now.
For some reason every time i restart my computer the wol setting reverts back to disabled.
Here is my output of sudo ethtool enp24s0
Settings for enp24s0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x00000033 (51)
drv probe ifdown ifup
Link detected: yes
I have followed the instructions or the arch wiki https://wiki.archlinux.org/index.php/Wake-on-LAN
When the instructions for making the wol setting permanent did not work ( i have tried all of them) i tried a what a post from the manjaro forum for a ARM distro of manjaro(Wake on Lan). This then lead me to try setting up a systemd service myself akkording to this tutorial. It only worked direktly after setting it up and after reboot it does not anymore.
Also i tried writing a small script, that i put in my startup programs, but also this did not work. The skript itself works fine.
#!/bin/bash
2 sudo ethtool -s enp24s0 wol g
my system specs are as follows (inxi -Fxz output)
System: Host: BlueBehemoth Kernel: 5.4.2-1-MANJARO x86_64 bits: 64 compiler: gcc v: 9.2.0 Desktop: Cinnamon 4.4.3
Distro: Manjaro Linux
Machine: Type: Desktop Mobo: Micro-Star model: B450 GAMING PLUS (MS-7B86) v: 1.0 serial: <filter> UEFI: American Megatrends
v: 1.70 date: 03/06/2019
CPU: Topology: 6-Core model: AMD Ryzen 5 2600 bits: 64 type: MT MCP arch: Zen+ rev: 2 L2 cache: 3072 KiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 81616
Speed: 1378 MHz min/max: 1550/3400 MHz Core speeds (MHz): 1: 1380 2: 1378 3: 1388 4: 1549 5: 1471 6: 1379 7: 1379
8: 1552 9: 1393 10: 1479 11: 1393 12: 1476
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] vendor: XFX Pine
driver: amdgpu v: kernel bus ID: 1c:00.0
Display: x11 server: X.Org 1.20.6 driver: amdgpu,ati unloaded: modesetting resolution: 2560x1080~60Hz
OpenGL: renderer: Radeon RX 590 Series (POLARIS10 DRM 3.35.0 5.4.2-1-MANJARO LLVM 9.0.0) v: 4.5 Mesa 19.2.7
direct render: Yes
Audio: Device-1: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590] vendor: XFX Pine driver: snd_hda_intel
v: kernel bus ID: 1c:00.1
Device-2: Advanced Micro Devices [AMD] Family 17h HD Audio vendor: Micro-Star MSI driver: snd_hda_intel v: kernel
bus ID: 1e:00.3
Sound Server: ALSA v: k5.4.2-1-MANJARO
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Micro-Star MSI driver: r8168
v: 8.047.05-NAPI port: f000 bus ID: 18:00.0
IF: enp24s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives: Local Storage: total: 2.04 TiB used: 925.80 GiB (44.4%)
ID-1: /dev/sda vendor: Kingston model: SV300S37A240G size: 223.57 GiB
ID-2: /dev/sdb vendor: Seagate model: ST1000DM010-2EP102 size: 931.51 GiB
ID-3: /dev/sdc vendor: Seagate model: ST1000LM014-1EJ164 size: 931.51 GiB
Partition: ID-1: / size: 201.80 GiB used: 134.72 GiB (66.8%) fs: ext4 dev: /dev/sda2
ID-2: swap-1 size: 17.24 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda3
Sensors: System Temperatures: cpu: 39.1 C mobo: N/A gpu: amdgpu temp: 38 C
Fan Speeds (RPM): N/A gpu: amdgpu fan: 844
Info: Processes: 304 Uptime: 15m Memory: 15.65 GiB used: 2.01 GiB (12.8%) Init: systemd Compilers: gcc: 9.2.0
clang: 9.0.0 Shell: zsh v: 5.7.1 inxi: 3.0.37
I hope some of you might have an idea, how i might be able to get wol working on my desktop!
Thanks in advance!