On Wed, 2006-01-25 at 23:59 +0100, Alain TAUCH wrote: > I need to force the speed/duplex of my NIC to get my installation working, > but for this, I have to pass options to my driver module. And I precisely > don't how to achieve this :/ The way you want to do this is by using ethtool options, not with module options. Look at, eg, ethtool= and the setting code in loader2/net.c Jeremy