On Tue, 25 Jul 2006 11:59:52 -0400 (EDT) Alan Stern <[EMAIL PROTECTED]> wrote:
> During a Power Management session at the Ottawa Linux Symposium, it was > generally agreed that network interface drivers ought to automatically > suspend their devices (if possible) whenever: > > (1) The interface is ifconfig'ed down, or > > (2) No link is available. This is hard because most of the power may be consumed by the PHY interface and it needs to be alive to see link. > > Presumably (1) should be easy enough to implement. (2) might or might not > be feasible, depending on how much WOL support is available. (It might > not be feasible at all for wireless networking.) Still, there can be no > question that it would be a Good Thing for laptops to power-down their > ethernet controllers when the network cable is unplugged. > > Has any progress been made in this direction? If not, a natural approach > would be to start with a reference implementation in one driver which > could then be copied to other drivers. > The problem is not generic, it really is specific to each device. We have all the necessary infrastructure to do the right thing in the network device driver, but in many cases we don't have the code or the technical information to do proper power management. -- Stephen Hemminger <[EMAIL PROTECTED]> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html