From owner-freebsd-acpi@freebsd.org Sat Feb 13 19:17:33 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 8A02FAA78FF for ; Sat, 13 Feb 2016 19:17:33 +0000 (UTC) (envelope-from lukek@fastmail.fm) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 594491119 for ; Sat, 13 Feb 2016 19:17:32 +0000 (UTC) (envelope-from lukek@fastmail.fm) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E84CB20421 for ; Sat, 13 Feb 2016 14:17:31 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute4.internal (MEProxy); Sat, 13 Feb 2016 14:17:31 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=As7EzhYTtihrBSpOL8x78/azsTg=; b=VR2vuX sX0UYG1gwBu36XnJKAgrOWbGI1rZz0mHph3PBd9UnZ63UGSO7pcEFJFnczAroEpm x3394q1IPNvLX490hKYNLXI+BTLQ+6ZUHoVWTjwEhV4G8G+SYsuqt5uftSw+oKYm ILLedfxlSc/yjX/Cx9Fd4NIAnQRiABqOu/BEM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=As7EzhYTtihrBSp OL8x78/azsTg=; b=cu5bLMwm//ImKq2qjl62oH4+GNAf5VSaw9l7h1mq53qbs3i 05+eDvFzZWhJwr3rtJMBAkaxD17SSQ2/iWpDedk5uk4bIJ+cXMBMPc0ZuCqZIT/8 gcPQBhiy8FpOTmk2BsRsYRoWFkMB5M3MkaQ07Ig/g1AbPc+sirVhdV4xGgrI= Received: by web4.nyi.internal (Postfix, from userid 99) id B7526114A10; Sat, 13 Feb 2016 14:17:31 -0500 (EST) Message-Id: <1455391051.1524783.520367578.79304ABE@webmail.messagingengine.com> X-Sasl-Enc: w4gU7eJPZyO/J3doEPFv5eKASB2kdmxjKH5FwFOlT9EH 1455391051 From: Luke To: Ian Smith Cc: freebsd-acpi@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-e69f0414 In-Reply-To: <20160214015131.Q51785@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> Subject: Re: Regarding Wake On USB input from S3 Sleep Date: Sat, 13 Feb 2016 11:17:31 -0800 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: Sat, 13 Feb 2016 19:17:33 -0000 > 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 .. > > thanks, Ian 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.