Re: ACPI module loading.

2001-09-15 Thread yoichi

How about this?

unload
set module_path=/boot/kernel.old
boot /boot/kernel.old/kernel

--
yoichi nakayama

 David Malone wrote:
 If you boot from an old kernel then the loader seems to load the acpi
 module from the wrong place. I tried booting with both:

   unload
   boot /boot/kernel.old/kernel
 and:
   unload
   load /boot/kernel.old/kernel
   boot

 and both loaded the acpi moduse from /boot/kernel/acpi.ko. I thought
 that the loader was supposed to be clever enough to find these
 things. I suppose it could be the acpi loader, the loader or me
 which is broked.

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



Re: ACPI module loading.

2001-09-15 Thread Warner Losh

In message [EMAIL PROTECTED] David Malone writes:
: If you boot from an old kernel then the loader seems to load the acpi
: module from the wrong place. I tried booting with both:
: 
:   unload
unset acpi_load
load /boot/kernel.old/acpi
:   boot /boot/kernel.old/kernel

should do the trick.

Warner

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



Re: ACPI module loading.

2001-09-14 Thread Maxim Sobolev

On Fri, 14 Sep 2001 20:10:13 +0100, David Malone wrote:
 If you boot from an old kernel then the loader seems to load the acpi
 module from the wrong place. I tried booting with both:
 
   unload
   boot /boot/kernel.old/kernel
 and:
   unload
   load /boot/kernel.old/kernel
   boot
 
 and both loaded the acpi moduse from /boot/kernel/acpi.ko. I thought
 that the loader was supposed to be clever enough to find these
 things. I suppose it could be the acpi loader, the loader or me
 which is broked.

The following is a correct way of doing this:

unload
boot kernel.old

This will load both kernel and modules from the correct place, i.e.
/boot/kernel.old.

-Maxim

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



Re: ACPI module loading.

2001-09-14 Thread Mike Smith

 and both loaded the acpi moduse from /boot/kernel/acpi.ko. I thought
 that the loader was supposed to be clever enough to find these
 things. I suppose it could be the acpi loader, the loader or me
 which is broked.

The way the loader finds the ACPI module is unsophisticated and needs to
be modified; boot-conf with a non-default path doesn't seem to update the 
module path, so the loader gets the wrong module. 8(


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