[gobolinux-users] Kpowersave issues
Daniele Maccari
gobo.users at gmail.com
Mon Nov 26 22:03:42 NZDT 2007
You were probably right. I've done a little mess with kernels, but I
then recompiled with Compile and now I've just one 2.6.23.8-r3 copy with
its modules along. I've to check if the error still presents itself.
As for klaptop, it continues to want some acpi modules to work. I don't
want kpowersave installed some daemon or similar which prevent klaptop
from using kernel features. Does anyone know what kacpid is and does?
Does klaptop use it? Could I replace it with the simple acpid?
That's a weird situation indeed, thanks in advance to everybody.
Hisham Muhammad wrote:
> On 11/25/07, Daniele Maccari <gobo.users at gmail.com> wrote:
>
>> Lucas C. Villa Real wrote:
>>
>>> I had a similar problem here, but it was fixed after I launched a few
>>> acpi drivers. You can try to do this:
>>>
>>> $ cd /System/Kernel/Modules/`uname -r`/kernel/drivers/acpi
>>> $ for i in *; do modprobe `echo $i | cut -d. -f1`; done
>>> $ modprobe acpi-cpufreq
>>>
>>> It's possible that some other acpi drivers are installed under
>>> kernel/drivers/misc; mine was there (thinkpad_acpi.ko). If you find
>>> anything interesting there, modprobe it as well, and then close
>>> klaptop, open it again and check if it still complains about the
>>> missing drivers.
>>>
>> Tried your solution but still klaptop doesn't work. I don't have any
>> strange acpi driver such as thinkpad or toshiba special ones, having
>> compiled the kernel manually. Also udev loads the correct acpi modules
>> on boot with the new 2.6.23 kernel, or this is what it should do.
>>
>> Available acpi modules are: button.ko container.ko dock.ko fan.ko
>> processor.ko thermal.ko
>> Loaded on boot are: button, processor, thermal.
>>
>> Loaded cpufreq module: p4-clockmod (also tried with acpi-cpufreq, no
>> changes). Concerning cpufreq I always get this error with both modules:
>>
>> WARNING: Error inserting freq_table
>> (/System/Kernel/Modules/2.6.23.8-Gobo/kernel/drivers/cpufreq/freq_table.ko):
>> Invalid module format
>>
>
> I'm not sure, but... isn't this message used when one is trying to
> load modules from a different kernel version than they're running?
> Verify that /lib/modules/`uname -r` is a symlink pointing to
> /System/Kernel/Modules/`uname -r`. You mentioned you compiled the
> kernel manually, so the modules might be misplaced, or maybe an
> upgrade of the Linux package overwrote your modules... just some
> random guesses.
>
> -- Hisham
> _______________________________________________
> gobolinux-users mailing list
> gobolinux-users at lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
>
More information about the gobolinux-users
mailing list