> From: koyote <[EMAIL PROTECTED]> > Date: Mon, 27 Dec 1999 23:01:19 -0500 > Resent-From: debian-laptop@lists.debian.org > > > I've recompiled my kernel with the apm support, I reboot, but when I launch > > apmd, the error is : No APM support in the kernel, but I'm sure my kernel is > > this apm support. > > What is the problem ? > > Is there a configuration file or another manipulation ? > > I had a problem with this when I first installed linux- I had compiled apm as > a > module and not loaded the module. After running in circles I went to compile > again and realized this, compiled *in* kernel, and never had another problem > :)
Put 'append="apm=on"' in the kernel image section of your lilo.conf to get APM working with the stock Debian kernel (works for me with potato's kernel-image-2.2.13). Brad