lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 25 May 2009 19:44:44 +0930 (CST)
From:	Jonathan Woithe <jwoithe@...sics.adelaide.edu.au>
To:	romieu@...zoreil.com (Francois Romieu)
Cc:	jwoithe@...sics.adelaide.edu.au (Jonathan Woithe),
	dave@...dillows.org (David Dillow), linux-kernel@...r.kernel.org,
	edward_hsu@...ltek.com.tw (Edward Hsu)
Subject: Re: Realtek 8168D: no active link (2.6.29.2)

Hi

Sorry for the delay in getting this done.

> Jonathan Woithe <jwoithe@...sics.adelaide.edu.au> :
> [...]
> > As I mentioned, if there are other tests you want me to do just drop me a
> > line.
> 
> You may see if you can force the link settings with the patches #2 and #3 at
> http://userweb.kernel.org/~romieu/r8169/2.6.30-rc6/20090519/

As far as I can tell, with these 3 patches applied against 2.6.30-rc6 I can
force the link settings:

  ethtool -s eth0 autoneg off speed 10
    - 10 Mbps speed set

  ethtool -s eth0 autoneg off speed 100
    - 100 Mbps speed achieved

  ethtool -s eth0 autoneg on speed 1000
    - 1000 Mbps speed attained

The duplex setting might not be having an effect though since my switch's
FDx (full duplex) LED was extinguished for both the 10 and 100 Mbps cases
above.  Explicitly setting the duplex flag using

  ethtool -s eth0 autoneg off speed 100 duplex full

didn't make any difference - the FDx LED remained off.  For completeness I
also tried

  ethtool -s eth0 autoneg off speed 100 duplex half

and this caused no change compared to the "duplex full" case above. 
Restoring autoneg made the FDx LED return (along with 1000 Mbps speed).

Regards
  jonathan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ