konnte nun bei meinem Mainboard POV/330 im Bios die über die Option "power on by pme" Wake on Lan (WOL) aktivieren.
Danach muss ich allerdings noch mit ethtool das Interface in den richtigen Modus versetzen.
Code: Alles auswählen
lenny:~# ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: external
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Link detected: yes
lenny:~# ethtool -s eth0 wol g
lenny:~# ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: external
Auto-negotiation: on
Supports Wake-on: g
Wake-on: g
Link detected: yes
Nur welches Modul ist für mein Netzwerk-Interface zuständig?
Code: Alles auswählen
lenny:~# lspci | grep -i eth
00:0a.0 Ethernet controller: nVidia Corporation MCP79 Ethernet (rev b1)
Z.B.
Wie macht ihr sowas, wenn der Rechner nicht nur von einem linux-Rechner benutzt werden soll, sondern auch über das Internet aufgeweckt werden soll?g Wake on MagicPacket(tm)
s Enable SecureOn(tm) password for MagicPacket(tm)
Danke.