d***@langille.org
2004-04-26 12:47:59 UTC
Hi,
I've recently starting using suspend/resume on my ThinkPad T22. I've
found that running "acpiconf -s S3" works well. After finding that
my mouse did not function after resume, I added
'hints.psm.0.flags="0x2000"' to /boot/device/hints. The mouse now
functions after resume.
I also added this to /etc/sysctl.conf
# do not sleep when the lid is closed
hw.acpi.lid_switch_state=S0
# do not power up again when powered off
hw.acpi.disable_on_poweroff=0
My next goal is to find a way to easily restore wi0 and the default
route after resume. Issuing the following commands after resume
fixes networking:
sh /etc/start_if.wi0 # restores SSID etc
kill -TERM `cat /var/run/dhclient.pid` # kill existing dhclient
dhclient wi0
Any suggestion?
cheers
I've recently starting using suspend/resume on my ThinkPad T22. I've
found that running "acpiconf -s S3" works well. After finding that
my mouse did not function after resume, I added
'hints.psm.0.flags="0x2000"' to /boot/device/hints. The mouse now
functions after resume.
I also added this to /etc/sysctl.conf
# do not sleep when the lid is closed
hw.acpi.lid_switch_state=S0
# do not power up again when powered off
hw.acpi.disable_on_poweroff=0
My next goal is to find a way to easily restore wi0 and the default
route after resume. Issuing the following commands after resume
fixes networking:
sh /etc/start_if.wi0 # restores SSID etc
kill -TERM `cat /var/run/dhclient.pid` # kill existing dhclient
dhclient wi0
Any suggestion?
cheers
--
Dan Langille : http://www.langille.org/
BSDCan - http://www.bsdcan.org/
Dan Langille : http://www.langille.org/
BSDCan - http://www.bsdcan.org/