From owner-freebsd-acpi@FreeBSD.ORG Sat Oct 19 21:06:10 2013 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 ESMTP id AE0D073E for ; Sat, 19 Oct 2013 21:06:10 +0000 (UTC) (envelope-from andrewklaus@gmail.com) Received: from mail-vb0-x230.google.com (mail-vb0-x230.google.com [IPv6:2607:f8b0:400c:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C91C2104 for ; Sat, 19 Oct 2013 21:06:10 +0000 (UTC) Received: by mail-vb0-f48.google.com with SMTP id w8so2079435vbf.35 for ; Sat, 19 Oct 2013 14:06:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=5tu03bKbMcStzzGZFqgyhRLGlRHWB5d+6Z8q58+frcc=; b=DXeSS4JEUSkEtWpo+z7WoSETwT4WbpPb0MdTTWzaPPiESMoSzQCr3YWBvzLD6bzihW Lu0TjgaywNf/RZOHOuOoNUAGmsJRyczw5T5T/w3EIuxJEiqRbuDsdTAakFy2En/oPZZa RgczIFX2X6FHcO5VkXOgGSJldyLxRzbpv4l287vx3t+XqLGqEQ7A8QyaUGYHoiOBA63S GgHzeEbHOn6ksSNbIj53sdwvhuwpoWU2DG2kA8J7panFIjOh6E7RxmToslwFiAEfgA6e bSvqMpY05Qi2Ri1JlkabvMiABDLl1XmvknfU0TPo9+Z4jaKGQftYAv0iC9rDyKFwavZw BP0w== X-Received: by 10.52.118.98 with SMTP id kl2mr518682vdb.30.1382216769011; Sat, 19 Oct 2013 14:06:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.93.74 with HTTP; Sat, 19 Oct 2013 14:05:48 -0700 (PDT) In-Reply-To: References: <20131019062929.GP94496@glenbarber.us> From: Andrew Klaus Date: Sat, 19 Oct 2013 15:05:48 -0600 Message-ID: Subject: Re: Suspend/Resume on Dell E6410 Laptop To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 21:06:10 -0000 Ok, USB support removed, along with basically every driver. The video still doesn't come back after sleep. Nothing has really changed still. Maybe I'll give 10-Beta1 a try as well to see if it's fixed there. On Sat, Oct 19, 2013 at 12:26 PM, Andrew Klaus wrote: > Alright.. I can't quite disable USB, since I think that would mean I can't > use my keyboard after the kernel boots. I did enable the kldunload and > kldload in the rc.suspend / resume files in case that was it. It wasn't. > > I removed ethernet, wifi, sound, and a few other things from the kernel > config. Booted up no problem, but I'm suffering from the same problem. > > When I blindly run kldload i915kms after I resume from sleep, the display > does flicker a little, but still doesn't output anything. If I run startx > after I resume, it does something similar as well. > > If I enable acpi bounce with verbose in sysctl, nothing seems to error > from what I can tell. > > Anything else I might be able to try to get to the bottom of this? I'm > pretty determined to get this working.. > > On Sat, Oct 19, 2013, clutton wrote: > > BIOS is not in case. > > All you need is build minimal custom kernel. > > Without usb, ethernet, wifi, sound, etc. Then try again. > >