https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=146436

--- Comment #5 from smi...@nimnet.asn.au ---
(In reply to cyril.elkaim from comment #4)

The first thing I'd do is make sure that your compaq mini 1000 isn't just
 running out of battery.  The gap between going to 'economy' and reboot
above is about 22 minutes, but unless the battery is more recent than say
three years or so, that could be the case?  If you resume more or less
immediately after suspend, does it normally resume correctly?

I'd try running something like this in a script, in background, before
switching to battery: % sh /somewhere/myscript &

#!/bin/sh
while true; do
 date; acpiconf -i0 | egrep 'State|Remain|Present' >> /somewhere/logfile
 sleep 60   # perhaps
done

If that shows any problem, post full 'acpiconf -i0' output here.

If that's ok, then as per https://wiki.freebsd.org/DebuggingSuspendResume
you could try unloading anything not immediately needed before suspending,
  I'd first try unloading (or not loading in the first place):

a) everything to do with bluetooth, and therefore all netgraph modules.
b) if you can do without for a while, everything to do with wireless.
c) anything else you can do without during testing, including Xorg.

If none of that makes any  difference, we can dig deeper into sysctls etc.

I'm no expert at any of this .. hopefully others will offer suggestions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-acpi@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"

Reply via email to