Hi,

> > >   try adding a line
> > > 
> > >     hint.acpi.0.disable="1"
> > > 
> > >   to /boot/device.hints, or disable it at boot time
> > > 
> > >     unset acpi_load
> > >     
> > >   then boot as usual.
> > 
> > Thank you, that fixed everything.
> 
> Also, this works too:
> echo "NO_MODULES=yes" >> /etc/make.conf; rm /boot/kernel/acpi.ko
> 
> :-)

Also, it's good idea.
echo "device acpi" >> /sys/i386/conf/GENERIC; cd /usr/src; make kernel
# then try debugging hard together :-)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to