On Fri, Jul 30, 2004 at 06:52:15PM +0200, Manfred Spraul wrote: > The log is very odd - why are there two lines with > > >forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.28. > > Did you rmmod/insmod the driver twice? I think it's just the way that ifup works. I'm not entirely sure why the line appears twice. > Could you manually insmod the driver, wait for two seconds and then call > ifup? Aha. That works fine. So here is how to make it fail: /sbin/modprobe forcedeth; \ /sbin/ip link set dev eth0 up All subsequent runs of 'ethtool eth0' show: Settings for eth0: Supports Wake-on: g Wake-on: d Link detected: no regardless of how long I leave it. So is this a driver problem or a problem with the way /sbin/ifup works? Tim. */