From owner-freebsd-acpi@FreeBSD.ORG Mon Jul 21 21:33:59 2014 Return-Path: Delivered-To: freebsd-acpi@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 836FB3CE for ; Mon, 21 Jul 2014 21:33:59 +0000 (UTC) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (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 06B3F26CF for ; Mon, 21 Jul 2014 21:33:58 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id w7so4389701lbi.15 for ; Mon, 21 Jul 2014 14:33:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=RRc3SauWoirVUg55pVn8whx/Ha+lvnSSijEMLsg2BnM=; b=VfsCTFZ7RPkMgBfjdszUgddxo8FLpXt6KpPii5sp5eydw0E4ga4fGw4aj0WANP6uL1 BJju02+ckSLKrnUw0NRtdNxPs6Cz6RhSVpY4JfRr0kJVpwSee9zE62Enj0hoxVWmc8Xz F/E7kAt8qZIN8UUl8Yn7WGVuyGDtvYndQ7x49qg7LXAx/W9a39dsaUxFoeMFg4Lz0yVb RaQ3xosai9tMlQlOCrq9C8VZ+DKJ04mtaYa5JLGkMQSXArXr7X+mGfjGu2kkdWJ2yMv5 l49D+JYyl7L2OYR31z8AQ3PZjWzZppQ/QU8By/lXZZZH14R4T7A8gSLBKYYwxmSXXQHi qcfw== X-Received: by 10.152.10.169 with SMTP id j9mr9538447lab.69.1405978436706; Mon, 21 Jul 2014 14:33:56 -0700 (PDT) Received: from hell.localdomain (b217-29-190-130.pppoe.mark-itt.net. [217.29.190.130]) by mx.google.com with ESMTPSA id z6sm12277782lag.4.2014.07.21.14.33.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Jul 2014 14:33:55 -0700 (PDT) From: "Bykov Vladislav <>" X-Google-Original-From: Bykov Vladislav <> Received: from hell (localhost [127.0.0.1]) by hell.localdomain (Postfix) with ESMTP id 2FE2213ABC10; Tue, 22 Jul 2014 01:33:53 +0400 (MSK) Received: (from bvv@localhost) by hell (8.14.7/8.14.7/Submit) id s6LLXqog065293; Tue, 22 Jul 2014 01:33:53 +0400 (MSK) (envelope-from bvv) Date: Tue, 22 Jul 2014 01:33:52 +0400 To: Daniele Mazzotti Subject: Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E Message-ID: <20140721213352.GA64025@hell> References: <20140722033156.E8638@sola.nimnet.asn.au> <1405965655.15937.YahooMailAndroidMobile@web181606.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 21:33:59 -0000 On Mon, Jul 21, 2014 at 09:47:52PM +0200, Daniele Mazzotti wrote: > Actually when I put the pc to suspend and then try to wake it up, the > screen stays black. I never had many, but I am running out of ideas! Hello, I had exactly same problem with suspend here. Just remove "VESA" device from your kernel configuration. Sincerely, Vladislav.