ich habe das Problem das ich meinen Server nicht aufwecken kann.
Auf dem Server läuft Debian Wheezy (Openmediavault).
Folgendes habe ich bisher probiert:
1) In die /etc/rc.local folgendes am Anfang hinzugefügt
Code: Alles auswählen
sleep 5
ethtool -s eth0 wol g
Code: Alles auswählen
# Default behaviour of shutdown -h / halt. Set to "halt" or "poweroff".
HALT=poweroff
# Do not shut down network interfaces, needed to use wake-on-lan
NETDOWN=no
Ausgabe von ethtool eth0
Code: Alles auswählen
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
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
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
Link detected: yes
(nach ich per Hand am Server Power-On das Teil geweckt habe)
Vielleicht hilft Euch auch diese Info
Code: Alles auswählen
root@Server:~# lspci -nnk | grep -i net -A2
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
Subsystem: ASRock Incorporation Motherboard (one of many) [1849:8168]
Kernel driver in use: r8169
root@Server:~# lspci | grep net
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
Code: Alles auswählen
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
Subsystem: ASRock Incorporation Motherboard (one of many)
Flags: bus master, fast devsel, latency 0, IRQ 27
I/O ports at d000 [size=256]
Memory at f0004000 (64-bit, prefetchable) [size=4K]
Memory at f0000000 (64-bit, prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
Capabilities: [d0] Vital Product Data
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 01-00-00-00-68-4c-e0-00
Kernel driver in use: r8169
Was mich hier wundert ist
RTL8111/8168B PCI Express Gigabit Ethernet controller und
Kernel driver in use: r8169
Habe leider nicht allzuviel Erfahrung um das Problem zu erkennen,
bzw zu beheben.
Gruss