+ Antworten
Seite 22 von 53 ErsteErste ... 12202122232432 ... LetzteLetzte
Ergebnis 211 bis 220 von 523
  1. #211
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 712 Times in 304 Posts
    Have you switched off USB-boot (power-on with channel-down depressed)?

    Also, AFAIK the Fortis loader does not display Boot at any time. Other loader installed?

    Regards,

    Audioninek.
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers


  2. #212
    Erfahrener Benutzer
    Registriert seit
    10.11.2012
    Beiträge
    140
    Thanks
    69
    Thanked 10 Times in 9 Posts
    good evening No, it's the bootloader L7.06 thanks.


  3. #213
    Erfahrener Benutzer
    Registriert seit
    10.11.2012
    Beiträge
    140
    Thanks
    69
    Thanked 10 Times in 9 Posts
    the same probleme when I put enigma2 pkteam and openatv works I must have done wrong.


  4. #214
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Enigma2 UFS910 build ok, but error:

    Code:
    ## Booting image at a0040000 ...
       Image Name:   Linux-2.6.32.71_stm24_0217
       Image Type:   SuperH Linux Kernel Image (gzip compressed)
       Data Size:    1853920 Bytes =  1.8 MB
       Load Address: 84001000
       Entry Point:  84002000
       Verifying Checksum ... OK
       Uncompressing Kernel Image ... OK
    
    Starting kernel console=ttyAS0,115200 root=/dev/sda2 rw ip=192.168.1.2:192.168.1.5:192.168.1.1:255.255.255.0:kathrein:eth0:off mem=64m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6 nwhwconf=device:eth0,hwaddr:00: init=/bin/devinit - 0x00000000 - 0 ...
    
    INIT: version 2.88 booting
    INIT: No inittab file found
    
    Enter runlevel:
    ......................
    Enter runlevel: 6
    INIT: Entering runlevel: 6
    INIT: no more processes left in this runlevel
    ................


  5. #215
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    UFS 910 neutrino-tangos-plugins build:

    Code:
    Start build of libstb-hal.
    Cloning git... done.
    cp: cannot stat '/home/turulbird/Archive/libstb-hal-tangos.git': No such file or directory
    make/neutrino.mk:117: recipe for target '/home/turulbird/buildsystem-Audioniek/.deps/libstb-hal.do_prepare' failed
    make: *** [/home/turulbird/buildsystem-Audioniek/.deps/libstb-hal.do_prepare] Error 1
    Bad link? No downloaded directory or files in /Archive.

    Same error enigma2 flash.sh:

    Code:
    tar (child): /home/turulbird/Archive/squashfs4.2.tar.gz: No such file or directory
    Download other link:

    -- Finished ---

    INIT: No inittab file found




    Geändert von turulbird (05.12.2018 um 18:30 Uhr)


  6. #216
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    make update....

    Already up-to-date.

    make: warning: Clock skew detected. Your build may be incomplete.

    Clock real, GMT+1 ... 17:37:12

    sudo hwclock: 2018. dec. 18., kedd, 17:37:12 CET .257323 seconds

    Geändert von turulbird (18.12.2018 um 19:09 Uhr)


  7. #217
    Neuer Benutzer
    Registriert seit
    18.12.2018
    Beiträge
    23
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Hello

    @Audioniek thank you for all your fantastic contribution to opensource software creation.
    I have successfully built image for adb box on Gentoo machine. It was not fast forward but I had little problems. Image is working almost 100%. What I noticed I get blue screen when press INFO button. It should show infobar. But I get python exception:

    Code:
    [ActionMap] Keymap 'InfobarChannelSelection' -> Action = 'aspectratio'Traceback (most recent call last):
      File "/usr/lib/enigma2/python/Components/ActionMap.py", line 49, in action
        File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 870, in 
        aspectratioSelection
        ImportError: No module named AspectRatio
        [ePyObject] (CallObject(<bound method HelpableActionMap.action of 
        <Components.ActionMap.HelpableActionMap instance at 
        0x2d1e91ec>>,('InfobarChannelSelection', 'aspectratio')) failed)
        [gRC] main thread is non-idle! display spinner!
    Failing import line is in function in buildsystem/build_source/enigma2/lib/python/Screens/InfoBarGenerics.py

    Code:
            def aspectratioSelection(self):                from Screens.AspectRatio import AspectRatio
                    self.session.open(AspectRatio)
    Interestingly latest version does not has this function. Also buildsystem/build_source/enigma2.org/lib/python/Screens/InfoBarGenerics.py doesn't.
    May you give a tip how to fix it without just copying naively *.py file?

    This is my command:
    ./make.sh 33 2 2 2 4 2

    //Paweł
    Geändert von pablocool (18.12.2018 um 23:19 Uhr)


  8. #218
    Neuer Benutzer
    Registriert seit
    18.12.2018
    Beiträge
    23
    Thanks
    1
    Thanked 9 Times in 9 Posts
    I noticed this AspectRatio function is introduced by all enigma2-pli-nightly.*.diff patches
    Problem is that this imported module does not exist
    Code:
    from Screens.AspectRatio import AspectRatio


  9. #219
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 712 Times in 304 Posts
    @turulbird: Tango's neutrino should build without errors again.

    @pablocool: I went way back in history and came to the conclusion that this aspectratio thing was a line of thought once started but never finished as Aspectratio.py in ..python/Screens never existed anywhere as far as I could find. Easies fix is do a git pull, remove X/.deps/enigma2.do-prepare, rebuild and copy X/cdkroot/release/usr/lib/enigma2/python/Screens/InfobareGeneric.pyo to the corresponding location in the receiver using ftp.

    Regards,

    Audioniek.
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers

  10. The Following 2 Users Say Thank You to Audioniek For This Useful Post:



  11. #220
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Tangos build ok, but flash.sh error: no minifo in /tmp.

    Code:
    maxiU-Boot 1.3.1 (May 19 2010 - 23:05:16) - by SoLaLa
    
    DRAM:  64 MB
    Flash: 16 MB
    In:    serial
    Out:   serial
    Err:   serial
    selected Image to start: ----Flash----
    selected Image to start: Kathrein UFS910
    selected Image to start: -USB-1-Speed-
    Hit any key to stop autoboot:  0
    ## Booting image at a0040000 ...
       Image Name:   Linux-2.6.32.71_stm24_0217
       Image Type:   SuperH Linux Kernel Image (gzip compressed)
       Data Size:    1853920 Bytes =  1.8 MB
       Load Address: 84001000
       Entry Point:  84002000
       Verifying Checksum ... OK
       Uncompressing Kernel Image ... OK
    
    Starting kernel console=ttyAS0,115200 root=/dev/sda2 rw ip=192.168.1.2:192.168.1.5:192.168.1.1:255.255.255.0:kathrein:eth0:off mem=64m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6 nwhwconf=device:eth0,hwaddr:00 init=/bin/devinit - 0x00000000 - 0 ...
    booting... endless...

    Enigma2 build ok, no errors, but the same error as before today's update:

    Code:
    ## Booting image at a0040000 ...
       Image Name:   Linux-2.6.32.71_stm24_0217
       Image Type:   SuperH Linux Kernel Image (gzip compressed)
       Data Size:    1853920 Bytes =  1.8 MB
       Load Address: 84001000
       Entry Point:  84002000
       Verifying Checksum ... OK
       Uncompressing Kernel Image ... OK
    
    Starting kernel console=ttyAS0,115200 root=/dev/sda2 rw ip=192.168.1.2:192.168.1.5:192.168.1.1:255.255.255.0:kathrein:eth0:off mem=64m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6 nwhwconf=device:eth0,hwaddr:00 init=/bin/devinit - 0x00000000 - 0 ...
    
    INIT: version 2.88 booting
    INIT: No inittab file found
    
    Enter runlevel:
    Geändert von turulbird (22.12.2018 um 20:42 Uhr)


Berechtigungen

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