From owner-freebsd-mobile@FreeBSD.ORG Mon Jul 18 21:11:31 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 306C316A41C for ; Mon, 18 Jul 2005 21:11:31 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B377943D45 for ; Mon, 18 Jul 2005 21:11:30 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Ducsc-0000Di-Va for freebsd-mobile@freebsd.org; Mon, 18 Jul 2005 23:10:26 +0200 Received: from 209.149.130.42 ([209.149.130.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jul 2005 23:10:26 +0200 Received: from jvk-list by 209.149.130.42 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jul 2005 23:10:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: Joe Kraft Date: Mon, 18 Jul 2005 16:58:49 -0400 Lines: 24 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 209.149.130.42 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en Sender: news Subject: S3 and/or S4 modes for Sony Vaio PCG-v505? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 21:11:31 -0000 I've sent this to the ACPI list, but didn't receive any responses. I'm hoping sending this here will come up with something. Has anyone looked at the suspend modes for this (or any other) Sony Vaio? Of course it's the one I have... :-) It doesn't seem to return from the S3 or S4 state. In a little debugging of the S3 state, I'm getting the ACPI return from suspend message in my message log. The display never lights back up and the computer doesn't respond to anything except the power switch. I haven't found anything from google, or in the handbook that really helps. I've dumped the ASL and it compiles cleanly. I've stripped most devices out of the kernel to get a minimal version for testing, and built a debug version of the acpi module. At this point, I don't understand the ACPI code well enough to understand how it's all supposed to work. Does anyone have any suggestions about where to look to see about getting this working? Eventually I'd like to get it working well enough to use FBSD for my laptop OS, but for now I'd be happy to get even a little of it to work from the console. Joe.