From owner-freebsd-acpi@FreeBSD.ORG Sun Aug 21 04:38:53 2011 Return-Path: Delivered-To: acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E07D106566C for ; Sun, 21 Aug 2011 04:38:53 +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 66D448FC08 for ; Sun, 21 Aug 2011 04:38:53 +0000 (UTC) Received: by qyk4 with SMTP id 4so982462qyk.13 for ; Sat, 20 Aug 2011 21:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=va0s29aAgOuVb/v529H73Oy9wvPCrINwD44VMuFoSzk=; b=Tngxiv8qrFsnfxUfwhMiZF/DLNQnrVb3FVegjMHHAMDnUjG720jXHaZZdvJmTjpdrs aACWg0ofPNMgkPj/22L8t4tMpBPv3Z0sRFc3PL6SHVS4th9Y42VbwJD63s3fPNExjK4K uQhJxamtL67rxzxj4oSchcNh5besdyV0ZADoE= MIME-Version: 1.0 Received: by 10.224.208.130 with SMTP id gc2mr600248qab.329.1313899745386; Sat, 20 Aug 2011 21:09:05 -0700 (PDT) Received: by 10.224.178.65 with HTTP; Sat, 20 Aug 2011 21:09:05 -0700 (PDT) Date: Sat, 20 Aug 2011 21:09:05 -0700 Message-ID: From: Garrett Cooper To: acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: 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 04:38:53 -0000 Hi, /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. My next question: how do I fix this issue or what should I do next 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 i386 From owner-freebsd-acpi@FreeBSD.ORG Sun Aug 21 05:07:03 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 77720106564A for ; Sun, 21 Aug 2011 05:07:03 +0000 (UTC) (envelope-from nm.knife@gmail.com) Received: from mail-iy0-f172.google.com (mail-iy0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id 429698FC0A for ; Sun, 21 Aug 2011 05:07:02 +0000 (UTC) Received: by iye7 with SMTP id 7so15685384iye.17 for ; Sat, 20 Aug 2011 22:07:02 -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 :content-type; bh=huluHoRJaEj70oTDTe8jCfg/xLGIi6VKzY0F84SXrFE=; b=R5o13BVYOZ1yJLbEDu7LvVZCWhcDGd+14sa5DhHGfCrhrk3H5dUrDtszfblkrm8bKh C6I2GpsAeuDfimhS/tShceKUHpIqnAIuLtiRw/hX7xFncVx2S+b560nuKgjtasXABGzT iOMQT8OdnmssVyXcg2NkR42zycPtE68UdKpGc= MIME-Version: 1.0 Received: by 10.42.28.130 with SMTP id n2mr1217549icc.43.1313901737743; Sat, 20 Aug 2011 21:42:17 -0700 (PDT) Received: by 10.231.155.85 with HTTP; Sat, 20 Aug 2011 21:42:17 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Aug 2011 21:42:17 -0700 Message-ID: From: =?windows-1251?B?y/7h7uzo8CDD8Ojj7vDu4g==?= To: Garrett Cooper , freebsd-acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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:07:03 -0000 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=22960 Cheers. 2011/8/20 Garrett Cooper > Hi, > /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. > My next question: how do I fix this issue or what should I do next > 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 i386 > _______________________________________________ > freebsd-acpi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@freebsd.org" > -- Lyubomir Grigorov (bgalakazam) 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 From owner-freebsd-acpi@FreeBSD.ORG Mon Aug 22 11:06:56 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 CEC421065687 for ; Mon, 22 Aug 2011 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCF3E8FC1C for ; Mon, 22 Aug 2011 11:06:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7MB6uhS097061 for ; Mon, 22 Aug 2011 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7MB6uQn097059 for freebsd-acpi@FreeBSD.org; Mon, 22 Aug 2011 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Aug 2011 11:06:56 GMT Message-Id: <201108221106.p7MB6uQn097059@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-acpi@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-acpi@FreeBSD.org 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: Mon, 22 Aug 2011 11:06:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158689 acpi [acpi] value of sysctl hw.acpi.thermal.polling_rate ne o kern/154955 acpi [acpi] Keyboard or ACPI doesn't work on Lenovo S10-3 o kern/152438 acpi [acpi]: patch to acpi_asus(4) to add extra sysctls for o kern/152098 acpi [acpi] Lenovo T61p does not resume o i386/146715 acpi [acpi] Suspend works, resume not on a HP Probook 4510s o kern/145306 acpi [acpi]: Can't change brightness on HP ProBook 4510s o i386/144045 acpi [acpi] [panic] kernel trap with acpi enabled o i386/143798 acpi [acpi] shutdown problem with SiS K7S5A o kern/143420 acpi [acpi] ACPI issues with Toshiba o kern/142009 acpi [acpi] [panic] Panic in AcpiNsGetAttachedObject o kern/139088 acpi [acpi] ACPI Exception: AE_AML_INFINITE_LOOP error o amd64/138210 acpi [acpi] acer aspire 5536 ACPI problems (S3, brightness, o bin/137053 acpi [hang] FreeBSD 8.0 BETA2Compaq Mini 700 locks on boot o kern/137042 acpi [acpi] hp laptop's lcd not wakes up after suspend to r o i386/136008 acpi [acpi] Dell Vostro 1310 will not shutdown (Requires us o bin/135349 acpi [patch] teach acpidump(8) to disassemble arbitrary mem o kern/132602 acpi [acpi] ACPI Problem with Intel SS4200: System does not o kern/130683 acpi [ACPI] shutdown hangs after syncing disks - ACPI race? o i386/129953 acpi [acpi] ACPI timeout (CDROM) with Shuttle X27D p kern/128634 acpi [patch] fix acpi_asus(4) in asus a6f laptop o kern/124412 acpi [acpi] power off error on Toshiba M40 laptop o kern/123039 acpi [acpi] ACPI AML_BUFFER_LIMIT errors during boot o kern/121504 acpi [patch] Correctly set hw.acpi.osname on certain machin f kern/119356 acpi [acpi]: i386 ACPI wakeup not work due resource exhaust o kern/119200 acpi [acpi] Lid close switch suspends CPU for 1 second on H o kern/116939 acpi [acpi] PCI-to-PCI misconfigured for bus three and can o i386/114562 acpi [acpi] cardbus is dead after s3 on Thinkpad T43 with a o kern/114165 acpi [acpi] Dell C810 - ACPI problem s kern/112544 acpi [acpi] [patch] Add High Precision Event Timer Driver f o kern/108695 acpi [acpi]: Fatal trap 9: general protection fault when in o kern/108488 acpi [acpi] ACPI-1304: *** Error: Method execution failed o kern/106924 acpi [acpi] ACPI resume returns g_vfs_done() errors and ker o kern/105537 acpi [acpi] problems in acpi on HP Compaq nc6320 o kern/102252 acpi acpi thermal does not work on Abit AW8D (intel 975) o kern/91594 acpi [acpi] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/ o i386/83018 acpi [install] Installer will not boot on Asus P4S8X BIOS 1 o kern/73823 acpi [request] acpi / power-on by timer support o i386/69750 acpi Boot without ACPI failed on ASUS L5 o kern/56024 acpi ACPI suspend drains battery while in S3 o i386/55661 acpi ACPI suspend/resume problem on ARMADA M700 40 problems total.