I have no problem here on my DM800HD, works smoothly. Try the 8FM TV channel on our IPTV List ? And tell us how it goes.

You must flash with the v18 image version,

http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=2294#Post2294

Also you must apply when you flash it, the Bad Sector Recovery, as explained on topic below,

http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=3137#Post3137

Also apply the script to clean the flash as you can find it on the topic below (just remove the portugal one from the remove commands).

http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=7115#Post7115

If you didn't done one of the 3 tips above, you MUST do them all. Only then you can test and let us know how it works. These could be the 3 causes of such issues you describe.

For me it looks like not enough Flash memory, bad sectors, or wrong image (not our image loaded into the box).

Or... your bandwith is very very small, how much do you have in upload and download ?

Admin


- Clean Script to apply to the box (that also keeps the Portuguese language).

Code:
#!/bin/sh
#
#Remove from /usr/share/enigma2/countries
#
cd /usr/share/enigma2/countries
#
rm ad.png
rm ee.png
rm hr.png
rm lt.png
rm ro.png
rm ua.png
rm ae.png
#rm en.png
rm hu.png
rm lv.png
rm ru.png
rm yu.png
rm bg.png
#rm es.png
rm il.png
rm se.png
rm br.png
rm fi.png
rm ir.png
rm nl.png
rm si.png
rm cz.png
#rm fr.png
rm is.png
rm no.png
rm sk.png
#rm de.png
rm fy_NL.png    
#rm it.png
rm pl.png
rm th.png
rm dk.png
rm gr.png
rm ku.png
#rm pt.png
rm tr.png
#rm missing.png
#
#Remove from /usr/share/enigma2/po
#
cd /usr/share/enigma2/po
#
rm -r ar
rm -r cs
rm -r el
rm -r et
#rm -r fr
rm -r hr
#rm -r it
rm -r lv
rm -r no
rm -r pt_BR  
rm -r sk
rm -r sv
#rm -r uk
rm -r bg
rm -r da
#rm -r en
rm -r fa
rm -r fy
rm -r hu
rm -r ku
rm -r nb
rm -r pl
rm -r ro
rm -r sl
rm -r th
rm -r ca
#rm -r de
#rm -r es
rm -r fi
rm -r he
rm -r is
rm -r lt
rm -r nl
#rm -r pt
rm -r ru
rm -r sr
rm -r tr
#
#Remove not used Skins
#
rm -r /usr/share/enigma2/PLi-FullHD
rm -r /usr/share/enigma2/PLi-FullNightHD
rm -r /usr/share/enigma2/PLi-HD1
rm -r /usr/share/enigma2/PLi-HD2
#
#Remove Feeds Packages List
#
rm /var/lib/opkg/O*
#
#END
#
_________________________