rc.suspend/rc.resume was: resume (hate to even ask)

David Gurvich david.gurvich at verizon.net
Fri Aug 1 14:08:53 UTC 2008


Can you verify that acpi is loaded and working, 'sysctl -a |grep
acpi' ?  Suspend/Resume will not work properly with apm and requires
acpi.  You might also try disabling the loading of any extra modules,
particularly sound, on boot in /boot/loader.conf and see if any of that
helps.  

I needed to load acpi_ibm, add a tweak for the mouse
in /boot/loader.conf and stop a wireless interface in rc.suspend before
resume started working properly on my thinkpad T23.  Only loading
acpi_ibm seemed intuitive to me, I still don't know what
'hint.psm.0.flags="0x3000"' does, and I suspect issues with the ipw
driver in FreeBSD but can't find any information on that.

Hope something there helps,
David


More information about the freebsd-questions mailing list