maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7] (https://talk.maemo.org/showthread.php?t=83357)

Karza 2013-09-27 17:33

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Quote:

Originally Posted by mrk88 (Post 1376859)
I know each n9 is different, but Im curious, what kind of settings are you guys running ?

My N9 has been running 1200Mhz 1.275V for couple of months now. It probably could go higher, but I don't want to push it too hard.

The Best Isaac 2013-10-25 00:57

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
The downloads seem to be offline. Does anyone have the deb packages?

Eminem 2013-10-25 09:48

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
https://www.dropbox.com/s/qs8quwwhbo...armel.deb?dl=0
https://www.dropbox.com/s/rokeoxmubo...armel.deb?dl=0

The Best Isaac 2013-10-25 17:02

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Thank you!

Creamy Goodness 2013-10-27 03:43

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
I have no idea why it's offline, I have to talk to the hosting company...

edit: fixed

stupid hosting company created some firewall rules that totally blocked my server.

vbl 2013-10-28 07:00

mind pushing 1320GHz @ 1375000. Stable =)

Topini 2013-11-01 23:10

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Can I still use Fastern9 when overclocked? 1200MHz 1.275V seems stable :)

TMavica 2013-11-16 01:50

Kernel plus is included opptimizer modules, how could the UI can load that?
It show unknown

Creamy Goodness 2013-11-16 02:36

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
I honestly don't know what you're talking about... look at the source:
Code:

QString OpptimizerUtils::getModuleVersion(){
if(lastOPPtimizerStatus == "ERROR")
return "ERR";
QRegExp rx("\\Wv(\\d+(\\.\\d+)+)");
int pos = rx.indexIn(lastOPPtimizerStatus);
if (pos > -1) {
setKoVersionString(rx.cap(1));
return strKoVersion;
}
else
return "Unknown";
}

If you guys ****ed with the module and bundled it with something else, make sure the version it outputs is compatible with that regex, or fix it yourself... Sorry but I don't have any of the development tools installed anymore.

TMavica 2013-11-16 02:56

Sorry, I mean, Kernel plus - There already have opptimizer.ko in 2.6.32.61-plus in /lib/modules, opptimizer-ui cant load that modules, how can I load that?

Creamy Goodness 2013-11-16 03:03

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Do they work from the command line if you load them manually? Are you just complaining that they need to be loaded manually when you restart the phone? I don't understand the problem yet.

TMavica 2013-11-16 03:08

http://talk.maemo.org/showthread.php?t=86543

here.

Creamy Goodness 2013-11-16 03:13

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Yeah but does /proc/opptimizer exist right now on your phone? What does that output if it exists?

TMavica 2013-11-16 03:20

It not exist

Creamy Goodness 2013-11-16 03:30

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Well, you probably just need to type something like "/sbin/modprobe opptimizer" then.

TMavica 2013-11-16 03:43

Try later thanks

TMavica 2013-11-16 03:44

By the way, is it necessary to intall yours module?

Hurrian 2013-11-16 08:50

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Quote:

Originally Posted by TMavica (Post 1386810)
By the way, is it necessary to intall yours module?

No - kernel-plus includes an opptimizer module compiled against the 2.6.32.61 ABI.

Creamy Goodness 2013-11-16 09:48

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
yes just do the modprobe thing every time you boot, the ui will probably work...
assuming the module works. did anyone test it on this kernel? "it compiled" isn't really a test.

TMavica 2013-11-17 12:26

Quote:

Originally Posted by Hurrian (Post 1386822)
No - kernel-plus includes an opptimizer module compiled against the 2.6.32.61 ABI.

kernel plus opptimizer ko version 1.53?

Hurrian 2013-11-17 12:35

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Quote:

Originally Posted by Creamy Goodness (Post 1386830)
did anyone test it on this kernel? "it compiled" isn't really a test.

OC/UC, OV/UV works.

K+ users beware that I don't personally use this on a daily basis for a number of reasons though! ;)

gipawu 2013-12-14 21:24

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Quote:

Originally Posted by Hurrian (Post 1387044)
OC/UC, OV/UV works.

K+ users beware that I don't personally use this on a daily basis for a number of reasons though! ;)

So can you just confirm me that kernel-plus supports undervolting at stock clock? Thank you :)

Hurrian 2013-12-14 23:38

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
IIRC the minimum voltage is at the bottom of the slider range in the Opptimizer UI, however you can write any voltage and frequency target you want into /proc/opptimizer.

Dragons beware!

TMavica 2013-12-15 00:42

Kernel plus opptimizer version is 1.5.3, cant 1.5.4? Because it always show update in opptimizer ui when startup

Hurrian 2013-12-15 01:01

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
1.5.3 is the latest module version source on Bitbucket.

gipawu 2013-12-16 11:22

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
I managed to undervolt my N9 to 1.075 V (at 1ghz stock clock). I had to disable SmartReflex CPU in order to go below stock voltage.
I can also reach 1150 mhz with 1.1875 V (my stock voltage).
Pretty good I think :) .

Hurrian 2013-12-16 12:26

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Quote:

Originally Posted by gipawu (Post 1397057)
I had to disable SmartReflex CPU in order to go below stock voltage.

You've probably used up more battery power by shutting down SmartReflex than what you save by moving the OPP Voltage Target.

SmartReflex is calibrated at production, and on the OMAP3630 HS as used on the N9/50, SR Class 3 automatically targets the lowest voltage possible when enabled. It also shuts down unused portions of the SoC to save power.

Undervolting is pretty much moot - it had some impact back on the N900, but on the N9/50 it's pointless.

I do not know if the SmartReflex values on the N9/50 are calibrated for frequencies beyond 1000MHz, but if they were, it should keep working (at least until the highest factory clock speed OMAP3630 goes to - 1200MHz)

gipawu 2013-12-16 12:49

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Quote:

Originally Posted by Hurrian (Post 1397088)
You've probably used up more battery power by shutting down SmartReflex than what you save by moving the OPP Voltage Target.

SmartReflex is calibrated at production, and on the OMAP3630 HS as used on the N9/50, SR Class 3 automatically targets the lowest voltage possible when enabled. It also shuts down unused portions of the SoC to save power.

Undervolting is pretty much moot - it had some impact back on the N900, but on the N9/50 it's pointless.

I do not know if the SmartReflex values on the N9/50 are calibrated for frequencies beyond 1000MHz, but if they were, it should keep working (at least until the highest factory clock speed OMAP3630 goes to - 1200MHz)

Thank you for your reply, I'll do some tests to see if undervolting is worth or not.

gipawu 2013-12-19 14:40

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
I've done some tests, with undervolting the current consumption in load is slightly reduced, but in idle is increased, so you are right, SmartReflex disables some parts of the soc when they are not used. However I think undervolting is worthing during heavy cpu load (e.g. games).

imaginaryenemy 2014-01-20 23:16

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
I have been following this thread since the beginning, but have yet to overclock my N9 because FasterN9 has taken care of most of my lag problems. There are two instances, however, where I do have some lag and I was wondering if anyone had any experience with overclocking helping in those areas.
1.) When my events screen updates, the first time I scroll through the new posts it stutters (once I have scrolled through once it no longer stutters).
2.) My keyboard is sometimes slow to pop up in the messaging app.
3.) System slow down with incoming messages or calls.

Has anyone had these issues before overclocking, and no longer has them after overclocking?

Creamy Goodness 2014-01-24 02:37

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Most people will overclock 10-20%, and you won't really notice the difference with that small of an increase. It's mostly a free performance boost (some battery loss), so still worth it in my opinion. If something can be overclocked, I will always overclock it just because ;)

imaginaryenemy 2014-01-24 03:51

Thanks. I've been messing around with it the last several days. I think I have settled on 1150000000 at 1225000 volts. It maybe (?) helps with the keyboard issue...
With these settings, i do feel like everything is a little snappier, which is nice.

Creamy Goodness 2014-01-24 04:26

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
That's good to hear. It almost has to help a little bit, so in theory it doesn't matter if you can notice it or not. Some of the lag is caused by the device needing to move data around on the flash memory, so it might not help much in those situations.
For the guys talking about smartreflex, it looks like I programmed the module to do a smartreflex recalibration every time you change the settings. I manually override the existing smartreflex optimized voltage in kernel memory at first to trick it into changing to the voltage you specified, and then ask it to recalibrate itself a moment later. It sort of works, but there are a bunch of smartreflex settings that I could never figure out properly. Sadly this stuff isn't documented very well, and since this is all a hack there isn't really a 100% correct way to do this stuff. The kernel source actually changed a lot right before and right after the version we got on our phones, so I can't just copy the logic from somewhere else.

shpetimi 2014-02-10 01:07

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Hi I'm new here
can anyone write me a step by step tutorial to overclock my nokia
im using n9 64gb pr 1.3 stock
Thanks :)

imaginaryenemy 2014-02-10 01:57

Quote:

Originally Posted by shpetimi (Post 1411884)
Hi I'm new here
can anyone write me a step by step tutorial to overclock my nokia
im using n9 64gb pr 1.3 stock
Thanks

The first post of this thread provides you with everything you need to know.

shpetimi 2014-02-10 22:10

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
i dont know how to install opptimizer 1.5.4 and 1.2.7
any instruction because when i install with file manager and open optimizer
says that can not start the core

pishta74 2015-01-06 20:49

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Got kernel plus for some time now, thought I'd put a use of it and try to overclock, and then I discover that the optimizer-ui link doesn't work.
Any suggestions?
I have tried several more links but no luck so far

Creamy Goodness 2015-01-06 22:34

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Yeah, the server it's hosted on is down for the last few days because it runs Windows, I guess. I'll send the host a ticket to reboot it so it runs another month or so.

pishta74 2015-01-06 23:10

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
Quote:

Originally Posted by Creamy Goodness (Post 1455662)
Yeah, the server it's hosted on is down for the last few days because it runs Windows, I guess. I'll send the host a ticket to reboot it so it runs another month or so.


Thanks. BTW is there any other way (from console) to utilise the Opptimizer that is compiled in the Kernel Plus distro from here http://talk.maemo.org/showthread.php?t=86543
?

Creamy Goodness 2015-01-06 23:22

Re: overclocking kernel modules + UI for PR1.3 [ko v1.5.4] [ui v1.2.7]
 
yeah definitely, I don't remember the commands but it's probably somewhere or just read the source.
server is back up.


All times are GMT. The time now is 05:53.

vBulletin® Version 3.8.8