From owner-freebsd-current@FreeBSD.ORG Wed Sep 8 10:21:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 395BD16A4CE for ; Wed, 8 Sep 2004 10:21:50 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B022943D39 for ; Wed, 8 Sep 2004 10:21:48 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [172.18.2.1] (axiell-gw1.novi.dk [130.225.63.24]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i88ALf0c023822; Wed, 8 Sep 2004 12:21:44 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <413EDD09.4010808@DeepCore.dk> Date: Wed, 08 Sep 2004 12:20:57 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <4123FC71.8060308@root.org> <41245804.7060008@DeepCore.dk> <412A20A3.8060600@root.org> <412A5C40.4050100@DeepCore.dk> <412A641A.1030809@root.org> <412AEF2E.7080600@DeepCore.dk> <412E8D3C.4060001@root.org> <4130E1E0.6010000@DeepCore.dk> <413266CD.1020107@root.org> In-Reply-To: <413266CD.1020107@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: current@freebsd.org Subject: Re: suspend/resume panic in ACPI.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.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: Wed, 08 Sep 2004 10:21:50 -0000 Nate Lawson wrote: > S=F8ren Schmidt wrote: >=20 >> Nate Lawson wrote: >> >>>>>> There is no change, the systems all lock up hard on resume, on the= =20 >>>>>> two laptops (ASUS & Acer) the backlight doesn't even come on=20 >>>>>> anymore.... >>>>>> >>>>>> Again reverting /sys/dev/acpica and /sys/i386/acpica back to aug=20 >>>>>> 1st make things work (well almost, but that might not be ACPI's=20 >>>>>> fault)... >>>>> >>>>> Please go through acpi_{button,cmbat,lid}.c and comment out the=20 >>>>> foo_resume() code in each. Let me know which one is the culprit if= =20 >>>>> this works. >> >> OK, I played a bit with it. I commented out the resume code in=20 >> acpi_cmbat.c (acpi_button.c and acpi_lid.c already has empty resume=20 >> functions). >> >> Now, if in single user the system comes back on resume, but it will=20 >> double panic in a few seconds, if in multiuser it wont come back at=20 >> all, backlight off and sytem locked hard. >=20 > More info about the panic (i.e. message, backtrace, etc.) would help he= re. >=20 >> In short no progress, only fix is still to backstep acpi til aug 1st, = >> then things work pretty well... >=20 > Try reverting just acpi.c to Aug. 1. Narrowing down which change is=20 > causing you a problem would help. I just tried an up to date -current and its now gotten worse, even=20 commenting out the resume code in acpi_cmbat.c doesn help, I now not=20 even getting the backlight switched on and the machines are locked hard. No debug info to be gotten, even the serial console on the ASUS is dead. Again reverting sys/dev/acpica and /sys/i386/acpica back to aug 1 or=20 there abouts makes things (almost) work as intended. -S=F8ren