From owner-freebsd-current@FreeBSD.ORG Fri Sep 4 23:10:43 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D0161065672 for ; Fri, 4 Sep 2009 23:10:43 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id A2A328FC1A for ; Fri, 4 Sep 2009 23:10:42 +0000 (UTC) Received: by bwz2 with SMTP id 2so941443bwz.43 for ; Fri, 04 Sep 2009 16:10:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=oXqJscPS4GZqknpoHngv5AWVKwrZqmW/amd4kxExtjs=; b=aKk5J+oD88EmIXmfuasKzGP6Ei8mNkqpgrJiobv/wvg8yehTKsKls8G5GKxaaMbYyB xahJC74YYpuRUpNH1zhsT2x2yKDBPZilKFRHlIylO1CeFv03Plkg2tTxyIdK0xId+Zfd xPI+BTWr6alrSujDFxtCx1NbiHrLtqhS8VnCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=C6BoZwZ2b7uMFZjPU3B0o2SxauNJARcF6eOgMiyh+C2EY/q2rcimcjW3tjmx7FBqIK LvRKUj0KaP6z2d6dxauBhz17ymwqxEnTGnatoEUWBH+abdEMso2P29IChq8PyEJBMco5 8BX89bmn0t+11E3ypqeVAnrrG1Lj82Cist7oo= MIME-Version: 1.0 Received: by 10.103.78.35 with SMTP id f35mr5005883mul.89.1252105841458; Fri, 04 Sep 2009 16:10:41 -0700 (PDT) In-Reply-To: References: Date: Fri, 4 Sep 2009 23:10:41 +0000 Message-ID: <3a142e750909041610w6d1249cch6eb8164e7230b749@mail.gmail.com> From: "Paul B. Mahol" To: Boris Hollas Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: 8.0-BETA3: ACPI resume fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 23:10:43 -0000 On 9/4/09, Boris Hollas wrote: > I've installed 8.0-BETA3 without X on a Fuji-Siemens Lifebook E8110. > > I observed the following while testing sleep mode: > > 1) Test 1 > - I invoked > # zzz > - Screen and HD were switched off. > - I pressed "On". > - HD was switched on, but screen remained blank. The system didn't react > to typing "reboot". > > 2) Test 2 > I loaded acpi_fujitsu and repeated test 1 with the same result. > > 3) Test 3 > I compiled a kernel without firewire support and excluded many unnecessary > drivers. I repeated test 1 with the same result. > > 4) Test 4 > With the kernel from 3), I entered > # sysctrl acpi.hw.reset_video=1 > and repeated test 1 with the same result. > > > Sleep mode works with Debian Lenny. > > Resume also failed with both 7.2-R and 8.0-BETA3 on an old Thinkpad A30p. Resume in general currently doesnt work with SMP kernel on SMP systems on i386, (missing some code) amd64 should work. -- Paul