Is it possible to make an image of a neutrino...?

DM900
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 54
Registriert: So 2. Jun 2024, 12:53
Hat sich bedankt: 17 Mal
Danksagung erhalten: 49 Mal

Re: Is it possible to make an image of a neutrino...?

#106

Beitrag von DM900 »

BPanther hat geschrieben: Sa 22. Jun 2024, 19:06 Then you should try flash via restore mode (Browser). May this can repair the partitions.

I have also updated (online update) - no problems here. Strange, that you have such problems. :(
Already try browser mode too but still this problem arises
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13755
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 721 Mal
Danksagung erhalten: 1931 Mal
Kontaktdaten:

Re: Is it possible to make an image of a neutrino...?

#107

Beitrag von BPanther »

Then flash the original E2 from dreamboxupdate.com. This will also make a clean flash (complete new partitions). If this also not work then you may have a flash memory problem. But the log was normal for this...
Folgende Benutzer bedankten sich beim Autor BPanther für den Beitrag:
zozman (Sa 22. Jun 2024, 23:02)
Bewertung: 5.88%
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM7020, 1x DM8000, 1x DM820, 1x DM7080
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
ARM: 1x DM900 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple)), 1x DM920 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple))
DM900
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 54
Registriert: So 2. Jun 2024, 12:53
Hat sich bedankt: 17 Mal
Danksagung erhalten: 49 Mal

Re: Is it possible to make an image of a neutrino...?

#108

Beitrag von DM900 »

BPanther hat geschrieben: Sa 22. Jun 2024, 19:26 Then flash the original E2 from dreamboxupdate.com. This will also make a clean flash (complete new partitions). If this also not work then you may have a flash memory problem. But the log was normal for this...
Ok I will try thank you so much for helping
Original image is working fine without any issue
Folgende Benutzer bedankten sich beim Autor DM900 für den Beitrag:
zozman (Sa 22. Jun 2024, 23:02)
Bewertung: 5.88%
DM900
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 54
Registriert: So 2. Jun 2024, 12:53
Hat sich bedankt: 17 Mal
Danksagung erhalten: 49 Mal

Re: Is it possible to make an image of a neutrino...?

#109

Beitrag von DM900 »

When I flash through browser this image I have this error
Mounting '/dev/mmcblk0p2' to '/mnt'
[*] Extracting '/tmp/nbbSlI' to '/mnt'
Warning: Unknown package manager, can't run postinst scripts
[*] Unmounting '/mnt'
[*] Finished successfully. You may reboot now.
I think this is actual problem
If I flash official dream image I don't get this error
Screenshot_2024-06-23-10-40-32-789_com.android.chrome-edit.jpg
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13755
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 721 Mal
Danksagung erhalten: 1931 Mal
Kontaktdaten:

Re: Is it possible to make an image of a neutrino...?

#110

Beitrag von BPanther »

No, this is not the problem, because Neutrino don't have a package manager. You should better read the first 8 lines. They show you the problems.

1. The rescue loader is too old. WARNING: Don't flash rescue loader if you are in rescue mode!
2. The data partition not valid and can't be mounted.

At rescue mode:

To repair partitions:
umount /dev/mmcblk0p3
this can be give a error if not mountet - it's OK

now make a ext4 filesytem:
mkfs.ext4 /dev/mmcblk0p3 -L data

if this not working, try a ext3 filesystem:
mkfs.ext3 /dev/mmcblk0p3 -L data

Now reboot again to rescue loader. Just type reboot and hold the power button at the box. If you are in rescue again, try flashing the original E2 via browser. Then should the error for the data partition gone. Start now the original E2. Skip all except the network settings, we don't need a picture. If network set, update the rescue loader with:

update-rescue

This make take some time, wait for response. If done, then you can try again flashing neutrino via rescue mode. After that the original kernel will be used, but it should work. The kernel can be updatet with ofgwrite.

cp /boot/zImage /tmp/kernel.bin
ofgwrite -k /tmp

After a reboot now the right kernel used.
Folgende Benutzer bedankten sich beim Autor BPanther für den Beitrag:
zozman (So 23. Jun 2024, 20:43)
Bewertung: 5.88%
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM7020, 1x DM8000, 1x DM820, 1x DM7080
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
ARM: 1x DM900 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple)), 1x DM920 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple))
DM900
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 54
Registriert: So 2. Jun 2024, 12:53
Hat sich bedankt: 17 Mal
Danksagung erhalten: 49 Mal

Re: Is it possible to make an image of a neutrino...?

#111

Beitrag von DM900 »

BPanther hat geschrieben: So 23. Jun 2024, 09:46 No, this is not the problem, because Neutrino don't have a package manager. You should better read the first 8 lines. They show you the problems.

1. The rescue loader is too old. WARNING: Don't flash rescue loader if you are in rescue mode!
2. The data partition not valid and can't be mounted.

At rescue mode:

To repair partitions:
umount /dev/mmcblk0p3
this can be give a error if not mountet - it's OK

now make a ext4 filesytem:
mkfs.ext4 /dev/mmcblk0p3 -L data

if this not working, try a ext3 filesystem:
mkfs.ext3 /dev/mmcblk0p3 -L data

Now reboot again to rescue loader. Just type reboot and hold the power button at the box. If you are in rescue again, try flashing the original E2 via browser. Then should the error for the data partition gone. Start now the original E2. Skip all except the network settings, we don't need a picture. If network set, update the rescue loader with:

update-rescue

This make take some time, wait for response. If done, then you can try again flashing neutrino via rescue mode. After that the original kernel will be used, but it should work. The kernel can be updatet with ofgwrite.

cp /boot/zImage /tmp/kernel.bin
ofgwrite -k /tmp

After a reboot now the right kernel used.
All above step done and successful
But while flash kernel it give error
kernel.txt
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
Folgende Benutzer bedankten sich beim Autor DM900 für den Beitrag:
zozman (So 23. Jun 2024, 20:44)
Bewertung: 5.88%
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13755
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 721 Mal
Danksagung erhalten: 1931 Mal
Kontaktdaten:

Re: Is it possible to make an image of a neutrino...?

#112

Beitrag von BPanther »

No, there is no error. The FBIO messages can be ignored.

Code: Alles auswählen

Flashing kernel ...
done
Folgende Benutzer bedankten sich beim Autor BPanther für den Beitrag:
zozman (So 23. Jun 2024, 20:45)
Bewertung: 5.88%
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM7020, 1x DM8000, 1x DM820, 1x DM7080
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
ARM: 1x DM900 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple)), 1x DM920 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple))
DM900
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 54
Registriert: So 2. Jun 2024, 12:53
Hat sich bedankt: 17 Mal
Danksagung erhalten: 49 Mal

Re: Is it possible to make an image of a neutrino...?

#113

Beitrag von DM900 »

BPanther hat geschrieben: So 23. Jun 2024, 11:32 No, there is no error. The FBIO messages can be ignored.

Code: Alles auswählen

Flashing kernel ...
done
:heulen2: All step done but my bad luck same error and remote not responds thank for your support and help I will leave it now thank you so much again
Folgende Benutzer bedankten sich beim Autor DM900 für den Beitrag (Insgesamt 2):
BPanther (So 23. Jun 2024, 11:53) • zozman (So 23. Jun 2024, 20:45)
Bewertung: 11.76%
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13755
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 721 Mal
Danksagung erhalten: 1931 Mal
Kontaktdaten:

Re: Is it possible to make an image of a neutrino...?

#114

Beitrag von BPanther »

Very strange. I have the image testet without any problems. I have also for a test repart all partitions (*) with own script, testing image and back to default partition sizes - all without any problems. Of course all with actual rescue loader.

(*) Testet on DM820/DM7080/DM900/DM920
Folgende Benutzer bedankten sich beim Autor BPanther für den Beitrag (Insgesamt 2):
DM900 (So 23. Jun 2024, 13:58) • zozman (So 23. Jun 2024, 20:45)
Bewertung: 11.76%
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM7020, 1x DM8000, 1x DM820, 1x DM7080
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
ARM: 1x DM900 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple)), 1x DM920 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple))
DM900
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 54
Registriert: So 2. Jun 2024, 12:53
Hat sich bedankt: 17 Mal
Danksagung erhalten: 49 Mal

Re: Is it possible to make an image of a neutrino...?

#115

Beitrag von DM900 »

BPanther hat geschrieben: So 23. Jun 2024, 12:52 Very strange. I have the image testet without any problems. I have also for a test repart all partitions (*) with own script, testing image and back to default partition sizes - all without any problems. Of course all with actual rescue loader.

(*) Testet on DM820/DM7080/DM900/DM920
(Rescue loader also update successfully)
I don't know sir I done every step which u said but still that fatal zapit error
And if I use multiboot then it works but there are other problems
Folgende Benutzer bedankten sich beim Autor DM900 für den Beitrag:
zozman (So 23. Jun 2024, 20:46)
Bewertung: 5.88%
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13755
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 721 Mal
Danksagung erhalten: 1931 Mal
Kontaktdaten:

Re: Is it possible to make an image of a neutrino...?

#116

Beitrag von BPanther »

DM900 hat geschrieben: So 23. Jun 2024, 14:01...but still that fatal zapit error
This is, because the root partition maybe is still r/o. Can you see with mount in telnet.
DM900 hat geschrieben: So 23. Jun 2024, 14:01And if I use multiboot then it works but there are other problems
What for problems - and does the multiboot use the right kernel?
Folgende Benutzer bedankten sich beim Autor BPanther für den Beitrag:
zozman (So 23. Jun 2024, 20:46)
Bewertung: 5.88%
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM7020, 1x DM8000, 1x DM820, 1x DM7080
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
ARM: 1x DM900 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple)), 1x DM920 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple))
DM900
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 54
Registriert: So 2. Jun 2024, 12:53
Hat sich bedankt: 17 Mal
Danksagung erhalten: 49 Mal

Re: Is it possible to make an image of a neutrino...?

#117

Beitrag von DM900 »

BPanther hat geschrieben: So 23. Jun 2024, 17:52
DM900 hat geschrieben: So 23. Jun 2024, 14:01...but still that fatal zapit error
This is, because the root partition maybe is still r/o. Can you see with mount in telnet.

U mean with above telnet commands
DM900 hat geschrieben: So 23. Jun 2024, 14:01And if I use multiboot then it works but there are other problems
What for problems - and does the multiboot use the right kernel?

Problem some transponders scan some not
No kernel I think is wrong one I try manually through extra menu but no success it still shows dream kernel
Folgende Benutzer bedankten sich beim Autor DM900 für den Beitrag:
zozman (So 23. Jun 2024, 20:46)
Bewertung: 5.88%
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13755
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 721 Mal
Danksagung erhalten: 1931 Mal
Kontaktdaten:

Re: Is it possible to make an image of a neutrino...?

#118

Beitrag von BPanther »

Yes, type "mount" in Telnet then you see the ro flag. But I don't know why this on your box is, because this is fixed at booting before the modules are loading.

Multiboot: You should find out, where the kernel come from so that you can it change/replace.
Folgende Benutzer bedankten sich beim Autor BPanther für den Beitrag:
zozman (So 23. Jun 2024, 20:46)
Bewertung: 5.88%
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM7020, 1x DM8000, 1x DM820, 1x DM7080
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
ARM: 1x DM900 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple)), 1x DM920 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple))
DM900
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 54
Registriert: So 2. Jun 2024, 12:53
Hat sich bedankt: 17 Mal
Danksagung erhalten: 49 Mal

Re: Is it possible to make an image of a neutrino...?

#119

Beitrag von DM900 »

BPanther hat geschrieben: So 23. Jun 2024, 19:08 Yes, type "mount" in Telnet then you see the ro flag. But I don't know why this on your box is, because this is fixed at booting before the modules are loading.

Multiboot: You should find out, where the kernel come from so that you can it change/replace.
Please check this mount text
mount.txt
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
Folgende Benutzer bedankten sich beim Autor DM900 für den Beitrag:
zozman (Mo 24. Jun 2024, 15:51)
Bewertung: 5.88%
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13755
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 721 Mal
Danksagung erhalten: 1931 Mal
Kontaktdaten:

Re: Is it possible to make an image of a neutrino...?

#120

Beitrag von BPanther »

Seems to be the mount command with BA, not with flash image, because all is r/w.
Folgende Benutzer bedankten sich beim Autor BPanther für den Beitrag:
zozman (Mo 24. Jun 2024, 15:51)
Bewertung: 5.88%
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM7020, 1x DM8000, 1x DM820, 1x DM7080
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
ARM: 1x DM900 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple)), 1x DM920 (DVB-S/SX (FBC)/S/C/T/T2 (Tripple))
Antworten

Zurück zu „DM900 UHD - Allgemeines“