linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unresolved modules 2.4.10-ac4
@ 2001-10-04  3:37 Stephen Torri
  0 siblings, 0 replies; only message in thread
From: Stephen Torri @ 2001-10-04  3:37 UTC (permalink / raw)
  To: Grover, Andrew; +Cc: Linux Kernel

Received the following unresolved sysmbol messages after compiling acpi as
modules. They were received during make modules_install.

depmod: *** Unresolved symbols in
/lib/modules/2.4.10-ac4/kernel/drivers/acpi/ospm/button/ospm_button.o

depmod: 	acpi_ut_debug_print_raw
depmod: 	acpi_ut_debug_print
depmod: 	acpi_ut_status_exit
depmod: 	acpi_ut_trace

depmod: *** Unresolved symbols in
/lib/modules/2.4.10-ac4/kernel/drivers/acpi/ospm/ec/ospm_ec.o

depmod: 	acpi_ut_debug_print_raw
depmod: 	acpi_ut_debug_print
depmod: 	acpi_ut_status_exit
depmod: 	acpi_ut_exit
depmod: 	acpi_ut_trace

depmod: *** Unresolved symbols in
/lib/modules/2.4.10-ac4/kernel/drivers/acpi/ospm/processor/ospm_processor.o

depmod: 	acpi_ut_debug_print_raw
depmod: 	acpi_ut_debug_print
depmod: 	acpi_ut_status_exit
depmod: 	acpi_ut_trace

depmod: *** Unresolved symbols in
/lib/modules/2.4.10-ac4/kernel/drivers/acpi/ospm/system/ospm_system.o

depmod: 	acpi_ut_debug_print_raw
depmod: 	acpi_ut_debug_print
depmod: 	dmi_broken
depmod: 	init_8259A
depmod: 	acpi_ut_status_exit
depmod: 	acpi_ut_trace

depmod: *** Unresolved symbols in
/lib/modules/2.4.10-ac4/kernel/drivers/acpi/ospm/thermal/ospm_thermal.o

depmod: 	acpi_ut_debug_print_raw
depmod: 	acpi_ut_debug_print
depmod: 	acpi_ut_status_exit
depmod: 	acpi_ut_exit
depmod: 	acpi_ut_trace

Kernel setup: 2.4.10 patched with 2.4.10-ac4

#define CONFIG_ACPI 1
#define CONFIG_ACPI_DEBUG 1
#undef  CONFIG_ACPI_BUSMGR
#define CONFIG_ACPI_BUSMGR_MODULE 1
#undef  CONFIG_ACPI_SYS
#define CONFIG_ACPI_SYS_MODULE 1
#undef  CONFIG_ACPI_CPU
#define CONFIG_ACPI_CPU_MODULE 1
#undef  CONFIG_ACPI_BUTTON
#define CONFIG_ACPI_BUTTON_MODULE 1
#undef  CONFIG_ACPI_AC
#undef  CONFIG_ACPI_EC
#define CONFIG_ACPI_EC_MODULE 1
#undef  CONFIG_ACPI_CMBATT
#undef  CONFIG_ACPI_THERMAL
#define CONFIG_ACPI_THERMAL_MODULE 1

At this point I went and redid the configuration but said "Y" to all ACPI
options that I had previously said "M". Now the compile went perfectly and
here is the kernel config:

#define CONFIG_ACPI 1
#define CONFIG_ACPI_DEBUG 1
#define CONFIG_ACPI_BUSMGR 1
#define CONFIG_ACPI_SYS 1
#define CONFIG_ACPI_CPU 1
#define CONFIG_ACPI_BUTTON 1
#undef  CONFIG_ACPI_AC
#define CONFIG_ACPI_EC 1
#undef  CONFIG_ACPI_CMBATT
#define CONFIG_ACPI_THERMAL 1

Hope this helps

Stephen


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-04  3:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-04  3:37 Unresolved modules 2.4.10-ac4 Stephen Torri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).