Subject: Re: 1.2 on laptops
To: None <perry@piermont.com>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: port-i386
Date: 10/18/1996 10:13:23
> Lots of the stuff is still a bit iffy. I can't get the power to turn
> off to my ethernet card during sleeps on my machine, for example,
> which causes a slow but unpleasant battery drain.

When I'm using ethernet from my laptop, I'm usually within reach of a
power outlet; the only time I unplug is when I'm leaving and taking
the computer with me..

With the version of John Kohl's apm+pcmcia stuff I'm currently using,
I have a manual "disconnect" script which I run before disconnecting
from the network.

Besides killing off ntp, named, and a few other daemons, it does a:

	ifconfig ep0 down
	ifconfig ep0 delete
	route flush
	<random hair to flush arp table>
	pcmcia_cntrl 0 unconf
	pcmcia_cntrl 0 off

I then put the machine to sleep with `zzz'.

I've got a second "reconnect" script which reverses this..

					- Bill