Bug 55518

Summary: 5.1-RELEASE on ThinkPad 570 (2644-BAJ) freeze at suspending
Product: Base System Reporter: Toshiboumi Ohta <bugbird>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.1-RELEASE   
Hardware: Any   
OS: Any   

Description Toshiboumi Ohta 2003-08-13 05:10:18 UTC
As, ThinkPad 570's BIOS does not support ACPI functions,
I configured apm(4) and OLDCARD environment on my note,
and disabling ACPI module by "device.hints".

It seems working good, when suspending from charactor 
console environments, but X11.

The complete hang occur with remaining graphical
displaying.  And no way to recover except power
resetting.

Interest thing is that, when switching to charactor
console by virtual console function (a.k.a. Ctl-Alt-F?? ),
the hibernation work with no problems.

I also compared with 4.8-RELEASE, but it work with no
problems.

How-To-Repeat: 
configure "device apm" on kernel configuration file
disable ACPI / enable APM functions by "device.hints"
append 'apm_enable="YES"' entry on "rc.conf"
startup X11 GUI
pushdown Fn-F12 (specify hibernation) or type "zzz"
on command line.
Comment 1 Lukas Ertl 2003-08-13 08:25:28 UTC
Try to put the following into your kernel config:

options SC_NO_SUSPEND_VTYSWITCH

This helped on my T20, which had the same problem.

regards,
le

-- 
Lukas Ertl                             eMail: l.ertl@univie.ac.at
UNIX Systemadministrator               Tel.:  (+43 1) 4277-14073
Vienna University Computer Center      Fax.:  (+43 1) 4277-9140
University of Vienna                   http://mailbox.univie.ac.at/~le/
Comment 2 Lukas Ertl 2003-08-13 09:40:05 UTC
On Wed, 13 Aug 2003, Toshiboumi bugbird Ohta wrote:

> On Wed, 13 Aug 2003 09:25:28 +0200 (CEST)
> Lukas Ertl <l.ertl@univie.ac.at> wrote:
>
> > Try to put the following into your kernel config:
> >
> > options SC_NO_SUSPEND_VTYSWITCH
> >
> > This helped on my T20, which had the same problem.
>
>  It works !   Thank you.
>
>  I was little bit afraid of whether I missed refering
> "NOTES", but no description existing on it.
>
>  The user who like to chasing current are expected reading
> source... may be... :D

So I guess this PR can be closed?

regards,
le

-- 
Lukas Ertl                             eMail: l.ertl@univie.ac.at
UNIX Systemadministrator               Tel.:  (+43 1) 4277-14073
Vienna University Computer Center      Fax.:  (+43 1) 4277-9140
University of Vienna                   http://mailbox.univie.ac.at/~le/
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2003-10-18 01:38:32 UTC
State Changed
From-To: open->closed

Workaround provided.