Wenn der Tuner in e2 zwar funktioniert, aber kein Bild/Ton kommt. Oder bei der Kanalsuche nichts gefunden wird, dann liegt es mit hoher Wahrscheinlichkeit an einer falschen Frontprozessor Software.
Um das ganze zu reparieren muss man wie folgt vorgehen:
Als erstes wieder ein Image für die DreamTwo flashen, falls noch nicht geschehen.
Per Telnet/SSH oder über eine serielle console ein Terminal öffnen. (ggf. vorher ein Passwort für den Benutzer Root erzeugen über die grafische Bedieneroberfäche)
Dann folgende Befehle ausführen:
cd /tmp
wget http://ghost.dream-multimedia-tv.de/central-two-noreset-200423-1.12.hex
flash-nrf52 --force --program --verify --start central-two-noreset-200423-1.12.hex
reboot
Falls der download auf der Box nicht funktioniert, kann man die central-two-noreset-200423-1.12.hex Datei auch am PC runterladen mit rechter Maustaste auf dem Link und speichern unter. Und diese Datei dann per FTP oder Samba auf die Box laden in den Ordner /tmp.
Danach die oben beschriebenen Befehle ohne das wget ausführen.
Dabei müssen dann in etwa folgende Ausgaben kommen:
root@dreambox:/tmp# wget http://ghost.dream-multimedia-tv.de/central-two-noreset-200423-1.12.hex
Connecting to ghost.dream-multimedia-tv.de (178.19.67.229:80)
central-two-noreset- 100% |*******************************************************************************************************************************************| 535k 0:00:00 ETA
root@dreambox:/tmp# flash-nrf52 --force --program --verify --start central-two-noreset-200423-1.12.hex
force update
open external fw 'central-two-noreset-200423-1.12.hex'
resetting...
flashing... 16 bytes @0x1e000
....... it takes a few seconds / das dauert dann ein paar Sekunden...
success: 199292 bytes written
verifying... 16 bytes @0x31800
success: 398584 bytes verified
starting...
Display More
Nach einem Reboot sollte die Box dann wieder normal funktionieren.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ENGLISH:
If the Tuner seems to work okay but no Video and Sound is output then it is very likely that the wrong front processor software is flashed.
To repair this you have to proceed as followed:
Firstly you have to flash a DreamTwo Firmware if not yet done.
Connect to the Box via Telnet/SSH/serial shell (maybe a root password must be set via the GUI first).
Then execute the following commands:
cd /tmp
wget http://ghost.dream-multimedia-tv.de/central-two-noreset-200423-1.12.hex
flash-nrf52 --force --program --verify --start central-two-noreset-200423-1.12.hex
reboot
If the download doesn't work on the DreamTwo you can download the central-two-noreset-200423-1.12.hex File on the PC via right Mouse Button on the download link and choose "save to".
After this upload the File via FTP/Samba in the /tmp Folder on the DreamTwo.
Then execute the commands from above without the wget.
During the procedure you must see the following output:
root@dreambox:/tmp# wget http://ghost.dream-multimedia-tv.de/central-two-noreset-200423-1.12.hex
Connecting to ghost.dream-multimedia-tv.de (178.19.67.229:80)
central-two-noreset- 100% |*******************************************************************************************************************************************| 535k 0:00:00 ETA
root@dreambox:/tmp# flash-nrf52 --force --program --verify --start central-two-noreset-200423-1.12.hex
force update
open external fw 'central-two-noreset-200423-1.12.hex'
resetting...
flashing... 16 bytes @0x1e000
....... it takes a few seconds
success: 199292 bytes written
verifying... 16 bytes @0x31800
success: 398584 bytes verified
starting...
Display More
After rebooting now the Box should be work again.