You are not logged in.
Pages: 1
trying to run moprobe acpi
i get
FATAL: Error inserting acpi (/lib/modules/2.6.8.1/kernel/arch/i386/kernel/cpu/cpufreq/acpi.ko): No such device
does this mean i havent got acpi in my kernel or is this simple because i got acpi=off in grub file
if this means i havent got acpi in kernel is there someway to egt it with out recompilling the kernel
Offline
Hi Blaster:
You can find all the relevant kernel configuration information in:
/boot/kconfig26
So, grep'ing for 'ACPI', you get the following entries, some commented out, most compiled into the kernel, some compiled as modules:
kconfig26:# Power management options (ACPI, APM)
kconfig26:# ACPI (Advanced Configuration and Power Interface) Support
kconfig26:CONFIG_ACPI=y
kconfig26:CONFIG_ACPI_BOOT=y
kconfig26:CONFIG_ACPI_INTERPRETER=y
kconfig26:CONFIG_ACPI_SLEEP=y
kconfig26:CONFIG_ACPI_SLEEP_PROC_FS=y
kconfig26:CONFIG_ACPI_AC=y
kconfig26:CONFIG_ACPI_BATTERY=y
kconfig26:CONFIG_ACPI_BUTTON=y
kconfig26:CONFIG_ACPI_VIDEO=y
kconfig26:CONFIG_ACPI_FAN=y
kconfig26:CONFIG_ACPI_PROCESSOR=y
kconfig26:CONFIG_ACPI_THERMAL=y
kconfig26:CONFIG_ACPI_ASUS=m
kconfig26:CONFIG_ACPI_IBM=m
kconfig26:CONFIG_ACPI_TOSHIBA=m
kconfig26:CONFIG_ACPI_BLACKLIST_YEAR=0
kconfig26:# CONFIG_ACPI_DEBUG is not set
kconfig26:CONFIG_ACPI_BUS=y
kconfig26:CONFIG_ACPI_EC=y
kconfig26:CONFIG_ACPI_POWER=y
kconfig26:CONFIG_ACPI_PCI=y
kconfig26:CONFIG_ACPI_SYSTEM=y
kconfig26:# CONFIG_ACPI_CONTAINER is not set
kconfig26:CONFIG_X86_ACPI_CPUFREQ=m
kconfig26:CONFIG_X86_POWERNOW_K7_ACPI=y
kconfig26:CONFIG_X86_POWERNOW_K8_ACPI=y
kconfig26:CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
kconfig26:# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
kconfig26:CONFIG_HOTPLUG_PCI_ACPI=m
kconfig26:# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
kconfig26:CONFIG_PNPACPI=y
kconfig26:# CONFIG_SERIAL_8250_ACPI is not set
Offline
Pages: 1