Moin zusammen,
nachdem ich alle drei Methoden gemäß Wake on LAN einschließlich der Anpassung des halt-Skriptes in allen mir sinnvoll erscheinenden Kombinationen (einzeln, 1+3, 2, 1+2+3) durch habe, bin ich ratlos, was ich noch versuchen soll. Die BIOS-Einstellungen stimmen, da sich der Rechner nach manuellem ...
$ sudo ethtool -s enp2s0 wol g $ sudo shutdown now
... anstandslos von der FritzBox per MagicPacket wecken lässt, dann aber wieder "doof" wird:
$ sudo ethtool enp2s0 Settings for enp2s0: Supported ports: [ TP MII ] 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: Symmetric Receive-only Advertised auto-negotiation: Yes Advertised FEC modes: Not reported Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 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: MII PHYAD: 0 Transceiver: internal Auto-negotiation: on Supports Wake-on: pumbg Wake-on: d Current message level: 0x00000033 (51) drv probe ifdown ifup Link detected: yes $ sudo ethtool -s enp2s0 wol g $ sudo ethtool enp2s0 Settings for enp2s0: Supported ports: [ TP MII ] 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: Symmetric Receive-only Advertised auto-negotiation: Yes Advertised FEC modes: Not reported Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 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: MII PHYAD: 0 Transceiver: internal Auto-negotiation: on Supports Wake-on: pumbg Wake-on: g Current message level: 0x00000033 (51) drv probe ifdown ifup Link detected: yes
Die betroffenen Netzwerkkarte:
$ sudo lshw -c network *-network Beschreibung: Ethernet interface Produkt: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller Hersteller: Realtek Semiconductor Co., Ltd. Physische ID: 0 Bus-Informationen: pci@0000:02:00.0 Logischer Name: enp2s0 Version: 15 Seriennummer: 94:c6:91:9c:66:36 Größe: 1Gbit/s Kapazität: 1Gbit/s Breite: 64 bits Takt: 33MHz Fähigkeiten: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation Konfiguration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.77.28 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s Ressourcen: irq:18 ioport:3000(Größe=256) memory:a1104000-a1104fff memory:a1100000-a1103fff
Auf einem anderen Rechner (Erstversuch der Einrichtung eines Servers mit 18.04 LTS Server Edition) reichte mir die Anpassung der /etc/rc.local zum Erfolg.
Was kann ich weiter ausprobieren?
Danke,
Icke