From owner-freebsd-acpi@FreeBSD.ORG Sun Aug 21 05:23:37 2011 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82B45106564A for ; Sun, 21 Aug 2011 05:23:37 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 3A68A8FC12 for ; Sun, 21 Aug 2011 05:23:36 +0000 (UTC) Received: by qyk4 with SMTP id 4so989043qyk.13 for ; Sat, 20 Aug 2011 22:23:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Npxuh6NtfJjKHXGBITiyaeAgZU39C92b3LRVtlPiyu8=; b=F3beQy1z0CbZywWDUZguNs8f69kzmzJna9hAWrLE/dE6J+79FrE1K4YVH7ww5FA9Nb nQCwTpR9IMjhLLa2H5OF7h1rL/fQXGZTe02Cee4a2Vhdi/bdYtnP5XmUzplFnnU5qU1Q bjx0ere7VewZuHklNpfFmafobLOp94RFDM/oo= MIME-Version: 1.0 Received: by 10.224.208.130 with SMTP id gc2mr614251qab.329.1313902812009; Sat, 20 Aug 2011 22:00:12 -0700 (PDT) Received: by 10.224.178.65 with HTTP; Sat, 20 Aug 2011 22:00:11 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Aug 2011 22:00:11 -0700 Message-ID: From: Garrett Cooper To: =?windows-1251?B?y/7h7uzo8CDD8Ojj7vDu4g==?= Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: freebsd-acpi@freebsd.org Subject: Re: ACPI resume doesn't work in i386 with SMP enabled on netbook X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2011 05:23:37 -0000 2011/8/20 =CB=FE=E1=EE=EC=E8=F0 =C3=F0=E8=E3=EE=F0=EE=E2 : > It is commonly know for i386 to have problems with ACPI suspend/resume. > AMD64 is a different story. > > Check my thread, some devs explain further: > http://forums.freebsd.org/showthread.php?t=3D22960 > Cheers. > 2011/8/20 Garrett Cooper >> >> Hi, >> =A0 =A0/etc/rc.resume with GENERIC hangs on my netbook on resume (it >> comes up with a blank black screen), so I removed all of the drivers >> from my custom $KERNCONF (except the most essential pieces, i.e. acpi, >> ata_cam, options INET, etc) and debugged the suspend/resume issue down >> SMP support (it was hanging in the ioapic code). Once I disabled SMP >> support, suspend/resume worked properly. >> =A0 =A0My next question: how do I fix this issue or what should I do nex= t >> to debug it further :)? >> Thanks! >> -Garrett >> >> $ uname -a >> FreeBSD akai-ntbk.local 9.0-BETA1 FreeBSD 9.0-BETA1 #1 r224948M: Fri >> Aug 19 00:35:51 PDT 2011 >> root@akai-ntbk.local:/usr/obj/usr/src/sys/NETBOOK =A0i386 Perfect -- thanks for the info :)! -Garrett