X

Kathrein UFS-913 Sammelthread

Einklappen
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • schnuffy1de
    VIP
    • 02.01.2008
    • 717

    #2
    hi schischu

    schönen dank, aber was ist das??
    versteh ich nicht
    kommt nur doch evtl was für die ufs913?

    wenn ja, dann renn ich los und hol mir gleich eine

    Kommentar

    • m.vandyke
      Neuer Benutzer
      • 15.07.2012
      • 22

      #3
      die config sieht ja eher wie die 7500er mit aktiviertem lirc aus als eine vanilla mb680_defconfig

      edit
      habe nun auch die config gefunden. lag unter /proc/config.gz

      hat jemand das datasheet zu den tunern "lg tdqa s601f"?

      edit2
      zum tuner als solches habe ich nichts gefunden, aber beim dem chip handelt es sich um den AVL6222
      und der ist auch schon im git definiert...
      Zuletzt geändert von m.vandyke; 17.07.2012, 21:03.
      kathrein ufs 913
      cuberevo 7000 (RIP)
      relook 210, relook 400, relook 300 (neumoimage)

      Kommentar

      • m.vandyke
        Neuer Benutzer
        • 15.07.2012
        • 22

        #4
        dank schischu sind die fehlenden treiber im GIT.
        die imageerstellung läuft als pli/debug auch durch.
        geht denn schon der "lock" auf die tuner?
        kathrein ufs 913
        cuberevo 7000 (RIP)
        relook 210, relook 400, relook 300 (neumoimage)

        Kommentar

        • a.e.j.
          Moderator
          • 07.12.2008
          • 3019

          #5
          usb image hat bei mir auch durchgebaut
          mußte nur "stlinux24-target-distributionutils-3.2.1-9.src.rpm" und "stlinux24-target-sysvinit-2.86-10.src.rpm" manuell downloaden und in "Archive" verschieben
          UFS-910 120GB, UFS-912, UFS-913, UFS-922 500GB
          Philips LCD 42", Qnap TS-219P+, DNS-320
          Ariva 100E ,1x Dbox


          sigpic

          Kommentar

          • m.vandyke
            Neuer Benutzer
            • 15.07.2012
            • 22

            #6
            ich nutze ubuntu 12.04. da lief alles durch. die frage ist ob es schon beta ist
            kathrein ufs 913
            cuberevo 7000 (RIP)
            relook 210, relook 400, relook 300 (neumoimage)

            Kommentar

            • m.vandyke
              Neuer Benutzer
              • 15.07.2012
              • 22

              #7
              @schischu
              in wie weit funktioniert denn aktuell das ufs913 enigma?
              nach meinem laienhaften verständnis versucht du den kernel im vorhandenen mtdblock, also ohne änderung der bootargs, laufen zu lassen.
              kathrein ufs 913
              cuberevo 7000 (RIP)
              relook 210, relook 400, relook 300 (neumoimage)

              Kommentar

              • Schischu
                ungeristriert
                • 01.11.2010
                • 716

                #8
                Es funktioniert alles bis auf der NAND Chip.
                Dieser macht noch Probleme, deswegen gibt es aktuell auch noch keine Flash Images.

                Über NFS rennt es aber.

                Kommentar

                • m.vandyke
                  Neuer Benutzer
                  • 15.07.2012
                  • 22

                  #9
                  ich versuche ein upgradescipt zu erstellen, damit ich von usb booten kann. ist das so richtig?

                  cmd=set bootargs 'console=ttyAS0,115200 root=/dev/sda2 rw rootfstype=ext2 init=/bin/devinit'
                  cmd=set bootcmd 'reset;ext2load usb 0:2 a5000000 /boot/uImage bootm a5000000'
                  cmd=saveenv
                  cmd=EOF

                  zurück zum original sollte es wie folgt gehen.

                  cmd=set bootargs 'console=ttyAS0,115200 root=/dev/mtdblock6 bigphysarea=6144'
                  cmd=set bootcmd 'nboot 84000000 0 0;bootm 84000000'
                  cmd=saveenv
                  cmd=EOF

                  mit dank im voraus
                  kathrein ufs 913
                  cuberevo 7000 (RIP)
                  relook 210, relook 400, relook 300 (neumoimage)

                  Kommentar

                  • 0711Schorsch
                    VIP
                    • 16.06.2008
                    • 284

                    #10
                    Wenn uboot bei der 913 so wie bei der 912er gestrickt ist, wirst Du den Kernel nicht von USB laden können...

                    Kommentar

                    • Frankenstone
                      unregistriert
                      • 21.07.2008
                      • 656

                      #11
                      Das uboot von der 913 kann den Kernel vom Usb laden .
                      Habe ich erfolgreich getestet.
                      Später poste ich mal die entsprechendend Args dazu.

                      Kommentar

                      • Frankenstone
                        unregistriert
                        • 21.07.2008
                        • 656

                        #12
                        So wie versprochen die Bootargs...

                        Als erstes einen neuen Satz anlegen.
                        Code:
                        set bootargs_0 'set bootargs console=ttyAS0,115200 rw root=/dev/sda1 ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:kathrein:eth0:off nwhwconf=device:eth0,hwaddr:${ethaddr} rootdelay=10 coprocessor_mem=4m@0x40000000,4m@0x40400000 init=/bin/devinit'
                        Vorher am besten kontrollieren ob das uboot den Stick erkannt hat und zwar mit

                        Code:
                        usb start
                        ext2ls ....usw.
                        Als nächtes den Kernel laden.

                        usb reset;ext2load usb 0:1 0x80000000 /boot/uImage
                        Zum Schluss dann diese Zeile ausführen.

                        run bootargs_0;bootm 0x80000000
                        Das ganze sollte dann so ähnlich im Log aussehen.

                        set bootargs 'console=ttyAS0,115200 rw root=/dev/sda1 rootdelay=10 init=/bin/devinit coprocessor_mem=4m@0x40000000,4m@0x40400000'
                        PDK7105> usb reset;ext2load usb 0:1 0x80000000 /boot/uImage
                        (Re)start USB...
                        USB: scanning bus for devices... 2 USB Device(s) found
                        scanning bus for storage devices... 1 Storage Device(s) found

                        2252685 bytes read
                        PDK7105> run bootargs;bootm 0x80000000
                        Unknown command 'rw' - try 'help'
                        ## Booting image at 80000000 ...
                        Image Name: Linux-2.6.32.46_stm24_0209
                        Created: 2012-08-18 14:31:30 UTC
                        Image Type: SuperH Linux Kernel Image (gzip compressed)
                        Data Size: 2252621 Bytes = 2.1 MiB
                        Load Address: 80801000
                        Entry Point: 80802000
                        Verifying Checksum ... OK
                        Uncompressing Kernel Image ... OK

                        Starting kernel console=ttyAS0,115200 rw root=/dev/sda1 rootdelay=10 init=/bin/devinit coprocessor_mem=4m@0x40000000,4m@0x40400000 - 0x00000000 - 0 ...

                        Linux version 2.6.32.46_stm24_0209 (sh4@SH4) (gcc version 4.5.2 20110124 (STMicroelectronics/Linux Base 4.5.2-7 (GCC) ) #1 PREEMPT Sat Aug 18 16:31:28 CEST 2012
                        Boot params:
                        ... MOUNT_ROOT_RDONLY - 00000001
                        ... RAMDISK_FLAGS - 00000000
                        ... ORIG_ROOT_DEV - 00000200
                        ... LOADER_TYPE - 00000000
                        ... INITRD_START - 00000000
                        ... INITRD_SIZE - 00000000
                        Booting machvec: hdk7105
                        Node 0: start_pfn = 0x40000, low = 0x50000
                        Zone PFN ranges:
                        Normal 0x00040000 -> 0x00050000
                        Movable zone start PFN for each node
                        early_node_map[1] active PFN ranges
                        0: 0x00040000 -> 0x00050000
                        STMicroelectronics HDK7105 board initialisation
                        STx7105 version 4.x
                        bpa2: partition 'bigphysarea' created at 0x48000000, size 32768 kB (0x02000000 B)
                        bpa2: partition 'LMI_IO' created at 0x4a000000, size 98304 kB (0x06000000 B)
                        Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
                        Kernel command line: console=ttyAS0,115200 rw root=/dev/sda1 rootdelay=10 init=/bin/devinit coprocessor_mem=4m@0x40000000,4m@0x40400000
                        PID hash table entries: 1024 (order: 0, 4096 bytes)
                        Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
                        Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
                        PVR=04909200 CVR=60880000 PRR=00009e40
                        I-cache : n_ways=2 n_sets=512 way_incr=16384
                        I-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4
                        D-cache : n_ways=2 n_sets=512 way_incr=16384
                        D-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4
                        Memory: 116480k/262144k available (2704k kernel code, 1036k data, 116k init)
                        SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
                        Hierarchical RCU implementation.
                        NR_IRQS:500
                        Failed to enable clk CLKA_REF, ignoring
                        Failed to enable clk CLKA_PLL0LS, ignoring
                        console [ttyAS0] enabled
                        sh_tmu: TMU0 used for clock events
                        sh_tmu: TMU0 used for periodic clock events
                        sh_tmu: TMU1 used as clock source
                        Calibrating delay loop... 532.48 BogoMIPS (lpj=266240)
                        Mount-cache hash table entries: 512
                        CPU: STx7105
                        NET: Registered protocol family 16
                        bio: create slab <bio-0> at 0
                        SCSI subsystem initialized
                        usbcore: registered new interface driver usbfs
                        usbcore: registered new interface driver hub
                        usbcore: registered new device driver usb
                        DMA: Registering DMA API.
                        Switching to clocksource TMU1
                        NET: Registered protocol family 2
                        IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
                        TCP established hash table entries: 8192 (order: 4, 65536 bytes)
                        TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
                        TCP: Hash tables configured (established 8192 bind 8192)
                        TCP reno registered
                        NET: Registered protocol family 1
                        RPC: Registered udp transport module.
                        RPC: Registered tcp transport module.
                        RPC: Registered tcp NFSv4.1 backchannel transport module.
                        squashfs: version 4.0 (2009/01/31) Phillip Lougher
                        Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
                        Slow work thread pool: Starting up
                        Slow work thread pool: Ready
                        NTFS driver 2.1.29 [Flags: R/O].
                        JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
                        fuse init (API version 7.13)
                        JFS: nTxBlock = 911, nTxLock = 7288
                        msgmni has been set to 227
                        io scheduler noop registered
                        io scheduler anticipatory registered (default)
                        STMicroelectronics ASC driver initialized
                        stm-asc.0: ttyAS0 at MMIO 0xfd032000 (irq = 121) is a stm-asc
                        stm-asc.1: ttyAS1 at MMIO 0xfd033000 (irq = 120) is a stm-asc
                        loop: module loaded
                        MiPHY3, c1.5 Claimed by sata-stm
                        scsi0 : sata-stm
                        ata1: SATA max UDMA/133 irq 72
                        ata1: SATA link down (SStatus 0 SControl 0)
                        physmap platform flash device: 00800000 at 00000000
                        physmap-flash: Found 1 x16 devices at 0x0 in 16-bit bank
                        Amd/Fujitsu Extended Query Table at 0x0040
                        physmap-flash: CFI does not contain boot bank location. Assuming top.
                        number of CFI chips: 1
                        cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
                        cmdlinepart partition parsing not available
                        RedBoot partition parsing not available
                        Using physmap partition information
                        Creating 7 MTD partitions on "physmap-flash":
                        0x000000000000-0x000000060000 : "NOR Uboot (ro)"
                        0x000000060000-0x000000080000 : "NOR Uboot Config (ro)"
                        0x000000080000-0x0000000a0000 : "NOR BoxData (ro)"
                        0x0000000a0000-0x000000260000 : "NOR Emergency Kernel (ro)"
                        0x000000260000-0x0000003e0000 : "NOR Emergency Root (ro)"
                        0x0000003e0000-0x000000400000 : "NOR Box Configuration (ro)"
                        0x000000400000-0x000000800000 : "NOR Kernel"
                        NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
                        cmdlinepart partition parsing not available
                        Creating 3 MTD partitions on "stm-nand-flex.0":
                        0x000000000000-0x000000800000 : "NAND FW 0x0000.0000-0x007F.FFFF ( 8MB)"
                        0x000000800000-0x000004800000 : "NAND ROOT 0x0080.0000-0x047F.FFFF ( 64MB)"
                        0x000004800000-0x000008000000 : "NAND DATA 0x0480.0000-0x07FF.FFFF ( 56MB)"
                        STMMAC driver:
                        platform registration...
                        done!
                        PMT module supported
                        Enhanced descriptor structure
                        no valid MAC address;please, use ifconfig or nwhwconfig!
                        eth0 - (dev. name: stmmaceth - id: 0, IRQ #134
                        IO base addr: 0xfd110000)
                        STMMAC MII Bus: probed
                        eth0: PHY ID 00008201 at 0 IRQ 0 (0:00) active
                        eth0: PHY ID 00008201 at 1 IRQ 0 (0:01)
                        eth0: PHY ID 00008201 at 2 IRQ 0 (0:02)
                        eth0: PHY ID 00008201 at 3 IRQ 0 (0:03)
                        eth0: PHY ID 00008201 at 4 IRQ 0 (0:04)
                        eth0: PHY ID 00008201 at 5 IRQ 0 (0:05)
                        eth0: PHY ID 00008201 at 6 IRQ 0 (0:06)
                        eth0: PHY ID 00008201 at 7 IRQ 0 (0:07)
                        eth0: PHY ID 00008201 at 8 IRQ 0 (0:0
                        eth0: PHY ID 00008201 at 9 IRQ 0 (0:09)
                        eth0: PHY ID 00008201 at 10 IRQ 0 (0:0a)
                        eth0: PHY ID 00008201 at 11 IRQ 0 (0:0b)
                        eth0: PHY ID 00008201 at 12 IRQ 0 (0:0c)
                        eth0: PHY ID 00008201 at 13 IRQ 0 (0:0d)
                        eth0: PHY ID 00008201 at 14 IRQ 0 (0:0e)
                        eth0: PHY ID 00008201 at 15 IRQ 0 (0:0f)
                        eth0: PHY ID 00008201 at 16 IRQ 0 (0:10)
                        eth0: PHY ID 00008201 at 17 IRQ 0 (0:11)
                        eth0: PHY ID 00008201 at 18 IRQ 0 (0:12)
                        eth0: PHY ID 00008201 at 19 IRQ 0 (0:13)
                        eth0: PHY ID 00008201 at 20 IRQ 0 (0:14)
                        eth0: PHY ID 00008201 at 21 IRQ 0 (0:15)
                        eth0: PHY ID 00008201 at 22 IRQ 0 (0:16)
                        eth0: PHY ID 00008201 at 23 IRQ 0 (0:17)
                        eth0: PHY ID 00008201 at 24 IRQ 0 (0:1
                        eth0: PHY ID 00008201 at 25 IRQ 0 (0:19)
                        eth0: PHY ID 00008201 at 26 IRQ 0 (0:1a)
                        eth0: PHY ID 00008201 at 27 IRQ 0 (0:1b)
                        eth0: PHY ID 00008201 at 28 IRQ 0 (0:1c)
                        eth0: PHY ID 00008201 at 29 IRQ 0 (0:1d)
                        eth0: PHY ID 00008201 at 30 IRQ 0 (0:1e)
                        eth0: PHY ID 00008201 at 31 IRQ 0 (0:1f)
                        ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
                        ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
                        stm_usb_probe: usb_phy_clk clock not found for stm-usb.0
                        stm-ehci stm-ehci.0: st-ehci
                        stm-ehci stm-ehci.0: new USB bus registered, assigned bus number 1
                        stm-ehci stm-ehci.0: irq 169, io mem 0xfe1ffe00
                        stm-ehci stm-ehci.0: USB 0.0 started, EHCI 1.00
                        usb usb1: configuration #1 chosen from 1 choice
                        hub 1-0:1.0: USB hub found
                        hub 1-0:1.0: 1 port detected
                        stm-ohci stm-ohci.0: stm-ohci
                        stm-ohci stm-ohci.0: new USB bus registered, assigned bus number 2
                        stm-ohci stm-ohci.0: irq 168, io mem 0xfe1ffc00
                        usb usb2: configuration #1 chosen from 1 choice
                        hub 2-0:1.0: USB hub found
                        hub 2-0:1.0: 1 port detected
                        stm_usb_probe: usb_phy_clk clock not found for stm-usb.1
                        stm-ehci stm-ehci.1: st-ehci
                        stm-ehci stm-ehci.1: new USB bus registered, assigned bus number 3
                        stm-ehci stm-ehci.1: irq 143, io mem 0xfeaffe00
                        stm-ehci stm-ehci.1: USB 0.0 started, EHCI 1.00
                        usb usb3: configuration #1 chosen from 1 choice
                        hub 3-0:1.0: USB hub found
                        hub 3-0:1.0: 1 port detected
                        stm-ohci stm-ohci.1: stm-ohci
                        stm-ohci stm-ohci.1: new USB bus registered, assigned bus number 4
                        stm-ohci stm-ohci.1: irq 142, io mem 0xfeaffc00
                        usb usb4: configuration #1 chosen from 1 choice
                        hub 4-0:1.0: USB hub found
                        hub 4-0:1.0: 1 port detected
                        Initializing USB Mass Storage driver...
                        usbcore: registered new interface driver usb-storage
                        USB Mass Storage support registered.
                        mice: PS/2 mouse device common for all mice
                        i2c /dev entries driver
                        Linux video capture interface: v2.00
                        sh_tmu: TMU0 kept as earlytimer
                        sh_tmu: TMU1 kept as earlytimer
                        usbcore: registered new interface driver usbhid
                        usbhid: v2.6:USB HID core driver
                        STMicroelectronics - Coprocessors st231 Init
                        st231.0 Coprocessor -------------------------------------------
                        flags 0001 RAM start at 0xbf000000 size 0x00400000
                        cop. addr 0x40000000
                        Channels : Not defined
                        IRQ : not used
                        ---------------------------------------------------------------
                        st231.1 Coprocessor -------------------------------------------
                        flags 0001 RAM start at 0xbf400000 size 0x00400000
                        cop. addr 0x40400000
                        Channels : Not defined
                        IRQ : not used
                        ---------------------------------------------------------------
                        DMA: Registering fdma_dmac.0 handler (16 channels).
                        IRQ 140/fdma_dmac.0: IRQF_DISABLED is not guaranteed on shared IRQs
                        stm-fdma stm-fdma.0: firmware: using built-in firmware fdma_STx7105_0.elf
                        platform fdma_dmac.0: SLIM hw 0.0, FDMA fw 2.1
                        DMA: Registering fdma_dmac.1 handler (16 channels).
                        IRQ 141/fdma_dmac.1: IRQF_DISABLED is not guaranteed on shared IRQs
                        stm-fdma stm-fdma.1: firmware: using built-in firmware fdma_STx7105_1.elf
                        platform fdma_dmac.1: SLIM hw 0.0, FDMA fw 2.5
                        stm-hwrandom stm-hwrandom: STM Random Number Generator ver. 0.1
                        Advanced Linux Sound Architecture Driver Version 1.0.21.
                        ALSA device list:
                        #0: STMicroelectronics STx7105 cut 4.x SOC audio subsystem
                        TCP cubic registered
                        NET: Registered protocol family 17
                        Waiting 10sec before mounting root device...
                        usb 1-1: new high speed USB device using stm-ehci and address 2
                        usb 1-1: configuration #1 chosen from 1 choice
                        scsi1 : SCSI emulation for USB Mass Storage devices
                        usb 3-1: new high speed USB device using stm-ehci and address 2
                        usb 3-1: configuration #1 chosen from 1 choice
                        hub 3-1:1.0: USB hub found
                        hub 3-1:1.0: 4 ports detected
                        usb 3-1.3: new high speed USB device using stm-ehci and address 3
                        usb 3-1.3: configuration #1 chosen from 1 choice
                        scsi2 : SCSI emulation for USB Mass Storage devices
                        scsi 1:0:0:0: Direct-Access INTENSO USB 1100 PQ: 0 ANSI: 0 CCS
                        sd 1:0:0:0: [sda] 15858688 512-byte logical blocks: (8.11 GB/7.56 GiB)
                        sd 1:0:0:0: [sda] Write Protect is off
                        sd 1:0:0:0: [sda] Assuming drive cache: write through
                        sd 1:0:0:0: [sda] Assuming drive cache: write through
                        sda: sda1 sda2 sda3 sda4
                        sd 1:0:0:0: [sda] Assuming drive cache: write through
                        sd 1:0:0:0: [sda] Attached SCSI removable disk
                        scsi 2:0:0:0: Direct-Access Mass Storage Device PQ: 0 ANSI: 0 CCS
                        sd 2:0:0:0: [sdb] Attached SCSI removable disk
                        EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
                        VFS: Mounted root (ext2 filesystem) on device 8:1.
                        Freeing unused kernel memory: 116k freed

                        INIT: version 2.86 booting

                        Mount /dev in tmpfs
                        Copying device nodes to /dev
                        Starting portmap daemon....
                        Loading autofs
                        Starting autofs
                        Segmentation fault
                        Starting DEBUG Interface
                        Mounting local filesystems...
                        Unable to find swap-space signature
                        Cleaning /tmp.
                        Hostname: ufs913.
                        STMMAC - user ID: 0x10, Synopsys ID: 0x33
                        stmmac: Rx Checksum Offload Engine supported
                        TX Checksum insertion supported
                        No MAC Management Counters availablefp_control: SW Version 1.02
                        Model: ufs913
                        vBoxType: 9
                        Selected Model: Kathrein UFS912 frontpanel control utility
                        init
                        cannot open /dev/vfd
                        No such device or address
                        checkConfig
                        configs: DISPLAY = 1, DISPLAYCUSTOM = 1, CUSTOM = %H:%M:%S
                        , WAKEUPDECREMENT 300
                        Clear: : Bad file descriptor
                        fp_control: SW Version 1.02
                        Model: ufs913
                        vBoxType: 9
                        Selected Model: Kathrein UFS912 frontpanel control utility
                        init
                        cannot open /dev/vfd
                        No such device or address
                        checkConfig
                        configs: DISPLAY = 1, DISPLAYCUSTOM = 1, CUSTOM = %H:%M:%S
                        , WAKEUPDECREMENT 300
                        setMode: : Bad file descriptor
                        setled: : Bad file descriptor
                        fp_control: SW Version 1.02
                        Model: ufs913
                        vBoxType: 9
                        Selected Model: Kathrein UFS912 frontpanel control utility
                        init
                        cannot open /dev/vfd
                        No such device or address
                        checkConfig
                        configs: DISPLAY = 1, DISPLAYCUSTOM = 1, CUSTOM = %H:%M:%S
                        , WAKEUPDECREMENT 300
                        setMode: : Bad file descriptor
                        -1
                        setledbrightness: : Bad file descriptor
                        starting telnetd
                        init stmfb

                        stmcore-display: using HDMI hotplug
                        stmcore-display: STi7105 display: probed
                        device probe found 2 display pipelines
                        requesting frm: 'component.fw', c11b5444/8710df50
                        stm-awg: firmware: requesting component.fw
                        frm 'component.fw' successfully loaded
                        requesting frm: 'fdvo0.fw', c11b5444/870c2350
                        stm-awg: firmware: requesting fdvo0.fw
                        frm 'fdvo0.fw' successfully loaded
                        stmfb: fb0 parameters = "1280x720-32@50:15mal:yuv:yuv"
                        stmfb: fb1 parameters = "<NULL>"
                        LOADING MODULES
                        fp_control: SW Version 1.02
                        Model: ufs913
                        vBoxType: 9
                        Selected Model: Kathrein UFS912 frontpanel control utility
                        init
                        cannot open /dev/vfd
                        No such device or address
                        checkConfig
                        configs: DISPLAY = 1, DISPLAYCUSTOM = 1, CUSTOM = %H:%M:%S
                        , WAKEUPDECREMENT 300
                        load a firmware
                        copLoadFile (file /boot/audio.elf)
                        ustslave: Kernel Version: 24
                        base_address 0x40400000
                        seeking to 0
                        seeking to 6000
                        seeking to 1c920
                        seeking to 24f60
                        seeking to 210b00
                        seeking to 210b38
                        seeking to 210b70
                        seeking to 28ff30
                        seeking to 28ff38
                        seeking to 28ff40
                        seeking to 28ff48
                        seeking to 2b4db0
                        seeking to 2b4e00
                        load v firmware
                        copLoadFile (file /boot/video.elf)
                        ustslave: Kernel Version: 24
                        base_address 0x40000000
                        seeking to 0
                        seeking to e2dc0
                        seeking to e2df8
                        seeking to e2e30
                        seeking to e8fe8
                        seeking to e8ff4
                        seeking to e9000
                        seeking to 115710
                        seeking to 117800
                        init embx
                        init AVS
                        init player 191
                        Init of MME log wrapper
                        snd_pseudo snd_pseudo.0: firmware: requesting downmix.fw
                        pseudocard: 1 pseudo soundcard(s) found
                        socket_init >
                        socket_probe >
                        ***************************
                        socket 1
                        name socket-1
                        pio port 3
                        pio pin 3
                        active l/h 1
                        i2c_bus 2
                        ***************************
                        socket 2
                        name socket-2
                        pio port 3
                        pio pin 2
                        active l/h 1
                        i2c_bus 2
                        socket_probe <
                        socket_init < 0
                        lnbh221_init >
                        lnbpio_init >
                        lnb_a8293_init >
                        avl6222_init >
                        avl6222_probe >
                        found frontend "avl6222-1" in platform config
                        found frontend "avl6222-2" in platform config
                        avl6222_probe <
                        avl6222_init < 0
                        ufs9xx_cic loaded
                        pti loaded
                        insmod: can't insert '/lib/modules/pti.ko': File exists
                        no swts ->routing streams from dvr0 direct to the player
                        DVB: registering new adapter (STM Streamer)
                        0: DeviceContext 8717a088, DvbDemux 8717a38c, DmxDevice 8717a574
                        CaInit()
                        Initializing CI Controller
                        init_ufs9xx_cic >
                        ptiInit context = 8717a088, demux = 8717a38c
                        [TSM] init stream routing...
                        Routing streams through cimax
                        pti ioremap 0x19230000 -> 0xc13e0000
                        Load TC ...
                        loadtc: >
                        loadtc: <
                        Load TC done
                        PHY: 0:00 - Link is Up - 100/Full
                        DVB_CA_SLOTSTATE_VALIDATE 0
                        dvb_ca adapter 0: Invalid PC card inserted
                        DVB_CA_SLOTSTATE_VALIDATE 1
                        dvb_ca adapter 0: Invalid PC card inserted
                        Wie man sieht schaut es auch so ähnlich aus mit den Args wie bei der 910.

                        Kommentar

                        • cpet
                          VIP
                          • 15.02.2008
                          • 949

                          #13
                          Ihr seid die größten!

                          Danke schon mal für die tollen Info´s.
                          Gibt es eigentlich die Möglichkeit so ein Image auch so zu bekommen ohne das man es selber bauen muß?
                          Mit dem bauen hab ich nämlich nicht so viel am Hut, soll heissen da bin ich leider ein absoluter DAU

                          Aber den Rest würde ich schon hinbekommen!
                          Gruß cpet
                          2x UFS910 <1Watt Titan
                          2x UFS913 mit e2
                          Epson Beamer EH-TW 5900 / Samsung LCD LE40 B650 / Samsung Plasma PS-42D4S AV-Receiver Onkyo TX-SR604 / Harmony 900

                          Kommentar

                          • m.vandyke
                            Neuer Benutzer
                            • 15.07.2012
                            • 22

                            #14
                            folgt man der anleitung von schischu aus dem xbmc thread kann man ja auch ein e2 flash image bauen.
                            richtig sinn macht es nur leider nicht da die e2 patches für nightly outdated sind bzw. der 913 gänzlich fehlt
                            kathrein ufs 913
                            cuberevo 7000 (RIP)
                            relook 210, relook 400, relook 300 (neumoimage)

                            Kommentar

                            • bonkel
                              unregistriert
                              • 06.07.2009
                              • 7924

                              #15
                              Zitat von m.vandyke Beitrag anzeigen
                              folgt man der anleitung von schischu aus dem xbmc thread kann man ja auch ein e2 flash image bauen.
                              richtig sinn macht es nur leider nicht da die e2 patches für nightly outdated sind bzw. der 913 gänzlich fehlt
                              wieso sind die e2 patches outdated, schaust wohl nicht ins richtige git

                              Kommentar

                              Nicht konfiguriertes PHP-Modul

                              Einklappen

                              Kathrein UFS-913 Sammelthread

                              Einklappen
                              Lädt...
                              X