|
|
2006-10-18
, 19:06
|
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#2
|
|
|
2006-10-19
, 12:59
|
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#3
|
|
|
2006-10-19
, 15:59
|
|
Posts: 209 |
Thanked: 31 times |
Joined on Oct 2006
|
#4
|
he/she

Did the flashing of zImage-su-a8-200625-2gb-mmcplus52Mhz to gain a higher MMC bus speed also somehow accomplish the attaining of access provided by the 200627?
Would be interesting to test it directly with raw device (will destroy data): time dd if=/dev/zero of=/dev/mmcblk0pX bs=1024 count=x
time dd if=/dev/zero of=/dev/mmcblk0p3 bs=1024 count=10240
Would be also interesting to test 2gb kernel without high-speed patches if it is same, but I guess it will be the same.
time dd if=/dev/mmcblk0 of=/dev/null bs=8192 count=10240
time dd if=/dev/zero of=outputf bs=1024 count=10240; time sync
time dd if=/dev/zero of=/dev/mmcblk0p3 bs=1024 count=10240
) to find the real source of the problem (and solves it).|
|
2006-10-30
, 07:37
|
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#5
|
Nokia770-26:~# sync ; date ; dd if=/dev/zero of=/test bs=8192 count=5000 ; sync ; date Mon Oct 30 08:33:09 CET 2006 5000+0 records in 5000+0 records out Mon Oct 30 08:33:39 CET 2006 Nokia770-26:~#
|
|
2006-10-30
, 07:53
|
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#6
|
|
|
2006-10-30
, 10:23
|
|
Posts: 209 |
Thanked: 31 times |
Joined on Oct 2006
|
#7
|

|
|
2006-10-30
, 11:31
|
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#8
|
|
|
2006-10-30
, 12:54
|
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#9
|
| The Following User Says Thank You to richie For This Useful Post: | ||
|
|
2006-10-30
, 15:27
|
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#10
|
i've bought a N770 (plus 2GB Kingston mmcmobile card) a few days ago.
My setup:
Now the startup of the device is much faster!
But when i try to download larger files over wlan (with wget)
the download starts with ca. 600KB/s and slowsdown to ca. 200KB/s and
my CPU usage (xterm top) increases to ca. 100%. Then my system begins to
hang sometimes.
"Top" shows me that the service "mmcqd" is responsible to the high cpu usage!
So it seems that the download slowsdown when chached writes are synced to the mmc.
So I tested the read/write speed of my card.
10240+0 records out
real 0m 15.63s
user 0m 0.02s
sys 0m 2.25s
10240+0 records out
real 0m 0.62s
user 0m 0.03s
sys 0m 0.57s
real 0m 26.44s
user 0m 0.00s
sys 0m 0.01s
Result:
Is that normal??? such a slow write speed?
Can anyone confirm this?
Greetings from Germany
N770-Freak