Upgraded from 4.9 to 5.2.1, apm no longer works?
Darren Pilgrim
dmp at bitfreak.org
Sat Jul 24 12:03:09 PDT 2004
> From: Michael Nottebrock [mailto:michaelnottebrock at gmx.net]
>
> On Saturday 24 July 2004 02:46, Darren Pilgrim wrote:
>
> > and
> > hint.apm.0.disable="0" in
> > /boot/loader.conf
>
> That would need to go into /boot/device.hints. Make sure you have the
> default device hints installed there already (and your kernel
> configured to not compile them into the kernel but read them from
> disk).
Adding "hint.acpi.0.disable="1" and hint.apm.0.disable="0" to
/boot/device.hints got it working. Thanks. Other than having to put them
back if the device is added, is there any problem with removing device.hints
lines for drivers that aren't present?
On a side note, it's not terribly obvious that these "kernel variables" have
to go in device.hints. Loader variables go in loader.conf. But then loader
variables configure the kernel at boot time, so the line between the two is
really fuzzy.
More information about the freebsd-current
mailing list