On 25 Nov 2002 18:54:25 -0800, "James Sparenberg" <[EMAIL PROTECTED]>said:
>Since it's only 1k I attached my apmd.  Put this in /etc/init.d/ then to
>set it up to start at boot
>
>chkconfig --level 35 apmd on
>
>will get you going.

Yes it will except for one teeeny problem I've discovered.

        no /proc/apm

Turns out the kernel has no apm support. It never gets [ast:

# If APM isn't supported by the kernel, try loading the module...
[ -e /proc/apm ] || /sbin/modprobe apm &>/dev/null

# Don't bother if /proc/apm still doesn't exist, kernel doesn't have
# support for APM.
[ -e /proc/apm ] || exit 0

Sigh. Now I have to figure out modprobe. Oh well.

Thanks
--
Matthew O. Persico



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to