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] [day] [month] [year] [list]
Date:	Thu, 26 Jun 2008 12:05:17 -0700
From:	"Kok, Auke" <auke-jan.h.kok@...el.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
CC:	e1000-devel@...ts.sourceforge.net, netdev@...r.kernel.org,
	mjc@...echpulse.com, bugme-daemon@...zilla.kernel.org
Subject: Re: [E1000-devel] [Bugme-new] [Bug 10990] New: e1000/e1000e driver
 doesn't work with gigabit connection


>> When plugged into a 10/100/1000 porting, forcing:
>> ethtool -s eth0 autoneg off speed 1000 duplex full

gigabit requires autonegotiation, and if you force speeds you would have to force
it on both ends anyway. The above configuration is therefore not a valid
configuration.

I suggest changing the autonegotiation mask, which leaves autoneg enabled:

	ethtool -s eth0 advertise 0x20

this is supported and should accomplish what you want.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ