netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: poma <pomidorabelisima@gmail.com>
To: devel@lists.fedoraproject.org
Cc: Chris Adams <linux@cmadams.net>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	Sergio Pascual <sergio.pasra@gmail.com>
Subject: Re: Enable Wake-On-LAN in current Fedora
Date: Tue, 14 Apr 2015 23:05:09 +0200	[thread overview]
Message-ID: <552D8105.4030308@gmail.com> (raw)
In-Reply-To: <20150414160625.GB23974@cmadams.net>

On 14.04.2015 18:06, Chris Adams wrote:
> Once upon a time, Sergio Pascual <sergio.pasra@gmail.com> said:
>> I was wondering what is the "correct" way of enabling WOL on a network card.
> 
> I think it is enabled by default.  At least, I didn't do anything to
> enable it on a couple of computers at home and it "just works".
> 

# ethtool -i enp0s10 | grep driver
driver: forcedeth

# ethtool enp0s10 | grep Wake
	Supports Wake-on: g
	Wake-on: d

For some reason, at least some of
ethernet controllers as part of media and communications processors
e.g. NVIDIA Corporation MCP79 Ethernet
driven by "Reverse Engineered nForce ethernet driver" i.e. forcedeth.ko
still need WOL enablement routine:
/etc/udev/rules.d/100-wol.rules
ACTION=="add", SUBSYSTEM=="net", RUN+="/sbin/ethtool -s enp0s10 wol g"

           reply	other threads:[~2015-04-14 21:05 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20150414160625.GB23974@cmadams.net>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=552D8105.4030308@gmail.com \
    --to=pomidorabelisima@gmail.com \
    --cc=devel@lists.fedoraproject.org \
    --cc=linux@cmadams.net \
    --cc=netdev@vger.kernel.org \
    --cc=sergio.pasra@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).