{"id":946,"date":"2026-07-09T01:05:55","date_gmt":"2026-07-08T23:05:55","guid":{"rendered":"https:\/\/nightworker.ddnss.de\/?page_id=946"},"modified":"2026-07-09T01:05:55","modified_gmt":"2026-07-08T23:05:55","slug":"wol-auf-linux-mint","status":"publish","type":"page","link":"https:\/\/nightworker.ddnss.de\/index.php\/wol-auf-linux-mint\/","title":{"rendered":"WOL auf Linux Mint"},"content":{"rendered":"<div class=\"el-h3\">\n<h3 dir=\"auto\" data-heading=\"Schritt 1: BIOS\/UEFI vorbereiten\">Schritt 1: BIOS\/UEFI vorbereiten<\/h3>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">Bevor Linux \u00fcberhaupt etwas tun kann, muss die Hardware &#8220;zuh\u00f6ren&#8221;.<\/p>\n<\/div>\n<div class=\"el-ul\">\n<ul class=\"has-list-bullet\">\n<li dir=\"auto\" data-line=\"0\">Starte den PC neu und gehe ins BIOS (meist F2, Entf oder F12).<\/li>\n<li dir=\"auto\" data-line=\"2\">Suche nach Einstellungen wie&nbsp;<strong>&#8220;Wake on LAN&#8221;<\/strong>,&nbsp;<strong>&#8220;Resume by PCI-E Device&#8221;<\/strong>&nbsp;oder&nbsp;<strong>&#8220;PME Event Wake up&#8221;<\/strong>&nbsp;und setze sie auf&nbsp;<strong>Enabled<\/strong>.<\/li>\n<li dir=\"auto\" data-line=\"4\"><strong>Wichtig:<\/strong>&nbsp;Deaktiviere&nbsp;<strong>&#8220;ErP Ready&#8221;<\/strong>&nbsp;oder&nbsp;<strong>&#8220;Deep Sleep&#8221;<\/strong>, falls vorhanden. Diese Funktionen kappen im ausgeschalteten Zustand jeglichen Strom, auch f\u00fcr die Netzwerkkarte.<\/li>\n<\/ul>\n<\/div>\n<div class=\"el-h3\">\n<h3 dir=\"auto\" data-heading=\"Schritt 2: Die Identifikation der Netzwerkkarte\">Schritt 2: Die Identifikation der Netzwerkkarte<\/h3>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">\u00d6ffne das Terminal in Linux Mint und finde heraus, wie deine Netzwerkkarte hei\u00dft:<\/p>\n<pre class=\"EnlighterJSRAW\" dir=\"auto\" data-enlighter-language=\"bash\">ip&nbsp;link<\/pre>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">Suche nach einem Namen wie&nbsp;<code class=\"code-styler-inline\">enp3s0<\/code>&nbsp;oder&nbsp;<code class=\"code-styler-inline\">eth0<\/code>. Wir nutzen im Folgenden&nbsp;<code class=\"code-styler-inline\">eth0<\/code>&nbsp;als Platzhalter.<\/p>\n<\/div>\n<div class=\"el-h3\">\n<h3 dir=\"auto\" data-heading=\"Schritt 3: Installation und Test mit `ethtool`\">Schritt 3: Installation und Test mit&nbsp;<code class=\"code-styler-inline\">ethtool<\/code><\/h3>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">Installiere das Werkzeug, mit dem wir die Karte steuern:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">sudo apt update &amp;&amp; sudo apt install ethtool -y<\/pre>\n<p>Pr\u00fcfe nun den Status deiner Karte:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">sudo ethtool eth0<\/pre>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">Suche die Zeile&nbsp;<strong>&#8220;Wake-on&#8221;<\/strong>:<\/p>\n<\/div>\n<div class=\"el-ul\">\n<ul class=\"has-list-bullet\">\n<li dir=\"auto\" data-line=\"0\"><code class=\"code-styler-inline\">g<\/code>: Wake on LAN ist aktiv (Magic Packet).<\/li>\n<li dir=\"auto\" data-line=\"2\"><code class=\"code-styler-inline\">d<\/code>: Wake on LAN ist deaktiviert.<\/li>\n<\/ul>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">Falls dort&nbsp;<code class=\"code-styler-inline\">d<\/code>&nbsp;steht, teste die Aktivierung sofort:<\/p>\n<pre class=\"EnlighterJSRAW\" dir=\"auto\" data-enlighter-language=\"bash\">sudo ethtool -s eth0 wol g<\/pre>\n<\/div>\n<div class=\"el-h3\">\n<h3 dir=\"auto\" data-heading=\"Schritt 4: Dauerhafte Aktivierung (Der &quot;Mint-Weg&quot;)\">Schritt 4: Dauerhafte Aktivierung (Der &#8220;Mint-Weg&#8221;)<\/h3>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">In Linux Mint verwaltet der&nbsp;<strong>NetworkManager<\/strong>&nbsp;die Verbindungen. Er \u00fcberschreibt manuelle Befehle oft nach einem Neustart. So stellst du es dauerhaft ein:<\/p>\n<\/div>\n<div class=\"el-ol\">\n<ol>\n<li dir=\"auto\" data-line=\"0\">Klicke auf das Netzwerksymbol in der Taskleiste -&gt;&nbsp;<strong>Netzwerk-Einstellungen<\/strong>.<\/li>\n<li dir=\"auto\" data-line=\"2\">W\u00e4hle deine Kabelverbindung aus und klicke auf das&nbsp;<strong>Zahnrad-Symbol<\/strong>&nbsp;(Einstellungen).<\/li>\n<li dir=\"auto\" data-line=\"4\">Gehe zum Reiter&nbsp;<strong>Identit\u00e4t<\/strong>&nbsp;(oder direkt &#8220;Ethernet&#8221;).<\/li>\n<li dir=\"auto\" data-line=\"6\">Dort findest du unten das Feld&nbsp;<strong>Wake on LAN<\/strong>. W\u00e4hle im Dropdown-Men\u00fc&nbsp;<strong>Magic<\/strong>&nbsp;aus.<\/li>\n<li dir=\"auto\" data-line=\"8\">Speichern.<\/li>\n<\/ol>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">&nbsp;<\/p>\n<\/div>\n<div class=\"el-h3\">\n<h3 dir=\"auto\" data-heading=\"Schritt 5: Die Kernel-Anpassung (f\u00fcr &quot;zickige&quot; Hardware)\">Schritt 5: Die Kernel-Anpassung (f\u00fcr &#8220;zickige&#8221; Hardware)<\/h3>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">Falls Linux immer noch behauptet, die Karte sei nicht f\u00e4hig, f\u00fcgen wir den Parameter hinzu, den wir vorhin besprochen haben:<\/p>\n<\/div>\n<div class=\"el-ol\">\n<ol>\n<li dir=\"auto\" data-line=\"0\"><code class=\"code-styler-inline\">sudo nano \/etc\/default\/grub<\/code><\/li>\n<li dir=\"auto\" data-line=\"2\">\u00c4ndere die Zeile zu:&nbsp;<code class=\"code-styler-inline\">GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash pcie_aspm=off\"<\/code><\/li>\n<li dir=\"auto\" data-line=\"4\">Speichern mit&nbsp;<code class=\"code-styler-inline\">Strg+O<\/code>, Beenden mit&nbsp;<code class=\"code-styler-inline\">Strg+X<\/code>.<\/li>\n<li dir=\"auto\" data-line=\"6\"><strong>Wichtig:<\/strong>&nbsp;<code class=\"code-styler-inline\">sudo update-grub<\/code>&nbsp;ausf\u00fchren.<\/li>\n<\/ol>\n<\/div>\n<div class=\"el-h3\">\n<h3 dir=\"auto\" data-heading=\"Schritt 6: Das &quot;Shutdown&quot;-Verhalten pr\u00fcfen\">Schritt 6: Das &#8220;Shutdown&#8221;-Verhalten pr\u00fcfen<\/h3>\n<\/div>\n<div class=\"el-p\">\n<p dir=\"auto\">Manchmal schaltet Linux die Karte beim Herunterfahren explizit aus. Um das zu verhindern, kannst du eine kleine Regel f\u00fcr den&nbsp;<code class=\"code-styler-inline\">halt<\/code>-Prozess erstellen.<\/p>\n<p dir=\"auto\">Erstelle dazu eine Datei: <code class=\"code-styler-inline\">sudo nano \/etc\/network\/if-down.d\/wol<\/code> mit folgendem Inhalt:<\/p>\n<\/div>\n<pre class=\"EnlighterJSRAW\" dir=\"auto\" data-enlighter-language=\"bash\">#!\/bin\/sh\r\nethtool -s eth0 wol g<\/pre>\n<p dir=\"auto\">und mache sie ausf\u00fchrbar:&nbsp;<code class=\"code-styler-inline\">sudo chmod +x \/etc\/network\/if-down.d\/wol<\/code><\/p>\n<div class=\"el-h3\">\n<h3 dir=\"auto\" data-heading=\"Zusammenfassung der Pr\u00fcfung\">Zusammenfassung der Pr\u00fcfung<\/h3>\n<\/div>\n<div class=\"el-table\" dir=\"ltr\">\n<table>\n<thead>\n<tr>\n<th dir=\"ltr\">Status<\/th>\n<th dir=\"ltr\">Bedeutung<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td dir=\"ltr\"><strong>PC ist an<\/strong><\/td>\n<td dir=\"ltr\"><code class=\"code-styler-inline\">sudo ethtool eth0<\/code> muss <code class=\"code-styler-inline\">Wake-on: g<\/code> zeigen.<\/td>\n<\/tr>\n<tr>\n<td dir=\"ltr\"><strong>PC ist aus<\/strong><\/td>\n<td dir=\"ltr\">Die LED am LAN-Port deines Routers\/Switch muss leuchten (Standby-Strom).<\/td>\n<\/tr>\n<tr>\n<td dir=\"ltr\"><strong>Aktion<\/strong><\/td>\n<td dir=\"ltr\">Schicke das Magic Packet von einem anderen Ger\u00e4t (z.B. Smartphone-App &#8220;Wake on LAN&#8221;).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Schritt 1: BIOS\/UEFI vorbereiten Bevor Linux \u00fcberhaupt etwas tun kann, muss die Hardware &#8220;zuh\u00f6ren&#8221;. Starte den PC neu und gehe<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-946","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nightworker.ddnss.de\/index.php\/wp-json\/wp\/v2\/pages\/946","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nightworker.ddnss.de\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nightworker.ddnss.de\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nightworker.ddnss.de\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nightworker.ddnss.de\/index.php\/wp-json\/wp\/v2\/comments?post=946"}],"version-history":[{"count":1,"href":"https:\/\/nightworker.ddnss.de\/index.php\/wp-json\/wp\/v2\/pages\/946\/revisions"}],"predecessor-version":[{"id":947,"href":"https:\/\/nightworker.ddnss.de\/index.php\/wp-json\/wp\/v2\/pages\/946\/revisions\/947"}],"wp:attachment":[{"href":"https:\/\/nightworker.ddnss.de\/index.php\/wp-json\/wp\/v2\/media?parent=946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}