From owner-freebsd-acpi@freebsd.org Sun Feb 14 08:49:09 2016 Return-Path: Delivered-To: freebsd-acpi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 196C2AA61BA for ; Sun, 14 Feb 2016 08:49:09 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8106A1D07 for ; Sun, 14 Feb 2016 08:49:08 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id u1E8mpBu094378; Sun, 14 Feb 2016 19:48:52 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 14 Feb 2016 19:48:51 +1100 (EST) From: Ian Smith To: Luke cc: freebsd-acpi@freebsd.org Subject: Re: Regarding Wake On USB input from S3 Sleep In-Reply-To: <1455391051.1524783.520367578.79304ABE@webmail.messagingengine.com> Message-ID: <20160214192829.C51785@sola.nimnet.asn.au> References: <56BC289F.2070208@selasky.org> <56BC31CD.2000509@selasky.org> <56BC751A.4030707@selasky.org> <56BC7BB0.7030407@selasky.org> <20160212011350.O51785@sola.nimnet.asn.au> <56BCA40A.2090107@selasky.org> <1455204470.3280673.518464754.6AB4FA63@webmail.messagingengine.com> <20160213033009.T51785@sola.nimnet.asn.au> <1455295786.2745839.519574962.53409F27@webmail.messagingengine.com> <20160214015131.Q51785@sola.nimnet.asn.au> <1455391051.1524783.520367578.79304ABE@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 08:49:09 -0000 On Sat, 13 Feb 2016 11:17:31 -0800, Luke wrote: > > I searched the wiki on 'USB power' but noticed only sections 4 and 10 of > > https://wiki.freebsd.org/TuningPowerConsumption seemed to relate at all. > > If that's it or not, I'd appreciate some more guidance .. > That's correct, section 10 from that wiki page. > Here's all I did: > > $ sudo usbconfig > (it then lists all USB related devices) > $ sudo usbconfig -d 1.3 power_save > (then put a device into powersave mode. I put this in a script) > > and that was it for me. The zenbook almost imediately reports an extra > hour of battery and I can confirm it does indeed extend it's life to > close to an hour. Ah, right. Mine (6 uhci and 2 ehci root hubs) are all already in pwr=SAVE mode, except for the so far unused webcam: ugen3.2: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (100mA) Setting that to power_save saved about 150mW, or 30mA at 5V. Only a few extra minutes (~2%) of battery life, but every little bit helps, thanks. Not that that's really anything to do with the $subject .. cheers, Ian