Jump to content

Carlos12345

Full Member
  • Gesamte Inhalte

    69
  • Benutzer seit

  • Tagessiege

    2

Beiträge erstellt von Carlos12345

  1. Hallo,

     

    ich hatte mit für die alte DOX ein Plugin mit einen Schnellstarter für's blaue Tasten Mmenu erstellt.

     

    Habe diesen Schnellstarter nun für die Cooli angepasst.

     

     

    Nun eine kleine Anleitung wenn's jemanden interessiert.

     

    Dazu habe ich die Datei 000_shellexec.so mit einem Hex-Editor angepasst und dann unter serverstart.so gespeichert.

     

    Bild:

     

    000shellexecso.jpg

     

    In der Datei die Zeile suchen in der "fork....shellexec...[%s.so]" steht und durch "fork....serverstart.[%s.so]" ersetzen.

     

    An der Datei sonst nichts ändern! Unbedingt die alten Zeichen überschreiben!

     

    Bild:

     

    serverstartso.jpg

     

    Die Dateien serverstart.so und serverstart.cfg kommen nach /var/lib/tuxbox/plugins. (Die serverstart.so bekommt die Rechte 755)

     

    serverstart.cfg

     

    type=2

    name=Server starten

    desc=Server starten

    needfb=1

    needlcd=0

    needrc=1

    needoffsets=1

     

     

     

    Die Datei serverstart kommt nach /var/bin/ (rechte 755)

     

    serverstart

     

    ether-wake 00:11:22:33:44:55 #mac zu weckendes Gerät

    wget -Y off -O /dev/null http://localhost/control/message?popup="Der Server wird gestartet..."

    exit #Text der am Bildschirm ausgeben wird

     

     

     

    In die Serverstart nun noch die Mac-Adresse des zu weckenden Geräts einstellen und fertig.

     

     

    Funktioniert prima und eine Bildschirm Meldung wird auch abgesetzt. :thumbsu:

     

    Schnüffler hat die Dateien zum Upload bei File-Upload zur Verfügung eingestellt.

  2. Habe mir jetzt noch ein paar USB Stick's von Freunden ausgeliehen, und da war einer dabei der funktionierte. :hocky:

     

    Ich gaub es nicht, meine Cooli läuft wieder. :cool: :cool: Ab und an hatte ich schon Lust die Box aus dem Fenster zu schmeißen. :fpc:

     

    Funktioniert hat dann ein Stick der Marke Captivia mit einer größe von 256mb.

     

    Das ist der erste große minus Punkt den die BOX von mir bekommt, liest nur bestimme USB Sticks, und in Notfall kann man nur hoffen irgendwo einen passenden Stick aufzutreiben.

     

    Hat diese Probleme nur die HD1?

     

     

    Ich werde meine Erfahrungen mit den Sticks in einem neuen Beitrag zusammenfassen.

    Falls jemand mal in die gleiche Lage kommt wie ich, dann ist dass wenigstens ein Anhaltspunkt welches Sticks funktionieren.

     

     

    Nochmals danke an alle die hier geholfen haben.

  3. So, jetzt wollte ich das flash image mit USB aufspielen, nur es funktioniert es mit keinem meiner Sticks. :angry:

     

    Einge werden nicht geladen, bei andern läst sich dann das Imge-File nicht lesen. :angry: :angry: :angry:

     

     

    HD1> usb start

    (Re)start USB...

    USB: ehci_hcd_init();

    CX2450x init hccr e8000100 and hcor e8000140 hc_length 64

    Register 10011 NbrPorts 1

    USB EHCI 1.00

    scanning bus for devices... 2 USB Device(s) found

    scanning bus for storage devices... 1 Storage Device(s) found

    HD1> fatload usb 0 0x0E000000 mtd2.img

    Device NOT ready

    Request Sense returned 06 28 00

    ** Can't read from device 0 **

     

    ** Unable to use usb 0:1 for fatload **

    HD1>

     

     

     

    HD1> usb start

    (Re)start USB...

    USB: ehci_hcd_init();

    CX2450x init hccr e8000100 and hcor e8000140 hc_length 64

    Register 10011 NbrPorts 1

    USB EHCI 1.00

    scanning bus for devices... 2 USB Device(s) found

    scanning bus for storage devices... 1 Storage Device(s) found

    HD1> fatload usb 0 0x0E000000 mtd2.img

    reading mtd2.img

     

    ** Unable to read "mtd2.img" from usb 0:1 **

    HD1>

     

     

     

    HD1>

    HD1> start usb

    Unknown command 'start' - try 'help'

    HD1> usb start

    (Re)start USB...

    USB: ehci_hcd_init();

    CX2450x init hccr e8000100 and hcor e8000140 hc_length 64

    Register 10011 NbrPorts 1

    USB EHCI 1.00

    scanning bus for devices... 2 USB Device(s) found

    scanning bus for storage devices...

     

     

    Entwerder hat meine BOX eine Make am USB Port, oder ich habe keine passenden Sticks, die Stiks habe ich schon auf Fehler gerüft. Die größe der Sticks war von 250mb bis 2000mb

     

    Was kann ich jetz noch tun. :(

     

    Das setzten der Rechte hat nichts gebracht. Ich habe noch probiert mittels VI die Änderungen an der "rcS" rückgängig zu machen, aber diesen Editor verstehe ich einfach nicht, aber wer weis ob das überhauptwas bringt.

     

    Ich werde jetzt wieder die gute alte DBOX aufbauen, denn ich glaube die Cooli wird länger nicht gehen, oder uberhaupt nicht mehr.

     

    Ich hoffe ihr verliert nicht gedult mit mir..... :bow: :bow: :bow:

  4. Hallo,

     

    ich habe unter Linux mit einem Linux Editor die Datei "rcS" um diese Einträge erweitert.

     

    # Delay fuer Bootlogo
    [ -e /var/etc/.kwca?d_? ] && sleep 5 || sleep 10
    
    /etc/init.d/start_neutrino &
    
    sleep 8 -->neuer eintrag von mir
    
    operations camd_init -->neuer eintrag von mir
    

     

    Werde jetzt versuchen die Rechte neu zu setzten, übers Terminal Programm. (Serielle Schnittstelle)

     

    Leider komme ich per telnet oder FTP nicht mehr auf die box. Was ich nicht verstehe den laut boot.log wird das Netzwerk gesetzt.

    boot.log

     

    RPC: Registered udp transport module.

    RPC: Registered tcp transport module.

    RealTek 8201 PHY eth0: Link Up 100 Mbps Full Duplex

    VFS: Mounted root (jffs2 filesystem).

     

     

    @SnowHead

    Kann ich übers Terminal Programm einen Editor aufrufen und die Einträge in der „rcS“ wieder entfernen. Im Terminal Programm komme ich bei der BOX auf eine Art Kommandozeile.

     

    @willi7266

     

    Das traue ich mir im Moment noch nicht, da ich nicht 100% sicher bin, dass das mit der HD1 auch funktioniert, und ich nicht genau weis welche Dateien ich nehmen muss und woher ich die bekomme.

     

    Wenn dann etwas schief läuft komme ich vielleicht auch mit dem Terminal Programm nicht mehr auf die BOX. Dann kann ich vermutlich die Box wirklich in die Ecke stellen da das Emergency Tool bei mir nicht läuft.

     

    @Gandal

    bei der Repairanleitung muss ich die angehängte Datei nehmen? Ich hoffe es kommt dabei mit dem Keywelt Kernel nicht zu Inkompatibilität.

  5. Hallo,

     

    jetzt habe ich aber wirklich Mist gebaut. Hatte ein Problem (steht im FullMenber Bereich) und habe an der start.neutrino und rcS rumgepfuscht.

     

    Jetzt bleibt die Box bei „boot Kernel“ stehen. :(

    Alles halb so schlimm dachte ich, es gibt ja das Emergency Tool nur, dass das Programm bei mir nicht funktioniert. Ich habe schon sämtliche USB Sticks probiert die ich gefunden habe, natürlich alle frisch mit FAT32 formatiert. :(

     

    Das verwendete Programm heißt NXPHDloader mit den Dateien mtd1.img und mtd2.img

     

     

    usb start

    (Re)start USB... USB:

    ehci_hdc_init(); CX2450x init hccr

    e80001000 and hcor e8000140 hc_length 64 R

    egidter 10011 NbrPorts 1 USB EHCI 1.00 s

    canning bus for devices...2 USB Divice(s)

    found scanning bus for storage

    devices... usb start

    (Re)start USB...USB:

    ehci_hcd_init(); CX2450x iniiit hccr

    e8000100 and hcor e8000140 hc_length 65 R

    egister 10011 NbrPorts 1 USB EHCI 1.00 s

    canning bus for devices... 2USB Device(s)

    found scanning bus for storage

    device...1 Storage Divice(s) found HD1>

    fatload usb 0 0mtd1.img

    reading mtd1.img

    ** Unable to read "mtd1.img" from usb 0:1

    ** HD1>

    HD1>

     

     

    Das Programm sagt ständig, dass des die mtd1 oder mtd2 nicht lesen kann.

     

     

    Jetzt musste ich nicht mehr weiter. Habe mich jetzt Stunden durch I-Net gesucht und bin dann auf folgende Anleitung gestoßen.

     

    http://www.dbox2world.net/board293-coolstream-hd1/board306-coolstream-hd1-support/board312-coolstream-hd1-howto-tutorial-anleitungen/8475-image-update-flashen-via-bootloader-und-usb/

     

     

    Könnte ich so das Keywelt Image neu aufspielen, oder mache dann nur noch mehr kaputt? :unsure:

     

     

    Nun weis ich wie man an den Bootlog kommt. Außerdem habe ich herausgefunden, dass das Problem es an der datei "rcS" liegt.

    bootloog

     

    USB Mass Storage support registered.

    mice: PS/2 mouse device common for all mice

    i2c /dev entries driver

    Advanced Linux Sound Architecture Driver Version 1.0.16.

    ALSA device list:

    No soundcards found.

    TCP cubic registered

    NET: Registered protocol family 17

    NET: Registered protocol family 15

    RPC: Registered udp transport module.

    RPC: Registered tcp transport module.

    RealTek 8201 PHY eth0: Link Up 100 Mbps Full Duplex

    VFS: Mounted root (jffs2 filesystem).

    Freeing init memory: 116K

    init started: BusyBox v1.18.4 (coolstream)

    can't run '/etc/init.d/rcS': No such file or directory

     

    Please press Enter to activate this console.

    / # 6nJ

    / # 6nhalt

    The system is going down NOW!

    Sent SIGTERM to all processes

    Terminated

    Sent SIGKILL to all processes

    Requesting system halt

    System halted.

    OK

    OK

     

    Starting kernel ...

     

    Linux version 2.6.26.8-nevis (lucgas@macbook52.localdomain) (gcc version 4.3.2 (

    crosstool-NG-1.3.2) ) #3 Sat Mar 26 18:15:40 HKT 2011

    CPU: ARMv6-compatible processor [410fb764] revision 4 (ARMv7), cr=00c5387f

    Machine: CoolStream HDx IRD

    Memory policy: ECC disabled, Data cache writeback

    CPU0: D VIPT write-back cache

    CPU0: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets

    CPU0: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets

    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 97536

    Kernel command line: console=ttyRI0 mtdparts=cx2450xflash:512k(U-Boot)ro,4096k(k

    ernel),28160k(systemFS) root=mtd2 rootfstype=jffs2 rw mem=384M

    PID hash table entries: 2048 (order: 11, 8192 bytes)

    Console: colour dummy device 80x30

    console [ttyRI0] enabled

    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

    Memory: 384MB = 384MB total

    Memory: 383232KB available (3784K code, 348K data, 116K init)

    Mount-cache hash table entries: 512

    CPU: Testing write buffer coherency: ok

    net_namespace: 192 bytes

    NET: Registered protocol family 16

    SCSI subsystem initialized

    usbcore: registered new interface driver usbfs

    usbcore: registered new interface driver hub

    usbcore: registered new device driver usb

    NET: Registered protocol family 2

    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

    TCP established hash table entries: 16384 (order: 5, 131072 bytes)

    TCP bind hash table entries: 16384 (order: 4, 65536 bytes)

    TCP: Hash tables configured (established 16384 bind 16384)

    TCP reno registered

    NET: Registered protocol family 1

    NetWinder Floating Point Emulator V0.97 (double precision)

    JFFS2 version 2.2. (SUMMARY) 2001-2006 Red Hat, Inc.

    SGI XFS with security attributes, realtime, no debug enabled

    msgmni has been set to 748

    io scheduler noop registered

    io scheduler anticipatory registered

    io scheduler deadline registered

    io scheduler cfq registered (default)

    ttyRI0 at MMIO 0xe0412000 (irq = 2) is a CX2450x UART

    brd: module loaded

    loop: module loaded

    Inside emacdev_load function

    Inside emacdev_init function

    EMAC 0 Initialized

    RealTek 8201 PHY eth0: Link down

    Driver 'sd' needs updating - please use bus_type methods

    Driver 'sr' needs updating - please use bus_type methods

    CX2450x MTD driver v1.0 (Feb 11 2011, 18:01:36) © Coolstream International Ltd

    .

    cx2450xflash: Found 1 x16 devices at 0x0 in 16-bit bank

    Amd/Fujitsu Extended Query Table at 0x0040

    cx2450xflash: 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.

    3 cmdlinepart partitions found on MTD device cx2450xflash

    Creating 3 MTD partitions on "cx2450xflash":

    0x00000000-0x00080000 : "U-Boot"

    0x00080000-0x00480000 : "kernel"

    0x00480000-0x02000000 : "systemFS"

    cx2450x-ehci cx2450x-ehci.0: Conexant CX2450X EHCI USB-Controller

    cx2450x-ehci cx2450x-ehci.0: new USB bus registered, assigned bus number 1

    cx2450x-ehci cx2450x-ehci.0: irq 13, io mem 0xe8000100

    cx2450x-ehci cx2450x-ehci.0: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004

    usb usb1: configuration #1 chosen from 1 choice

    hub 1-0:1.0: USB hub found

    hub 1-0:1.0: 1 port detected

    usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    usb usb1: Product: Conexant CX2450X EHCI USB-Controller

    usb usb1: Manufacturer: Linux 2.6.26.8-nevis ehci_hcd

    usb usb1: SerialNumber: cx2450x-ehci.0

    cx2450x-ehci cx2450x-ehci.1: Conexant CX2450X EHCI USB-Controller

    cx2450x-ehci cx2450x-ehci.1: new USB bus registered, assigned bus number 2

    cx2450x-ehci cx2450x-ehci.1: irq 17, io mem 0xe8001100

    cx2450x-ehci cx2450x-ehci.1: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004

    usb usb2: configuration #1 chosen from 1 choice

    hub 2-0:1.0: USB hub found

    hub 2-0:1.0: 1 port detected

    usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

    usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    usb usb2: Product: Conexant CX2450X EHCI USB-Controller

    usb usb2: Manufacturer: Linux 2.6.26.8-nevis ehci_hcd

    usb usb2: SerialNumber: cx2450x-ehci.1

    Initializing USB Mass Storage driver...

    usbcore: registered new interface driver usb-storage

    USB Mass Storage support registered.

    USB Mass Storage support registered.

    i2c /dev entries driver

    Advanced Linux Sound Architecture Driver Version 1.0.16.

    ALSA device list:

    No soundcards found.

    TCP cubic registered

    NET: Registered protocol family 17

    NET: Registered protocol family 15

    RPC: Registered udp transport module.

    RPC: Registered tcp transport module.

    RealTek 8201 PHY eth0: Link Up 100 Mbps Full Duplex

    VFS: Mounted root (jffs2 filesystem).

    Freeing init memory: 116K

    init started: BusyBox v1.18.4 (coolstream)

    can't run '/etc/init.d/rcS': No such file or directory

     

    Please press Enter to activate this console. ^[b^[b

    / # 6nhalt

    The system is going down NOW!

    Sent SIGTERM to all processes

    Terminated

    Sent SIGKILL to all processes

    Requesting system halt

    System halted.

    2h61"pm44m37m1m2J1;1H(B)B?3l?9h

    U-Boot 2009.03-svn1055 (Aug 11 2009 - 10:03:29) Coolstream HD1

     

    Chipset information

    Vendor: Conexant Type: CX2450x (Nevis) Revision: C0 Fuses: 76FFED34

    Option: 40810000 max. clock: 450 MHz Core voltage: high

     

    Clock information

    MPG0: 594.000 MHz MPG1: 594.000 MHz HD : 593.407 MHz AUD : 491.520 MHz

    PLL0: 432.000 MHz PLL1: 450.000 MHz PLL2: 533.333 MHz

    CPU : 450.000 MHz from PLL1

     

    Memory configuration

    Start End Type Description

     

    00000000 0FFFFFFF RAM System main memory bank #0

    10000000 17FFFFFF RAM System main memory bank #1

    F0000000 F1FFFFFF FLASH Spansion S29GL256P (256 Mbit / 16M x 16)

     

    Serial number: 006-00000386 (06-000182)

    *** Warning - bad CRC, using default environment ***

     

    Network configuration

    MAC: Conexant VMAC rev. 07 address: 00-C5-5C-00-01-82

    PHY: IC Plus IP101 address: 09

     

    Hit any key to stop autoboot: 0

    ## Booting kernel from Legacy Image at f0080000 ...

    Image Name: Coolstream HD1 Kernel

    Image Type: ARM Linux Kernel Image (uncompressed)

    Data Size: 4119240 Bytes = 3.9 MB

    Load Address: 17048000

    Entry Point: 17048000

    Verifying Checksum ... OK

    Loading Kernel Image ... OK

    OK

     

    Starting kernel ...

     

    Linux version 2.6.26.8-nevis (lucgas@macbook52.localdomain) (gcc version 4.3.2 (

    crosstool-NG-1.3.2) ) #3 Sat Mar 26 18:15:40 HKT 2011

    CPU: ARMv6-compatible processor [410fb764] revision 4 (ARMv7), cr=00c5387f

    Machine: CoolStream HDx IRD

    Memory policy: ECC disabled, Data cache writeback

    CPU0: D VIPT write-back cache

    CPU0: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets

    CPU0: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets

    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 97536

    Kernel command line: console=ttyRI0 mtdparts=cx2450xflash:512k(U-Boot)ro,4096k(k

    ernel),28160k(systemFS) root=mtd2 rootfstype=jffs2 rw mem=384M

    PID hash table entries: 2048 (order: 11, 8192 bytes)

    Console: colour dummy device 80x30

    console [ttyRI0] enabled

    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

    Memory: 384MB = 384MB total

    Memory: 383232KB available (3784K code, 348K data, 116K init)

    Mount-cache hash table entries: 512

    CPU: Testing write buffer coherency: ok

    net_namespace: 192 bytes

    NET: Registered protocol family 16

    SCSI subsystem initialized

    usbcore: registered new interface driver usbfs

    usbcore: registered new interface driver hub

    usbcore: registered new device driver usb

    NET: Registered protocol family 2

    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

    TCP established hash table entries: 16384 (order: 5, 131072 bytes)

    TCP bind hash table entries: 16384 (order: 4, 65536 bytes)

    TCP: Hash tables configured (established 16384 bind 16384)

    TCP reno registered

    NET: Registered protocol family 1

    NetWinder Floating Point Emulator V0.97 (double precision)

    JFFS2 version 2.2. (SUMMARY) 2001-2006 Red Hat, Inc.

    SGI XFS with security attributes, realtime, no debug enabled

    msgmni has been set to 748

    io scheduler noop registered

    io scheduler anticipatory registered

    io scheduler deadline registered

    io scheduler cfq registered (default)

    ttyRI0 at MMIO 0xe0412000 (irq = 2) is a CX2450x UART

    brd: module loaded

    loop: module loaded

    Inside emacdev_load function

    Inside emacdev_init function

    EMAC 0 Initialized

    RealTek 8201 PHY eth0: Link down

    Driver 'sd' needs updating - please use bus_type methods

    Driver 'sr' needs updating - please use bus_type methods

    CX2450x MTD driver v1.0 (Feb 11 2011, 18:01:36) © Coolstream International Ltd

    .

    cx2450xflash: Found 1 x16 devices at 0x0 in 16-bit bank

    Amd/Fujitsu Extended Query Table at 0x0040

    cx2450xflash: 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.

    3 cmdlinepart partitions found on MTD device cx2450xflash

    Creating 3 MTD partitions on "cx2450xflash":

    0x00000000-0x00080000 : "U-Boot"

    0x00080000-0x00480000 : "kernel"

    0x00480000-0x02000000 : "systemFS"

    cx2450x-ehci cx2450x-ehci.0: Conexant CX2450X EHCI USB-Controller

    cx2450x-ehci cx2450x-ehci.0: new USB bus registered, assigned bus number 1

    cx2450x-ehci cx2450x-ehci.0: irq 13, io mem 0xe8000100

    cx2450x-ehci cx2450x-ehci.0: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004

    usb usb1: configuration #1 chosen from 1 choice

    hub 1-0:1.0: USB hub found

    hub 1-0:1.0: 1 port detected

    usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    usb usb1: Product: Conexant CX2450X EHCI USB-Controller

    usb usb1: Manufacturer: Linux 2.6.26.8-nevis ehci_hcd

    usb usb1: SerialNumber: cx2450x-ehci.0

    cx2450x-ehci cx2450x-ehci.1: Conexant CX2450X EHCI USB-Controller

    cx2450x-ehci cx2450x-ehci.1: new USB bus registered, assigned bus number 2

    cx2450x-ehci cx2450x-ehci.1: irq 17, io mem 0xe8001100

    cx2450x-ehci cx2450x-ehci.1: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004

    usb usb2: configuration #1 chosen from 1 choice

    hub 2-0:1.0: USB hub found

    hub 2-0:1.0: 1 port detected

    usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

    usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    usb usb2: Product: Conexant CX2450X EHCI USB-Controller

    usb usb2: Manufacturer: Linux 2.6.26.8-nevis ehci_hcd

    usb usb2: SerialNumber: cx2450x-ehci.1

    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

    Advanced Linux Sound Architecture Driver Version 1.0.16.

    ALSA device list:

    No soundcards found.

    TCP cubic registered

    NET: Registered protocol family 17

    NET: Registered protocol family 15

    RPC: Registered udp transport module.

    RPC: Registered tcp transport module.

    RealTek 8201 PHY eth0: Link Up 100 Mbps Full Duplex

    VFS: Mounted root (jffs2 filesystem).

    Freeing init memory: 116K

    init started: BusyBox v1.18.4 (coolstream)

    can't run '/etc/init.d/rcS': No such file or directory

    jhb

    Please press Enter to activate this console. vcxew^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H

    ^[b

    / # 6nhalt

    The system is going down NOW!

    Sent SIGTERM to all processes

    Terminated

    Sent SIGKILL to all processes

    Requesting system halt

    System halted.

    2h61"pm44m37m1m2J1;1H(B)B?3l?9h

    U-Boot 2009.03-svn1055 (Aug 11 2009 - 10:03:29) Coolstream HD1

     

    Chipset information

    Vendor: Conexant Type: CX2450x (Nevis) Revision: C0 Fuses: 76FFED34

    Option: 40810000 max. clock: 450 MHz Core voltage: high

     

    Clock information

    MPG0: 594.000 MHz MPG1: 594.000 MHz HD : 593.407 MHz AUD : 491.520 MHz

    PLL0: 432.000 MHz PLL1: 450.000 MHz PLL2: 533.333 MHz

    CPU : 450.000 MHz from PLL1

     

    Memory configuration

    Start End Type Description

     

    00000000 0FFFFFFF RAM System main memory bank #0

    10000000 17FFFFFF RAM System main memory bank #1

    F0000000 F1FFFFFF FLASH Spansion S29GL256P (256 Mbit / 16M x 16)

     

    Serial number: 006-00000386 (06-000182)

    *** Warning - bad CRC, using default environment ***

     

    Network configuration

    MAC: Conexant VMAC rev. 07 address: 00-C5-5C-00-01-82

    PHY: IC Plus IP101 address: 09

     

    Hit any key to stop autoboot: 0

    HD1> usb start

    (Re)start USB...

    USB: ehci_hcd_init();

    CX2450x init hccr e8000100 and hcor e8000140 hc_length 64

    Register 10011 NbrPorts 1

    USB EHCI 1.00

    scanning bus for devices... 2 USB Device(s) found

    scanning bus for storage devices... 1 Storage Device(s) found

    HD1> halt

    Unknown command 'halt' - try 'help'

    HD1> help

    ? - alias for 'help'

    autoscr - run script from memory

    base - print or set address offset

    bdinfo - print Board Info structure

    boot - boot default, i.e., run 'bootcmd'

    bootd - boot default, i.e., run 'bootcmd'

    bootm - boot application image from memory

    bootp - boot image via network using BOOTP/TFTP protocol

    cmp - memory compare

    coninfo - print console devices and information

    cp - memory copy

    crc32 - checksum calculation

    erase - erase FLASH memory

    ext2load- load binary file from a Ext2 filesystem

    ext2ls - list files in a directory (default /)

    fatinfo - print information about filesystem

    fatload - load binary file from a dos filesystem

    fatls - list files in a directory (default /)

    flinfo - print FLASH memory information

    go - start application at address 'addr'

    help - print online help

    iminfo - print header information for application image

    imls - list all images found in flash

    itest - return true/false on integer compare

    loop - infinite loop on address range

    md - memory display

    mm - memory modify (auto-incrementing)

    mtest - simple RAM test

    mw - memory write (fill)

    nm - memory modify (constant address)

    otpdump - dump the content of the flash's OTP-sector

    otpwrite- write data into the flash's OTP-sector (factory only).

    ping - send ICMP ECHO_REQUEST to network host

    printenv- print environment variables

    protect - enable or disable FLASH write protection

    rarpboot- boot image via network using RARP/TFTP protocol

    reset - Perform RESET of the CPU

    saveenv - save environment variables to persistent storage

    setenv - set environment variables

    tftpboot- boot image via network using TFTP protocol

    usb - USB sub-system

    usbboot - boot from USB device

    version - print monitor version

    HD1>

    2h61"pm44m37m1m2J1;1H(B)B?3l?9h

    U-Boot 2009.03-svn1055 (Aug 11 2009 - 10:03:29) Coolstream HD1

     

    Chipset information

    Vendor: Conexant Type: CX2450x (Nevis) Revision: C0 Fuses: 76FFED34

    Option: 40810000 max. clock: 450 MHz Core voltage: high

     

    Clock information

    MPG0: 594.000 MHz MPG1: 594.000 MHz HD : 593.407 MHz AUD : 491.520 MHz

    PLL0: 432.000 MHz PLL1: 450.000 MHz PLL2: 533.333 MHz

    CPU : 450.000 MHz from PLL1

     

    Memory configuration

    Start End Type Description

     

    00000000 0FFFFFFF RAM System main memory bank #0

    10000000 17FFFFFF RAM System main memory bank #1

    F0000000 F1FFFFFF FLASH Spansion S29GL256P (256 Mbit / 16M x 16)

     

    Serial number: 006-00000386 (06-000182)

    *** Warning - bad CRC, using default environment ***

     

    Network configuration

    MAC: Conexant VMAC rev. 07 address: 00-C5-5C-00-01-82

    PHY: IC Plus IP101 address: 09

     

    Hit any key to stop autoboot: 0

    ## Booting kernel from Legacy Image at f0080000 ...

    Image Name: Coolstream HD1 Kernel

    Image Type: ARM Linux Kernel Image (uncompressed)

    Data Size: 4119240 Bytes = 3.9 MB

    Load Address: 17048000

    Entry Point: 17048000

    Verifying Checksum ... OK

    Loading Kernel Image ... OK

    OK

     

    Starting kernel ...

     

    Linux version 2.6.26.8-nevis (lucgas@macbook52.localdomain) (gcc version 4.3.2 (

    crosstool-NG-1.3.2) ) #3 Sat Mar 26 18:15:40 HKT 2011

    CPU: ARMv6-compatible processor [410fb764] revision 4 (ARMv7), cr=00c5387f

    Machine: CoolStream HDx IRD

    Memory policy: ECC disabled, Data cache writeback

    CPU0: D VIPT write-back cache

    CPU0: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets

    CPU0: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets

    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 97536

    Kernel command line: console=ttyRI0 mtdparts=cx2450xflash:512k(U-Boot)ro,4096k(k

    ernel),28160k(systemFS) root=mtd2 rootfstype=jffs2 rw mem=384M

    PID hash table entries: 2048 (order: 11, 8192 bytes)

    Console: colour dummy device 80x30

    console [ttyRI0] enabled

    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

    Memory: 384MB = 384MB total

    Memory: 383232KB available (3784K code, 348K data, 116K init)

    Mount-cache hash table entries: 512

    CPU: Testing write buffer coherency: ok

    net_namespace: 192 bytes

    NET: Registered protocol family 16

    SCSI subsystem initialized

    usbcore: registered new interface driver usbfs

    usbcore: registered new interface driver hub

    usbcore: registered new device driver usb

    NET: Registered protocol family 2

    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

    TCP established hash table entries: 16384 (order: 5, 131072 bytes)

    TCP bind hash table entries: 16384 (order: 4, 65536 bytes)

    TCP: Hash tables configured (established 16384 bind 16384)

    TCP reno registered

    NET: Registered protocol family 1

    NetWinder Floating Point Emulator V0.97 (double precision)

    JFFS2 version 2.2. (SUMMARY) 2001-2006 Red Hat, Inc.

    SGI XFS with security attributes, realtime, no debug enabled

    msgmni has been set to 748

    io scheduler noop registered

    io scheduler anticipatory registered

    io scheduler deadline registered

    io scheduler cfq registered (default)

    ttyRI0 at MMIO 0xe0412000 (irq = 2) is a CX2450x UART

    brd: module loaded

    loop: module loaded

    Inside emacdev_load function

    Inside emacdev_init function

    EMAC 0 Initialized

    RealTek 8201 PHY eth0: Link down

    Driver 'sd' needs updating - please use bus_type methods

    Driver 'sr' needs updating - please use bus_type methods

    CX2450x MTD driver v1.0 (Feb 11 2011, 18:01:36) © Coolstream International Ltd

    .

    cx2450xflash: Found 1 x16 devices at 0x0 in 16-bit bank

    Amd/Fujitsu Extended Query Table at 0x0040

    cx2450xflash: 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.

    3 cmdlinepart partitions found on MTD device cx2450xflash

    Creating 3 MTD partitions on "cx2450xflash":

    0x00000000-0x00080000 : "U-Boot"

    0x00080000-0x00480000 : "kernel"

    0x00480000-0x02000000 : "systemFS"

    cx2450x-ehci cx2450x-ehci.0: Conexant CX2450X EHCI USB-Controller

    cx2450x-ehci cx2450x-ehci.0: new USB bus registered, assigned bus number 1

    cx2450x-ehci cx2450x-ehci.0: irq 13, io mem 0xe8000100

    cx2450x-ehci cx2450x-ehci.0: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004

    usb usb1: configuration #1 chosen from 1 choice

    hub 1-0:1.0: USB hub found

    hub 1-0:1.0: 1 port detected

    usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    usb usb1: Product: Conexant CX2450X EHCI USB-Controller

    usb usb1: Manufacturer: Linux 2.6.26.8-nevis ehci_hcd

    usb usb1: SerialNumber: cx2450x-ehci.0

    cx2450x-ehci cx2450x-ehci.1: Conexant CX2450X EHCI USB-Controller

    cx2450x-ehci cx2450x-ehci.1: new USB bus registered, assigned bus number 2

    cx2450x-ehci cx2450x-ehci.1: irq 17, io mem 0xe8001100

    cx2450x-ehci cx2450x-ehci.1: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004

    usb usb2: configuration #1 chosen from 1 choice

    hub 2-0:1.0: USB hub found

    hub 2-0:1.0: 1 port detected

    usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

    usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    usb usb2: Product: Conexant CX2450X EHCI USB-Controller

    usb usb2: Manufacturer: Linux 2.6.26.8-nevis ehci_hcd

    usb usb2: SerialNumber: cx2450x-ehci.1

    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

    Advanced Linux Sound Architecture Driver Version 1.0.16.

    ALSA device list:

    No soundcards found.

    TCP cubic registered

    NET: Registered protocol family 17

    NET: Registered protocol family 15

    RPC: Registered udp transport module.

    RPC: Registered tcp transport module.

    RealTek 8201 PHY eth0: Link Up 100 Mbps Full Duplex

    VFS: Mounted root (jffs2 filesystem).

    Freeing init memory: 116K

    init started: BusyBox v1.18.4 (coolstream)

    can't run '/etc/init.d/rcS': No such file or directory

     

    Please press Enter to activate this console.

     

     

     

    So kann ich zuminstet über's Termial Programm auf eine Art shell zugreifen.

    Ist es möglich über`s Terminal Programm und die „shell“ die Datei zu editieren? (oder zu ersetzen)

     

    Ich hoffe ihr könnt mir helfen, denn als Briefbeschwerer ist mir die Box zu schade.

     

    Was aber schade ist, dass das Emergency Tool der HD1 nicht funktioniert, was spätestens, wenn der Kernel nicht mehr will, zu großen Problem führt. Oder gibt es da ein anderes Programm?

  6. Hallo,

     

    ich hatte mit für die alte DOX ein Plugin mit einen Schnellstarter für's blaue Tasten Mmenu erstellt.

     

    Habe diesen Schnellstarter nun für die Cooli angepasst.

     

     

    Nun eine kleine Anleitung wenn's jemanden interessiert.

     

    Dazu habe ich die Datei shellexec.so mit einem Hex-Editor angepasst und dann unter serverstart.so gespeichert.

     

    Bild:

    Wie kann ich ein Bild hochladen?

     

    In der Datei die Zeile suchen in der "fork....shellexec...[%s.so]" steht und durch "fork....serverstart.[%s.so]" ersetzen.

     

    An der Datei sonst nichts ändern! Unbedingt die alten Zeichen überschreiben!

     

     

    Die Dateien serverstart.so und serverstart.cfg kommen nach /var/lib/tuxbox/plugins. (Die serverstart.so bekommt die Rechte 755)

     

    serverstart.cfg

     

    type=2

    name=Server starten

    desc=Server starten

    needfb=1

    needlcd=0

    needrc=1

    needoffsets=1

     

     

     

    Die Datei serverstart kommt nach /var/bin/ (rechte 755)

     

    serverstart

     

    ether-wake 00:11:22:33:44:55 #mac zu wekendes Gerät

    wget -Y off -O /dev/null http://localhost/control/message?popup="Der Server wird gestartet..."

    exit #Text der am Bildschirm ausgeben wird

     

     

     

    In die Serverstart nun noch die Mac-Adresse des zu weckenden Geräts einstellen und fertig.

     

     

    Funktioniert prima und eine Bildschirm Meldung wird auch abgesetzt. :thumbsu:

     

    Ich würde die Datein zu verfügung stellen, weis aber nicht wie ich die hochladen kann.

  7. Hallo

     

    Danke für die Antwort. Ich werde das Enima Plugin mal versuchen.

     

    Das mit dem CS-Einstellungen wuste ich nicht, bzw. es wahren die

    Standarteinstellungen wie in der Hilfedatei beschrieben, da ich kein CS-betreibe.

     

    MFG

    Carlos12345

  8. @SnowHead

     

    Hallo

     

    Ich habe das logs-Plugin nach dieser Anleitung in's Powerbord Enigma (neuste Version) eingebaut.

    Ich verwende die camd3.868. Um die Popups beim stecken einer Karte zu sehen habe ich das Logs-Plugin installiert.

    Soweit klappt auch alles. Wenn ich das Plugin aufrufe kann ich Infos zun den gesteckten Karten abrufen.

    Leider sehe ich beim stecken der Karte (egal welcher Slot) keine Popups.

    meine camd3.config sieht so aus:

     

    Edit SnowHead: CS-Daten entfernt. Bitte Boardregeln beachten!

     

    In die Start_Enigma habe ich den Eintrag "/var/bin/logcsd -s -o" eingefügt.

    ----------------------------------------------

    #!/bin/sh

     

    # $Id: start_enigma,v 1.6 2005/06/10 10:49:13 saruman Exp $

    var/bin/logcsd -s -o

    unset TZ

    touch /tmp/.enigma

    ---------------------------------------------

     

    Was stimmt nicht?

     

    Besten dank im Foraus

    Carlos12345

×
×
  • Neu erstellen...