![]() |
2010-04-14
, 05:01
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#2682
|
Can someone with the stock version installed or unmodified N900, do "uname -a" command on xterm for me please? My device shows an unknow device's processor. I would like to confirm whether it is ok or not.
My is shown as:
Linux Nokia-N900-42-11 2.6.28.10maemo-omap1 #1 PREEMPT Tue Apr 13 10:48:47 EEST 2010 armv7l unknown
Thanks
The Following User Says Thank You to egoshin For This Useful Post: | ||
![]() |
2010-04-14
, 05:16
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#2683
|
![]() |
2010-04-14
, 05:34
|
Posts: 44 |
Thanked: 5 times |
Joined on Apr 2010
|
#2684
|
![]() |
2010-04-14
, 06:22
|
|
Posts: 168 |
Thanked: 206 times |
Joined on Apr 2010
@ Finland
|
#2685
|
my new script /etc/event.d/kernel-maemo
with /etc/default/kernelCode:stop on starting shutdown service console none script test -f /etc/lastboot && TDIFF=$(expr $(date +%s) - $(stat -t /etc/lastboot |awk '{print $14}')) if test -z "$TDIFF" || test "$TDIFF" -gt 300; then touch /etc/lastboot modprobe bq27x00_battery test -f /etc/default/kernel || exit 0 source /etc/default/kernel test -n "$UP_THRESHOLD" && echo $UP_THRESHOLD > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold test -n "$SAMPLING_RATE" && echo $SAMPLING_RATE > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate test -n "$MIN_FREQ" && echo $MIN_FREQ > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq test -n "$MAX_FREQ" && echo $MAX_FREQ > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq test -n "$VDD1_OPPS_VSEL" && echo $VDD1_OPPS_VSEL > /sys/power/vdd1_opps_vsel test -n "$DSP_OPPS_RATE" && echo $DSP_OPPS_RATE > /sys/power/dsp_opps_rate test -n "$SMARTREFLEX_VDD1" && echo $SMARTREFLEX_VDD1 > /sys/power/sr_vdd1_autocomp test -n "$SMARTREFLEX_VDD2" && echo $SMARTREFLEX_VDD2 > /sys/power/sr_vdd2_autocomp exit 0 else exit 1 fi end script
Code:UP_THRESHOLD=75 SAMPLING_RATE=150000 VDD1_OPPS_VSEL="30 30 30 30 33 38 45 45 48 48 54 54 60 72 72" DSP_OPPS_RATE="90000000 90000000 180000000 360000000 400000000 430000000 430000000 430000000 430000000 500000000 500000000 500000000 500000000 520000000 520000000" MIN_FREQ=500000 MAX_FREQ=850000 SMARTREFLEX_VDD1=0 SMARTREFLEX_VDD2=0
VDD1_OPPS_VSEL="30 20 25 30 33 38 45 45 48 48 54 54 60 67 72"
cat /sys/power/vdd1_opps_vsel
echo "30 20 25 30 33 38 45 45 48 48 54 54 60 67 72" > /sys/power/vdd1_opps_vsel
![]() |
2010-04-14
, 06:56
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#2686
|
so far the results with "ideal" settings look great (disconnected from charger at 17:00,
mostly idling with Wifi)
it dropped from 97% to 95% within 5 hours.
![]() |
2010-04-14
, 07:02
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#2687
|
sudo /usr/sbin/update-kernel show
sudo /usr/sbin/update-kernel
sudo /usr/sbin/update-kernel set -l 500
![]() |
2010-04-14
, 07:07
|
Posts: 101 |
Thanked: 91 times |
Joined on Feb 2010
@ Dallas TX
|
#2688
|
my new script /etc/event.d/kernel-maemo
with /etc/default/kernelCode:stop on starting shutdown service console none script test -f /etc/lastboot && TDIFF=$(expr $(date +%s) - $(stat -t /etc/lastboot |awk '{print $14}')) if test -z "$TDIFF" || test "$TDIFF" -gt 300; then touch /etc/lastboot modprobe bq27x00_battery test -f /etc/default/kernel || exit 0 source /etc/default/kernel test -n "$UP_THRESHOLD" && echo $UP_THRESHOLD > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold test -n "$SAMPLING_RATE" && echo $SAMPLING_RATE > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate test -n "$MIN_FREQ" && echo $MIN_FREQ > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq test -n "$MAX_FREQ" && echo $MAX_FREQ > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq test -n "$VDD1_OPPS_VSEL" && echo $VDD1_OPPS_VSEL > /sys/power/vdd1_opps_vsel test -n "$DSP_OPPS_RATE" && echo $DSP_OPPS_RATE > /sys/power/dsp_opps_rate test -n "$SMARTREFLEX_VDD1" && echo $SMARTREFLEX_VDD1 > /sys/power/sr_vdd1_autocomp test -n "$SMARTREFLEX_VDD2" && echo $SMARTREFLEX_VDD2 > /sys/power/sr_vdd2_autocomp exit 0 else exit 1 fi end script
Code:UP_THRESHOLD=75 SAMPLING_RATE=150000 VDD1_OPPS_VSEL="30 30 30 30 33 38 45 45 48 48 54 54 60 72 72" DSP_OPPS_RATE="90000000 90000000 180000000 360000000 400000000 430000000 430000000 430000000 430000000 500000000 500000000 500000000 500000000 520000000 520000000" MIN_FREQ=500000 MAX_FREQ=850000 SMARTREFLEX_VDD1=0 SMARTREFLEX_VDD2=0
![]() |
2010-04-14
, 07:09
|
Posts: 17 |
Thanked: 3 times |
Joined on Jan 2010
@ Qatar
|
#2689
|
Yes i am seeing a problem with micro B
Sometimes it just shows a white page without anything else. The progress bar does its thing and everything is normal but the page is just blank. Happened 10 - 12 times after over clocking. Tried to close the browser and restart it but same result. However after a no. of tries it came back to normal.
I am on 900 mhz
![]() |
2010-04-14
, 07:09
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#2690
|
![]() |
|
edit: ohh.. found this:
XLV is: "30 20 30 33 38 38 45 45 48 48 54 54 60 67 72"
ideal: 30 30 30 30 33 38 45 45 48 48 54 54 60 67 72 (first three ignored)
ULV: 25 25 25 33 38 38 45 45 48 48 54 54 60 67 72
LV: 30 30 38 48 48 54 54 54 54 54 54 54 60 67 72
It looks like the 250-xxx-xlv-kernel volt settings..
edit2: But now.. what are the dsp setting :|
Last edited by AlMehdi; 2010-04-14 at 04:54.