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:	Tue, 07 Nov 2006 07:51:22 -0800
From:	Auke Kok <auke-jan.h.kok@...el.com>
To:	Pavel Machek <pavel@....cz>
CC:	"Robin H. Johnson" <robbat2@...too.org>,
	linux-kernel@...r.kernel.org
Subject: Re: e1000/ICH8LAN weirdness - no ethtool link until initially forced
 up

Pavel Machek wrote:
> Hi!
> 
>> [Please CC me on responses].
>>
>> A spot of weirdness I ran into on my e1000 card.
>> It's the 82566DC model [8086:104b] (rev 02) x1 PCIe.
>>
>> After modprobe e1000, ethtool reports that there is no link, despite the
>> correct link lights on the port. This breaks booting during a boot process that
>> checks for actual link status before using a device.
> ...
>> This behavior differs from every other network card, and is also present in the
>> 7.3* version of the driver from sourceforge.
>>
>> I think the e1000 should try to raise the link during the probe, so that it
>> works properly, without having to set ifconfig ethX up first.
> 
> I think you should cc e1000 maintainers, and perhaps provide a patch....

I've read it and not come up with an answer due to some other issues at hand. E1000 
hardware works differently and this has been asked before, but the cards itself are in 
low power state when down. Changing this to bring up the link would make the card start 
to consume lots more power, which would automatically suck enormously for anyone using a 
laptop.

Unfortunately, we have no way to distinguish directly between mobile and non-mobile 
adapters, since they are usually the same.

Your application should really `ifconfig up` the device before checking for link.

Cheers,

Auke
-
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