You are not logged in.

#26 2011-01-10 21:18:40

Behemot
Member
Registered: 2010-12-10
Posts: 96

Re: cpufreq drivers error on a pentium-m 1.73GHz (dothan)

Behemot wrote:

I actually have ccache so I hope it'll be little faster this time. Anyway, I'd better change the voltage values right now before I'll apply the patch…

And when I am actually dealing with that…why is there only seven steps? Pentium M 745 is capable of doing only 100 MHz steps, thats thirteen actually (or twelve, 700 MHz is not used, don't know why).

OK here come the dificulties. I guess number of steps is defined here:

.index = (((mhz)/100) << 8) | ((mva - 700) / 16)

I changed it to << 12 but still the patch fails around line 190.

Any idea how to set more frequency steps? The processors is capable of that, I used it under XP (RM Clock). I am sure the problem is only with the syntax :-)

Offline

#27 2011-01-15 00:05:06

Behemot
Member
Registered: 2010-12-10
Posts: 96

Re: cpufreq drivers error on a pentium-m 1.73GHz (dothan)

I tried to apply original patch and than add the lines directly into speedstep-centrino.c in kernell source tarball. I compiled the kernel, installed, everythink works fine except this module. I still get:

FATAL: Error inserting speedstep_centrino (/lib/modules/2.6.36-pentium-m/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.ko): No such device

Well I HAVE Dothan 745A so where the hell is the problem?

Offline

#28 2011-01-27 12:18:44

quarkup
Member
From: Portugal
Registered: 2008-09-07
Posts: 497
Website

Re: cpufreq drivers error on a pentium-m 1.73GHz (dothan)

> have you configured the kernel to build speedstep-centrino as a module?
> did you patched the file before configuring it ?


If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.

Offline

Board footer

Powered by FluxBB