From owner-freebsd-arch@FreeBSD.ORG Mon May 5 07:00:44 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57C2C51D; Mon, 5 May 2014 07:00:44 +0000 (UTC) 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 BD8F3167E; Mon, 5 May 2014 07:00:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id s4570cAh096109; Mon, 5 May 2014 17:00:39 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 5 May 2014 17:00:38 +1000 (EST) From: Ian Smith To: Poul-Henning Kamp Subject: Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax In-Reply-To: <85787.1399271121@critter.freebsd.dk> Message-ID: <20140505163316.R11699@sola.nimnet.asn.au> References: <20140505011654.O11699@sola.nimnet.asn.au> <2223.1399233644@critter.freebsd.dk> <20140505153421.W11699@sola.nimnet.asn.au> <85787.1399271121@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Kevin Oberman , Adrian Chadd , "freebsd-acpi@freebsd.org" , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 07:00:44 -0000 On Mon, 5 May 2014 06:25:21 +0000, Poul-Henning Kamp wrote: > In message <20140505153421.W11699@sola.nimnet.asn.au>, Ian Smith writes: > > >I need to do more tests on stable/9; it didn't work with the offered > >workarounds on 9.2-RELEASE (leaving VESA out of kernel leaves me with no > >screen on resume in console mode, setting sysctl dev.[ue]hci.*.wake=1 > > Do we have a canonical page with all the various workarounds one should > attempt in order to get suspend/resume to work ? Bits scattered all over the place. For the above there's: http://unethicalblogger.com/2013/12/03/scratchiest-neckbeard-freebsd-x200.html which refers to te tail of this thread in -usb (and -stable) http://lists.freebsd.org/pipermail/freebsd-usb/2013-July/thread.html#12242 which began with Adrian's post in http://lists.freebsd.org/pipermail/freebsd-usb/2013-June/thread.html Then there's the wiki page: https://wiki.freebsd.org/SuspendResume which leads to some more bits, lots more scattered through -acpi and -laptop over the time. There used to be lots of useful per-laptop snippets in the FLCL (freebsd laptop compatibility list) which sadly disappeared last year, but I just googled up an archive of it at http://archive.today/CVo46 latest from mid-2013. Ah sorry, spoke too soon, individual pages redirect to eg: http://laptop.bsdgroup.de/freebsd/index.html?action=list_laptop_mf&mfid=1 which is still down :( Ian