Poll: Do you think its possible to overclock the N900?!
Poll Options
Do you think its possible to overclock the N900?!

Reply
Thread Tools
Posts: 527 | Thanked: 121 times | Joined on Feb 2010
#2591
It needs to have an sh extension right?
 
Posts: 171 | Thanked: 114 times | Joined on Feb 2010
#2592
Here is a 24H snapshot of ideal kernel under moderate use. SSH was on 50% of the time and I was almost always remotely logged onto the console and working on scripts in nano. Performance definitely seems to be better than stock when connected via wifi but potentially marginally worse when connected via 3G
Attached Images
 
 

The Following User Says Thank You to arbitrabbit For This Useful Post:
Posts: 52 | Thanked: 42 times | Joined on Jan 2010 @ Bulgaria
#2593
Originally Posted by titan View Post
I have maemo22 from extras-devel installed
and turned it into the "ideal" kernel by creating /etc/event.d/kernel-maemo
Code:
start on started dsme
stop on starting shutdown
service
console none
script
  echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load
  #echo 75 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
  #echo 150000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
  # default
  #echo "30 30 38 48 54 48 60 60 60 60 60 60 60 72 72" > /sys/power/vdd1_opps_vsel
  #echo "90000000 90000000 180000000 360000000 400000000 430000000 430000000 430000000 430000000 500000000 500000000 500000000 500000000 520000000 520000000" > /sys/power/dsp_opps_rate
  # ideal
  echo "30 30 30 30 33 38 45 45 48 48 54 54 60 72 72" > /sys/power/vdd1_opps_vsel
  echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
  echo 850000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
end script
with "start kernel-maemo" you can activate it without rebooting
Can this be added to the kernel-maemo package?
__________________
N900 Bulgarian localization
 
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#2594
Originally Posted by titan View Post
I have maemo22 from extras-devel installed
and turned it into the "ideal" kernel by creating /etc/event.d/kernel-maemo
with "start kernel-maemo" you can activate it without rebooting
My suggestion is to add sleep 120 at the start of this script. If it troubles upstart, then call another script with & and have that script sleep for a few minutes before setting the frequency.
That way, if you set a wrong parameter (there might even be changes - a voltage level that works in winter will not work on a hot summer day), you don't get a reboot loop, but have a small time to open an xterm and kill the script before it causes a reboot.
__________________
My repository

"N900 community support for the MeeGo-Harmattan" Is the new "Mer is Fremantle for N810".

No more Nokia devices for me.
 

The Following User Says Thank You to Matan For This Useful Post:
Posts: 527 | Thanked: 121 times | Joined on Feb 2010
#2595
Latest Titan messed my cell completly!
Won't boot up anymore....

I think I am done with this overclocking
 
Posts: 255 | Thanked: 109 times | Joined on Dec 2009
#2596
Originally Posted by AlMehdi View Post
If you go to your terminal and write:

1. root (require rootsh installed)
2. apt-get update
3. apt-get install cpufrequtils
probably another lamer question. /
but....
when i try the above i get this
Code:
okia-N900-02-8:~# apt-get install cpufrequtils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cpufrequtils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
6 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up liboauth0 (0.6.1-2) ...
Optifying usr/share/doc/liboauth0 -> /opt/maemo/usr/share/doc/liboauth0
mv: cannot rename '/usr/share/doc/liboauth0': No such file or directory
dpkg: error processing liboauth0 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of feedservice-utils:
 feedservice-utils depends on liboauth0; however:
  Package liboauth0 is not configured yet.
dpkg: error processing feedservice-utils (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of feedservice:
 feedservice depends on feedservice-utils; however:
  Package feedservice-utils is not configured yet.
dpkg: error processing feedservice (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of feedservice-plugin-fb-common:
 feedservice-plugin-fb-common depends on feedservice-utils; however:
  Package feedservice-utils is not configured yet.
dpkg: error processing feedservice-plugin-fb-common (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of feedservice-plugin-fb:
 feedservice-plugin-fb depends on feedservice-utils; however:
  Package feedservice-utils is not configured yet.
 feedservice-plugin-fb depends on feedservice; however:
  Package feedservice is not configured yet.
 feedservice-plugin-fb depends on feedservice-plugin-fb-common; however:
  Package feedservice-plugin-fb-common is not configured yet.
dpkg: error processing feedservice-plugin-fb (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of sharing-service-facebook:
 sharing-service-facebook depends on feedservice-plugin-fb-common; however:
  Package feedservice-plugin-fb-common is not configured yet.
dpkg: error processing sharing-service-facebook (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 liboauth0
 feedservice-utils
 feedservice
 feedservice-plugin-fb-common
 feedservice-plugin-fb
 sharing-service-facebook
E: Sub-process /usr/bin/dpkg returned an error code (1)
how to fix?
thanks
 
jcompagner's Avatar
Posts: 290 | Thanked: 165 times | Joined on Sep 2009
#2597
now we really need a nice ui that does all those settings..

Because it is really getting out of hand now
 

The Following User Says Thank You to jcompagner For This Useful Post:
Posts: 8 | Thanked: 5 times | Joined on Dec 2009
#2598
Great work providing vdd1_opps_vsel \,,/ I'm currently testing stable voltages for each scaling step starting from 250mhz (set min/max scale to 250). Stressing with pi_css5-vfp5 and nbench + file copy operations from mmc to internal and reverse. Right now 250Mhz is proven stable at 18 vset. Lowest vset is between 10 and 18 because 10 caused reset :P
 

The Following 5 Users Say Thank You to Juice For This Useful Post:
afaq's Avatar
Posts: 1,038 | Thanked: 1,408 times | Joined on Feb 2010 @ London
#2599
 
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#2600
im planning to test each one, but in the case how this thread goes, looks like gonna be a hard time.
 
Reply

Tags
cooking on gas, cortex-a8, faster, first to fry it wins!, hardware, its smoking, n900, need for speed, need for weed, nos, omap, omap3, omap3430, overclock, overclocking, soc, system-on-a-chip, the dogs, this thread got good!, vtec just kicked in y0!, warranty will be void, whooplah, zoom zoom


 
Forum Jump


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