From owner-freebsd-current@FreeBSD.ORG Mon Sep 29 08:13:50 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3389E600 for ; Mon, 29 Sep 2014 08:13:50 +0000 (UTC) Received: from srv56-45.cdn.bestreaming.com (srv56-46.cdn.bestreaming.com [204.140.16.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE3B91DE for ; Mon, 29 Sep 2014 08:13:49 +0000 (UTC) Received: from mail.yourbox.net (localhost [127.0.0.1]) by srv56-45.cdn.bestreaming.com (8.14.5/8.14.5) with ESMTP id s8T8DlDp067300; Mon, 29 Sep 2014 08:13:47 GMT (envelope-from fbl@aoek.com) From: "=?UTF-8?Q?Jos=C3=A9_P=C3=A9rez_Arauz?=o" To: Garrett Cooper Subject: Re: What do you use for kernel debugging? Date: Mon, 29 Sep 2014 10:13:42 +0200 Message-Id: <20140929081149.M42132@aoek.com> In-Reply-To: <82981B04-42EF-4F06-A01D-5465D91C2B86@gmail.com> References: <20140928071641.M7664@beckpeccoz.com> <761DF16E-5383-46BA-B886-CD3358D976AA@gmail.com> <20140929002025.M8991@aoek.com> <82981B04-42EF-4F06-A01D-5465D91C2B86@gmail.com> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 213.37.0.220 (ame) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 29 Sep 2014 08:13:50 -0000 Hi Garrett, On Sun, 28 Sep 2014 18:43:45 -0700, Garrett Cooper wrote [...] > When I was debugging getting ACPI to work on my netbook, here were > some other things I did to get the system up and going: - Built a > stripped down kernel that just contains the essential bits (CPU, > filesystem, storage). - built one kernel with debug bits and one > with release bits (titled them differently of course). - built > networking and other components as klds and loaded them at boot. > This gave me a quick turnaround time when figuring out what was > broken suspend/resume wise. It might help you isolate which drivers > or subsystems are causing boot issues as well (at least netbook > system boot is relatively quick compared to the other systems I boot > off of with gobs of ram and storage drives...). > > HTH! > -Garrett Yes, that's gold. It might not apply to the specific case where device probe does not complete, but I'll give it a try. Give me a day or two. Thank you! BR, -- José Pérez Arauzo