Thread: 770 Or N800?
View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#38
Originally Posted by bunanson View Post
the whole 30 min news streaming is silk smooth and enjoyable till the last frame on the 770, while the N800 and N810 will run for less than a minute and start choking, stuttering, and let it go for 5 min
....
All are MMC booted.....................umm, you going to ask me how about internal flash boot? have not tried yet, will post later...
Might be worth trying. Having system on mmc can sometimes cause audoi stuttering. At least with stock media player or internet radio applet, not sure about mplayer. The problem is that since 2.6.18 kernel, mmcqd kernel thread has higher priority than audio daemon so with random mmc writing audio may stutter. If you hear this try to run
Code:
renice 0 `pidof mmcqd`
as root to check if it goes away. Good place to run it is somewhere inside /usr/sbin/osso-mmc-mount.sh script which is run after mmc card is inserted. I have mentioned this few times but nobody ever complains about it so maybe it happens just to me :-)

As for 770 being better in smooth playback, maybe kernel preemption helps too. N8x0 kernel is not preemptible so latency in kernel may be higher.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2008-04-03 at 21:45.