From owner-freebsd-acpi@FreeBSD.ORG Mon Oct 20 21:51:31 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78853525 for ; Mon, 20 Oct 2014 21:51:31 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D3E6F98 for ; Mon, 20 Oct 2014 21:51:30 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hi2so8380271wib.3 for ; Mon, 20 Oct 2014 14:51:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=W82Pg426PJbAb5GIj4OLx3o6yo/cED0gVRkXPt/uiNM=; b=juCbMiAegDN1l2X81j9hpUiFiVoZM1OCdzyvW9w92DU39jxIzGFjHQSdnGuAWO+F3f kl+oEZdV9FZ7ME3SetDVG+ry6BO5Am60kYgTrsRGnR1PrYjy8wTy2zTYs7RSenzdw8Wo VDnIJInNAlxdx8Gx8NqEaqm9ZjYlpBVQ7j73XygDb/Bx7RWD7QWDwcRV1muC75qmPU52 A2LhLIniOtoMLTTdboVwgIvXiI4+dAB8O4z/lfCY7ZZ5jhWqga4O5OVEFxRpSddgDZkI KTeXmdWDI8tgEy7p0eaSLXzD5Sft9Fpa2WMabbSvu1RVXvETs+ObKdM2kwfREXoGte0o WZ9Q== X-Received: by 10.180.73.40 with SMTP id i8mr23176807wiv.30.1413841889208; Mon, 20 Oct 2014 14:51:29 -0700 (PDT) Received: from Sevans-MacBook-Pro.local (cpc3-dals5-0-0-cust240.20-2.cable.virginm.net. [77.103.176.241]) by mx.google.com with ESMTPSA id wm6sm13241978wjb.5.2014.10.20.14.51.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Oct 2014 14:51:28 -0700 (PDT) Message-ID: <544583DE.4090804@gmail.com> Date: Mon, 20 Oct 2014 22:51:26 +0100 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "freebsd-acpi@freebsd.org" Subject: Re: ThinkPad X61s suspend/resume status References: <28872432.brrQvJ3GDu@ralph.baldwin.cx> <1821092E-5667-4CEF-95A4-A2F7840E92FF@gmail.com> <543DC9E2.4020304@gmail.com> In-Reply-To: <543DC9E2.4020304@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 21:51:31 -0000 On 15/10/2014 02:12, Sevan / Venture37 wrote: > X60s works as x61s though I haven't tried switching off the modem on the > X60s, will update the wiki in the next week. So I reflashed the X60s with the coreboot/SeaBIOS, just tried booting FreeBSD-11.0-CURRENT-i386-20140918-r271779-mini-memstick.img on it. It sleeps & wakes just "fine". When it wakes all the USB ports are reprobed, the USB stick is found but a error message is listed "vnode_pager_getpages: I/O read error" then everything detaches & re-attaches. It's not possible to execute new commands that aren't cached from previous attempt before sleep. If you try the console is filled with "vnode_pager_getpages: I/O read error" messages. Maybe this is only an issue as I'm booting from USB & wouldn't be a problem from disk? dmesg: http://www.nycbug.org/index.cgi?action=dmesgd&do=view&id=2614 Sevan / Venture37