[arch] kernel 2.6.20.7, acpi changes and alsa bumped to 1.0.14rc3
Attila
attila at invalid.invalid
Wed Apr 18 17:40:06 EDT 2007
On Mittwoch, 18. April 2007 23:02 Johannes Held wrote:
> Question for that. I added ac battery fan and thermal. But I got this at
> boot (same as modprobing)
>
> root: [/home/jo]
> modprobe fan
> FATAL: Module fan not found.
> root: [/home/jo]
> modprobe thermal
> FATAL: Module thermal not found.
Test this at the command line:
# find /lib/modules/`uname -r` -name fan.ko
# find /lib/modules/`uname -r` -name thermal.ko
For the arch kernel the module being in this directory:
/lib/modules/2.6.20-ARCH/kernel/drivers/acpi/
If this both files exists in the directory from above than perhaps you have to
update your module dependencies with depmod. At example for the arch kernel:
# depmod -v 2.6.20-ARCH
If this will not helps you, sorry, this is all what i know.
I hope you don't use another kernel package where thermal and fan be fix in
the kernel.-)
See you, Attila
More information about the arch
mailing list