I'm assuming you already know how to install a port.
(Tip from Travis McArthur): if the machine is freezing at startup when it probes the ATA Bus, disable the ATA bus that is used for the docking station. An altenative solution is to boot off the docking station.
/etc/rc.suspend:
ifconfig ipw0 down
And this to /etc/rc.resume:
( sleep 2 ; ifconfig ipw0 up ; sleep 3 ;  dhclient ipw0 ) &
/boot/loader.conf.local:
snd_ich_load="YES"
 
/boot/loader.conf.local:
acpi_ibm_load="YES"
To turn off the backlight during suspend, install the Radeontool
and sudo
ports, and add this to /etc/rc.suspend::
/usr/local/bin/sudo /usr/local/bin/radeontool light off
Here are some power-saving tricks:
noatime.atrun line in /etc/crontab to
start with */30 so at(1) wakes up only once in 30 minutes,
instead of 5. Or just comment the whole line out, if you don't want at(1)
to run.
If you have comments, be my guest.
![[Back arrow]](images/back.gif) Back to my home page
    
      Back to my home page