Seite 3 von 3 ErsteErste 123
Ergebnis 21 bis 26 von 26
  1. #21
    VIP Avatar von ReWard
    Registriert seit
    14.07.2012
    Beiträge
    3.860
    Thanks
    1.276
    Thanked 994 Times in 716 Posts
    So, jetzt funktioniert HDMU wenigstens wieder. Dann kann ich ja jetzt damit weitermachen, was ich ja zuerst wollte, Image testen.

    Danke erst mal soweit.


  2. #22
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    Sehr schön - also willkommen retour

    Das mit dem Originalimage ist gut zu wissen - werd ich diese Tage testen
    "Every Setback is a Set Up for a Comeback"


  3. #23
    VIP Avatar von ReWard
    Registriert seit
    14.07.2012
    Beiträge
    3.860
    Thanks
    1.276
    Thanked 994 Times in 716 Posts
    Jetzt muß ich nur noch die blöden Einträge am Anfang der bootargs raus schmeißen. Aber das STB Admin Tool hat noch einen Bug, sagst Du. Ich habe ja nach wie vor das Problem das mir das Tool auf dem USB Stecker nur 1 Partition anzeigt. sda1 493 MB vfat SWAP.


  4. #24
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    Zitat Zitat von DboxOldie Beitrag anzeigen
    Bei orginal Kathrein im Flash ist das so´ne Sache mit den Tools...
    Wenn da bestimmte Sachen benutzt werden, die sonst in allen Images sind.
    Naja - beim STB Admin Tool werden Files via FTP auf die Box gespielt,
    wenn du nicht ein erweitertes Image hast ist nix mit FTP... Somit scheitern alle Tools die FTP benutzen!
    "Every Setback is a Set Up for a Comeback"


  5. #25
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    Zitat Zitat von ReWard Beitrag anzeigen
    Jetzt muß ich nur noch die blöden Einträge am Anfang der bootargs raus schmeißen. Aber das STB Admin Tool hat noch einen Bug, sagst Du. Ich habe ja nach wie vor das Problem das mir das Tool auf dem USB Stecker nur 1 Partition anzeigt. sda1 493 MB vfat SWAP.
    Sofern ich mich richtig erinnere hast du ein Problem mit der Partitionstabelle - fdisk -l spuckt doch Fehler aus, oder?
    Probier mal ein
    Code:
    e2fsck -f /dev/sdxy
    aller betroffenen Partitionen
    "Every Setback is a Set Up for a Comeback"


  6. #26
    VIP Avatar von ReWard
    Registriert seit
    14.07.2012
    Beiträge
    3.860
    Thanks
    1.276
    Thanked 994 Times in 716 Posts
    Hallo morly, mein unermüdlicher Helfer.

    Ich hatte ja schon mal gelistet was fdisk -l bringt, im Rechner sind die Partitionen in Ordnung und werden richtig gelistet. (gparted)

    Code:
    UFS910:~# fdisk -l
    
    Disk /dev/sda: 2003 MB, 2003828736 bytes
    62 heads, 62 sectors/track, 1018 cylinders
    Units = cylinders of 3844 * 512 = 1968128 bytes
    
       Device Boot      Start         End      Blocks  Id System
    /dev/sda1               1         251      481280   b Win95 FAT32
    Partition 1 has different physical/logical beginnings (non-Linux?):
         phys=(0, 32, 33) logical=(0, 33, 3)                                                                                                       
    Partition 1 has different physical/logical endings:                                                                                            
         phys=(60, 11, 15) logical=(250, 58, 12)                                                                                                   
    Partition 1 does not end on cylinder boundary                                                                                                  
    /dev/sda2             251         502      481280  83 Linux                                                                                    
    Partition 2 has different physical/logical beginnings (non-Linux?):                                                                            
         phys=(60, 11, 16) logical=(250, 58, 13)
    Partition 2 has different physical/logical endings:
         phys=(119, 244, 61) logical=(501, 21, 22)
    Partition 2 does not end on cylinder boundary
    /dev/sda3             502         760      496640  83 Linux
    Partition 3 has different physical/logical beginnings (non-Linux?):
         phys=(119, 244, 62) logical=(501, 21, 23)
    Partition 3 has different physical/logical endings:
         phys=(181, 201, 20) logical=(759, 45, 62)
    Partition 3 does not end on cylinder boundary
    /dev/sda4             760        1019      496640  83 Linux
    Partition 4 has different physical/logical beginnings (non-Linux?):
         phys=(181, 201, 21) logical=(759, 46, 1)
    Partition 4 has different physical/logical endings:
         phys=(243, 157, 42) logical=(1018, 8, 40)
    Partition 4 does not end on cylinder boundary
    sda1 ist Swap, FAT32, sda3 ist ist HDMU und mounted.

    Code:
    UFS910:~# e2fsck -f /dev/sda1
    e2fsck 1.42.6 (21-Sep-2012)
    ext2fs_open2: Bad magic number in super-block
    e2fsck: Superblock invalid, trying backup blocks...
    e2fsck: Bad magic number in super-block while trying to open /dev/sda1
    
    The superblock could not be read or does not describe a correct ext2
    filesystem.  If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
        e2fsck -b 8193 <device>
    
    UFS910:~# e2fsck -f /dev/sda2
    e2fsck 1.42.6 (21-Sep-2012)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    MINI1: 11/120360 files (0.0% non-contiguous), 17509/481280 blocks
    UFS910:~# e2fsck -f /dev/sda3
    e2fsck 1.42.6 (21-Sep-2012)
    /dev/sda3 is mounted.
    e2fsck: Cannot continue, aborting.
    
    
    UFS910:~# e2fsck -f /dev/sda4
    e2fsck 1.42.6 (21-Sep-2012)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    /lost+found not found.  Create<y>? yes
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    
    MINI3: ***** FILE SYSTEM WAS MODIFIED *****
    MINI3: 11/124440 files (0.0% non-contiguous), 18012/496640 blocks


Ähnliche Themen

  1. Probleme mit TimerAufnahmen
    Von Pinbowler im Forum Anfänger/Newbie
    Antworten: 4
    Letzter Beitrag: 24.01.2013, 17:21
  2. [spark] Netzwerk-Probleme
    Von Anskar im Forum Beta Enigma2 Bereich für alle SH4 STB
    Antworten: 74
    Letzter Beitrag: 28.08.2012, 06:40
  3. [spark] Aktuelle Probleme?!
    Von The-Dragon im Forum Beta Enigma2 Bereich für alle SH4 STB
    Antworten: 2
    Letzter Beitrag: 20.08.2012, 14:31
  4. [spark] Probleme mit IPTV
    Von balkanac82 im Forum Beta Enigma2 Bereich für alle SH4 STB
    Antworten: 0
    Letzter Beitrag: 15.08.2012, 22:08
  5. [topf] ORf ton probleme
    Von fotomek69 im Forum Beta Enigma2 Bereich für alle SH4 STB
    Antworten: 5
    Letzter Beitrag: 11.05.2012, 15:29

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •