Re: [ACPI-sppt] Can't Load Modules -- second attempt REALLY NEED HELP
Sérgio Monteiro Basto <[email protected]>
| Newsgroups | gmane.linux.acpi.support |
|---|---|
| Message-ID | <[email protected]> |
have you insmod bus.o? On Wed, 2003-07-23 at 18:12, Vladimir Vanyukov wrote: > I have considered that option unfortunately I cannot do that, there are > certain requirements on the kernel configuration that prohibit me from > compiling in there option (one of the is size constraints). Is there > anything anyone can think of that might be causing this? > > Sérgio Monteiro Basto wrote: > > >Don't compile the acpi has modules > >say Y > > > > > >On Wed, 2003-07-23 at 06:36, Vladimir Vanyukov wrote: > > > > > >>Hey if anyone can offer me ANY help that would be AWESOME, I really > >>don't know what to do and really need to get this working. > >> > >> I recompiled my kernel with ACPI support, relaxed AML checking, and > >>debug statements compiled in the everything else as a module. I > >>recompiled the kernel and booted it, i get the following ACPI related > >>messages at boot up > >> > >>bash# dmesg | grep ACPI > >>BIOS-e820: 000000001fef0000 - 000000001feff000 (ACPI data) > >>BIOS-e820: 000000001feff000 - 000000001ff00000 (ACPI NVS) > >>ACPI: have wakeup address 0xc0001000 > >>ACPI: RSDP (v000 PTLTD ) @ 0x000f7ed0 > >>ACPI: RSDT (v001 PTLTD RSDT 01540.00000) @ 0x1fefb023 > >>ACPI: FADT (v001 ALI M1533 01540.00000) @ 0x1fefee4c > >>ACPI: BOOT (v001 PTLTD $SBFTBL$ 01540.00000) @ 0x1fefeec0 > >>ACPI: SSDT (v001 PTLTD POWERNOW 01540.00000) @ 0x1fefeee8 > >>ACPI: DSDT (v001 COMPAL 736 01540.00000) @ 0x00000000 > >>ACPI: BIOS passes blacklist > >>ACPI: MADT not present > >>ACPI: Subsystem revision 20030509 > >>tbxface-0117 [03] acpi_load_tables : ACPI Tables successfully acquired > >>ACPI Namespace successfully loaded at root c013c69c > >>evxfevnt-0093 [04] acpi_enable : Transition to ACPI mode > >>successful > >>ACPI: Interpreter enabled > >>ACPI: Using PIC for interrupt routing > >>ACPI: System [ACPI] (supports S0 S1 S3 S4 S5) > >>ACPI: PCI Root Bridge [PCI0] (00:00) > >>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] > >>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT] > >>ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 10 *11) > >>ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 10 *11) > >>ACPI: PCI Interrupt Link [LNKC] (IRQs *5 7) > >>ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 11, disabled) > >>ACPI: PCI Interrupt Link [LNKU] (IRQs *9) > >>ACPI: Embedded Controller [EC0] (gpe 25) > >>ACPI: Power Resource [PFAN] (off) > >>ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 > >>PCI: Using ACPI for IRQ routing > >> > >>however when i try to lead the modules that I compiled i get a bunch of > >>errors for example here is the output of what happens when i try to load > >>the battery modules > >> > >>bash# modprobe battery > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_bus_generate_event > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_ut_debug_print > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_ut_value_exit > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_os_free > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_bus_get_device > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_root_dir > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_install_notify_handler > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_ut_exit > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_extract_package > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_evaluate_object > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_bus_register_driver > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_ut_trace > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_bus_unregister_driver > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_get_handle > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_remove_notify_handler > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>unresolved symbol acpi_bus_get_status > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>insmod > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o failed > >>/lib/modules/2.4.20-wolk4.3s_withACPI/kernel/drivers/acpi/battery.o: > >>insmod battery failed > >> > >> > >>Any help would be appriciated thanx. > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.net email is sponsored by: VM Ware > >>With VMware you can run multiple operating systems on a single machine. > >>WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > >>same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > >>_______________________________________________ > >>ACPI-support mailing list > >>[email protected] > >>https://lists.sourceforge.net/lists/listinfo/acpi-support > >> > >> > > -- Sérgio Basto ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01