Re: wakeup on lan enable without compiling as module

From: Stephen Hemminger
Date: Tue Sep 06 2005 - 14:26:58 EST


On Tue, 6 Sep 2005 20:53:38 +0200
Thomas Glanzmann <sithglan@xxxxxxxxxxxxxxxxxxxx> wrote:

> Hello,
> I would like to build the 3c59x vortex module into the kernel (not as
> module) but don't loose the ability to use wakeup-on-lan. Because it
> seems to be impossible to specify 'module parameters' to a built-in
> kernel module I tried the following patch, which doesn't work for me.
> Could someone enlighten me how I can get the expected behaviour?
>
> Thanks,
> Thomas

Use
3c59x.enable_wol on command line to pass parameters even if
builtin.

The current practice is to use ethtool instead of module parameters to
do this. This driver doesn't support wake on lan settings via ethtool,
that would be the right way to fix.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/