Re: FreeBSD 7.0 Weird acpi.ko in the dmesg

2007-12-10 Thread Dimitry Andric

Abdullah Ibn Hamad Al-Marri wrote:

link_elf: symbol msleep undefined
^^^
KLD file acpi.ko - could not finalize loading
^


Perhaps kldxref failed when you installed this kernel?  Or possibly you
have an outdated acpi.ko module around.  What's the output of:

find /boot -type f -name 'acpi*.ko'
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 7.0 Weird acpi.ko in the dmesg

2007-12-10 Thread Abdullah Ibn Hamad Al-Marri
- Original Message 
 From: Dimitry Andric [EMAIL PROTECTED]
 To: Abdullah Ibn Hamad Al-Marri [EMAIL PROTECTED]
 Cc: FreeBSD STABLE freebsd-stable@freebsd.org
 Sent: Monday, December 10, 2007 5:49:39 PM
 Subject: Re: FreeBSD 7.0 Weird acpi.ko in the dmesg
 
 Abdullah Ibn Hamad Al-Marri wrote:
  link_elf: symbol msleep undefined
  ^^^
  KLD file acpi.ko - could not finalize loading
  ^
 
 Perhaps kldxref failed when you installed this kernel?  Or possibly you
 have an outdated acpi.ko module around.  What's the output of:
 
 find /boot -type f -name 'acpi*.ko'



find /boot -type f -name 'acpi*.ko'
/boot/modules/acpi.ko
/boot/modules/acpi_asus.ko
/boot/modules/acpi_panasonic.ko
/boot/modules/acpi_toshiba.ko
/boot/modules/acpi_video.ko
/boot/modules/acpi_fujitsu.ko
/boot/modules/acpi_ibm.ko
/boot/modules/acpi_sony.ko
/boot/modules/acpi_dock.ko


For you info, this box was using FreeBSD 6.-2STABLE.

 
Regards, 
-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 7.0 Weird acpi.ko in the dmesg

2007-12-10 Thread Dimitry Andric

Abdullah Ibn Hamad Al-Marri wrote:

find /boot -type f -name 'acpi*.ko'
/boot/modules/acpi.ko
/boot/modules/acpi_asus.ko
/boot/modules/acpi_panasonic.ko
/boot/modules/acpi_toshiba.ko
/boot/modules/acpi_video.ko
/boot/modules/acpi_fujitsu.ko
/boot/modules/acpi_ibm.ko
/boot/modules/acpi_sony.ko
/boot/modules/acpi_dock.ko


Ah yes, these don't belong here, they should be in /boot/kernel, AFAIK.
But I don't understand why there aren't any acpi modules in
/boot/kernel?  These should have been put there when you installed or
built 7.0-BETA4.

Anyway, you can try to temporarily unset module_path when loading your
kernel, e.g. type:

unset module_path

at the loader prompt, and then boot with boot or boot -s.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 7.0 Weird acpi.ko in the dmesg

2007-12-10 Thread Eugene Grosbein
On Mon, Dec 10, 2007 at 05:00:18PM +0100, Dimitry Andric wrote:

 Abdullah Ibn Hamad Al-Marri wrote:
 find /boot -type f -name 'acpi*.ko'
 /boot/modules/acpi.ko
 /boot/modules/acpi_asus.ko
 /boot/modules/acpi_panasonic.ko
 /boot/modules/acpi_toshiba.ko
 /boot/modules/acpi_video.ko
 /boot/modules/acpi_fujitsu.ko
 /boot/modules/acpi_ibm.ko
 /boot/modules/acpi_sony.ko
 /boot/modules/acpi_dock.ko
 
 Ah yes, these don't belong here, they should be in /boot/kernel, AFAIK.
 But I don't understand why there aren't any acpi modules in
 /boot/kernel?  These should have been put there when you installed or
 built 7.0-BETA4.
 
 Anyway, you can try to temporarily unset module_path when loading your
 kernel, e.g. type:
 
 unset module_path
 
 at the loader prompt, and then boot with boot or boot -s.

MODULES_WITH_WORLD build option changes installation dir for modules
to /boot/modules. One just have to move old modules from /boot/kernel
to /boot/modules manually if he set MODULES_WITH_WORLD to make sure
there won't be stale copies (and move them back if unset MODULES_WITH_WORLD).
If this (undocumented) rule is applied, there won't be problems with
modules.

Eugene Grosbein
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]