Letzte Themen:

Sony Vaio Notebook » Autor (Quelle): efe72 » Letzter Beitrag: sammy909 Ersatz für Dreambox HD 8000 » Autor (Quelle): haie » Letzter Beitrag: zeus-crew Ruf mich an » Autor (Quelle): Duke » Letzter Beitrag: Duke Ebay Kleinanzeigen » Autor (Quelle): zeus-crew » Letzter Beitrag: Trike HD Plus stellt neuen Empfangsweg vor » Autor (Quelle): Dr.Dream » Letzter Beitrag: rqs Ein Gedicht das (vielleicht) polarisieren wird » Autor (Quelle): Beingodik » Letzter Beitrag: Beingodik Nokia Streaming Box 8000 / 8010 » Autor (Quelle): satron » Letzter Beitrag: satron Fire Stick was geht da ? » Autor (Quelle): crx » Letzter Beitrag: crx 23 Jahre Spinnes-Board » Autor (Quelle): Duke » Letzter Beitrag: DEF Win7, Rechner startet von heut auf morgen nicht mehr .... » Autor (Quelle): wegomyway » Letzter Beitrag: rqs
Ergebnis 1 bis 12 von 12

Thema: Problem mit Kathie und incubus

  1. #1
    SMember Avatar von B.T.
    Registriert seit
    Apr 2003
    Ort
    Berlin
    Alter
    47
    Beiträge
    1.139
    Danke
    22
    Erhielt 19 Danke für 14 Beiträge
    FAQ Downloads
    0
    Uploads
    0

    Problem mit Kathie und incubus

    Hallo,

    hab letztens von Mbox auf cccam 2.1.3 umgestellt.

    seit dem kann ich auf der Kathie kaum noch bzw. gar nicht mehr sehen alle paar sekunden freezer (auf allen verschlüsselten Sendern).

    ich hab auf der Kathie das Image AAF First SVN V2 UFS 910 Flash.

    Die Kathie ist per Incubus 0.96 mit cccam verbunden (Server DM 800).

    Vielleicht findet ihr noch nen Fehler, aber so kann ich kein TV schauen, musste schon ne alte DBOX2 entmotten um im Partykeller Fussball schauen zu können.

    meine configs sehen so aus:

    incubuscam.cfg:

    ################################################## ############################
    # incubusCamd configuration file #
    # All configuration options in this file observe the same format: #
    # <configuration_name>=<configuration_value> #
    # #
    # Each section are [<section_name>:<option_1>:<option_x>] like. #
    # #
    # No matter about white spaces on any place or UNIX/DOS style files #
    ################################################## ############################
    ########################### general configuration ############################
    [General]
    # Enable (1) or disable (0) background execution
    # 0 - Off
    # 1 - On
    #
    background_execution=0
    # This sets the level of console output for debugging:
    # 0 - No debug messages, 1 - First level debug messages, 2 - Second level debug messages,
    # 3 - Print all debug messages
    #
    debug_level=0
    # This option enables (1) or disables (0) the writing of debug information to the
    # console.
    #
    log_to_console=0
    # This option enables (1) or disables (0) the writing of console output to a log file
    #
    log_to_file=0
    # When log_to_file is set to 1, this is the path and filename to write console
    # ouput to.
    #
    logfile_name=/var/tmp/incubusCamd.log
    # This is the path and filename to read SoftCam.Key file
    # by default it will be searched in the /var/keys directory
    #
    softcamfile_name=/var/keys/SoftCam.Key
    # This is the path and filename to read prio file
    # by default it will be searched in the /var/bin directory, or in /etc, or in /var/keys
    #
    priofile_name=/var/keys/incubusCamd.prio
    # Used to activate on-screen messages. Username and password required if
    # HTTP authentication is enabled on enigma.
    # 0 - Off
    # 1 - On
    #
    on_screen_messages_show=0
    on_screen_messages_username=root
    on_screen_messages_password=
    on_screen_messages_key_update=0
    on_screen_messages_wait_for_key_update=0
    on_screen_messages_ecm=0
    on_screen_messages_emm=0
    # When activated, incubusCamd will listen on the specified port for connections. All
    # log activity will be broadcast in real-time to connected clients.
    #
    console_logs_broadcast=0
    console_logs_broadcast_port=666
    # Enable/disable incubusCamd web interface (default port is 668).
    # 0 - Disable
    # 1 - Enable
    webif=0
    webif_port=16001
    ########################### provider configuration ###########################
    #
    # All parameters are in hexadecimal notation.
    # Each section is defined by the provider id value.
    # If you don\'t know the provider id value then use the provider id "000000" and ca id "0000".
    # On provider 000000 caid 0000 goes all provider wich are not declared. If the provider
    # is declared then the cam will use the provider founded.
    [Prov:000000:CaID:0000]
    # ----------------------------------------------------------------------------
    # this provider is a stand-in for all cards and all caid not declared previously
    #
    # You can select wich type of priority to assign on each caid/prov combination
    # priority name available are: card,emu,cs
    # card: internal card reader
    # emu: internal emulator
    # cs: card share protocols
    # each type must be separated by a comma
    #
    # you can also set to use only cs and nothing more, to do it insert on each comma "cs"
    # example: check_priority=cs,cs,cs # only cs in this case
    # example: check_priority=card,emu,emu # no cs in this case
    # obviously this is not suggested but if you prefer to disable an option you should do it in this way
    # you can also declare only one type: check_priority=cs
    # or two types: check_priority=cs,emu
    # and so on
    check_priority=cs,cs,cs
    # You can select wich protocol will be used first for the current caid/prov combination
    # protocol name available are: newcamd,cccam,gbox,radegast,camd33,camd35,aroureos
    # each protocol must be separated by a comma
    #
    # you can also declare only one type: cs_protocol_order=cccam
    # or two types: cs_protocol_order=newcamd,cccam,gbox,radegast,camd 33,camd35,aroureos
    # and so on
    cs_protocol_order=cccam
    # Enable (1) or disable (0) emm process when a cs protocol is used
    # 0 - Off
    # 1 - On
    #
    process_emms_on_cs_mode=1
    # Enable (1) or disable (0) emm g type process
    # 0 - Off
    # 1 - On
    #
    process_emm_g=1
    # Enable (1) or disable (0) emm s type process
    # 0 - Off
    # 1 - On
    #
    process_emm_s=1
    # Enable (1) or disable (0) emm u type process
    # 0 - Off
    # 1 - On
    #
    process_emm_u=1
    # Enable (1) or disable (0) seca 3 ecm pid handler
    # when is set to On, it will try to use seca 3 ecm pid
    # before try seca 2 ecm pid, otherwise seca 2 pid will
    # be selected firstly
    # 0 - Off
    # 1 - On
    #
    seca3_handler=0
    ########################### servers configuration ############################
    [Servers]
    card_server_url=cccam://benutzer:passwort@192.168.2.23:12000
    ########################### CaIDs tunneling configuration ############################
    [CaIDTunnel]
    1833:1702:000000:0080 #History HD
    1833:1702:000000:0081 #Sky Sport HD
    1833:1702:000000:0082 #Discovery HD
    1833:1702:000000:0083 #Sky Cinema HD
    1833:1702:000000:0084 #EuroSport HD
    1833:1702:000000:007E #Disney Cinemagic HD
    1833:1702:000000:007F #National Geography HD


    incubuscamd.prio

    P: 1702 #Betacrypt
    P: 1833 #Kudelski SA ###wenn kein HD genutzt wird I: 1833###
    I: 09C4 #Videoguard
    I: 1834 #Kudelski SA
    I: 1722 #Betacrypt
    I: 0D22 #Cryptoworks
    # ignoriere NDS - Karten. Wenn Du eine NDS hast, ist es viellleicht sinnvoll, die Zeile zu entfernen
    #I: 09c4
    # Priorität der pids, wenn mehrere gesendet werden. Sky sendet auf 4 pids.
    # Da dauert es teilweise EWIG bis der Sender hell ist wenn diese Zeile fehlt
    # Wenn Du NDS hast, schreib: P: 09c4, 1702, 1722, 1801, 1833, 1834
    P: 1742, 1702, 1722, 1801, 1833, 1834
    # diese Zeile ist für Kabel Deutschland über Satellit.
    # Meine Karte bietet den Key auf 1722, pid ist aber 1801:001101.
    #P: 1722, 1801:001101

  2. #2
    Asiafreak Avatar von Musicnapper
    Registriert seit
    Feb 2002
    Ort
    Planet Earth + 5. Dimension
    Beiträge
    5.174
    Danke
    963
    Erhielt 1.345 Danke für 658 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    So sieht meine aus ,und läuft jetzt auf 3 Kathis äußerst geschmeidig



    [General]
    background_execution=0

    debug_level=0
    log_to_console=0

    log_to_file=0

    logfile_name=/var/bin/incubusCamd.log

    softcamfile_name=/var/keys/SoftCam.Key

    priofile_name=/var/bin/incubusCamd.prio

    on_screen_messages_show=1
    on_screen_messages_username=root
    on_screen_messages_password=
    on_screen_messages_key_update=0
    on_screen_messages_wait_for_key_update=0
    on_screen_messages_ecm=0
    on_screen_messages_emm=0

    console_logs_broadcast=0
    console_logs_broadcast_port=666

    # Enable/disable incubusCamd web interface (default port is 668).
    # 0 - Disable
    # 1 - Enable
    webif=1
    webif_port=668

    [Prov:000000:CaID:0000]
    check_priority=cs,emu,card

    #
    cs_protocol_order=cccam,newcamd,gbox,camd35,camd33 ,radegast,aroureos

    # Enable (1) or disable (0) emm process when a cs protocol is used
    # 0 - Off
    # 1 - On
    #
    process_emms_on_cs_mode=0

    # Enable (1) or disable (0) emm g type process
    # 0 - Off
    # 1 - On
    #
    process_emm_g=0

    # Enable (1) or disable (0) emm s type process
    # 0 - Off
    # 1 - On
    #
    process_emm_s=0

    # Enable (1) or disable (0) emm u type process
    # 0 - Off
    # 1 - On
    #
    process_emm_u=0


    seca3_handler=0




    ########################### servers configuration ############################
    [Servers]
    cccam://<username_20>:<password_32>@<hostname>:<port>/<receive_emu_shared>/[EMM]
    # i.e:
    #
    card_server_url=cccam://wohnzi:1234@192.168.178.31:12000
    #card_server_url=cccam://username:password@yourname.dyndns.org:15000
    ########################### CaIDs tunneling configuration ############################
    [CaIDTunnel]
    1833:1702:000000:0081 # this one should tunnel premiereHD nagra3 into betacrypt cards
    1833:1702:000000:0080 #History HD
    1833:1702:000000:0081 #Sky Sport HD
    1833:1702:000000:0082 #Discovery HD
    1833:1702:000000:0083 #Sky Cinema HD
    1833:1702:000000:0084 #EuroSport HD
    1833:1702:000000:007E #Disney Cinemagic HD
    1833:1702:000000:007F #National Geography HD


    Das einzige was gelegentlich ruckelt ist VH1 .
    __________________

  3. #3
    SMember
    Themenstarter
    Avatar von B.T.
    Registriert seit
    Apr 2003
    Ort
    Berlin
    Alter
    47
    Beiträge
    1.139
    Danke
    22
    Erhielt 19 Danke für 14 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    werd ich gleich mal testen

  4. #4
    Asiafreak Avatar von Musicnapper
    Registriert seit
    Feb 2002
    Ort
    Planet Earth + 5. Dimension
    Beiträge
    5.174
    Danke
    963
    Erhielt 1.345 Danke für 658 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Wenn das nicht hilft,flashe die Kathi einfach noch mal ,am besten mit MPI 1.8 ,bei der Gelegenheit ,kannste Ihr ja gleich das Winterimage verpassen.Einfach das .img mit dem MPI 1.8 draufhauen,vorher aber miniuboot 1.3 installeiren nd aktivieren,MPI macht das problemlos.

  5. #5
    Seniormitglied Avatar von diabolo
    Registriert seit
    Mar 2001
    Beiträge
    910
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Zitat Zitat von Musicnapper Beitrag anzeigen
    Wenn das nicht hilft,flashe die Kathi einfach noch mal ,am besten mit MPI 1.8 ,bei der Gelegenheit ,kannste Ihr ja gleich das Winterimage verpassen.Einfach das .img mit dem MPI 1.8 draufhauen,vorher aber miniuboot 1.3 installeiren nd aktivieren,MPI macht das problemlos.

    Wenn das mal immer soooo einfach wäre ... der Button "installier Image" wird ja erst Aktiv wenn BA installiert ist .... und das geht bei mir immer in dei Hose




    diabolo
    ...des Teufels rechte Hand

  6. #6
    Asiafreak Avatar von Musicnapper
    Registriert seit
    Feb 2002
    Ort
    Planet Earth + 5. Dimension
    Beiträge
    5.174
    Danke
    963
    Erhielt 1.345 Danke für 658 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Wenn Du es in den Flash installieren willst ,brauchst Du kein BA,ich hab´s auch nicht.Wichtig ist nur Uboot 1.3 muss aktiv sein ,aber MPI zeigt an ,wenn es nicht der Fall ist .

  7. #7
    Seniormitglied Avatar von diabolo
    Registriert seit
    Mar 2001
    Beiträge
    910
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    miniuboot 1.3 ist drin doch wie kann ich das image installieren wenn der Button doch deaktiviert ist? Vll. steh ich auch auf der Leitung.
    diabolo
    ...des Teufels rechte Hand

  8. #8
    Moderator Avatar von Tomyslav
    Registriert seit
    Jun 2006
    Ort
    Bayern
    Beiträge
    2.695
    Danke
    106
    Erhielt 44 Danke für 20 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Du mußt das Winter Image mit dem "Flash Tool" (rechte Seite) des MPI installieren und nicht über "Installier Image"
    MfG Tomyslav

    DBox 1 DVB 2000
    DBox 2 KW Image
    Dreambox 800 NN²
    Humax 5400Z TOH 11.3
    Kathrein UFS 910 E²

    Kein Support über PN!
    __________________

  9. #9
    Seniormitglied Avatar von diabolo
    Registriert seit
    Mar 2001
    Beiträge
    910
    Danke
    0
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    sag ich doch: ich stehe auf der Leitung .... thx
    diabolo
    ...des Teufels rechte Hand

  10. #10
    SMember
    Themenstarter
    Avatar von B.T.
    Registriert seit
    Apr 2003
    Ort
    Berlin
    Alter
    47
    Beiträge
    1.139
    Danke
    22
    Erhielt 19 Danke für 14 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    so bin gestern erst zu gekommen, hab das neue Winterimage geflasht und die Config von musicnapper genommen, und die Box sowie incubus läuft.

    Danke

  11. #11
    Stammuser
    Registriert seit
    Jul 2004
    Beiträge
    302
    Danke
    1
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Was ist eigentlich der Unterschied der beiden Lines?:
    Zitat Zitat von Musicnapper Beitrag anzeigen
    [Servers]
    cccam://<username_20>:<password_32>@<hostname>:<port>/<receive_emu_shared>/[EMM]
    # i.e:
    #
    card_server_url=cccam://wohnzi:1234@192.168.178.31:12000
    Muss man beide eintragen? Will mich lediglich mit der Incubus auf einen CCCam-Server verbinden. Habe zur zeit nur die 2. Line drin. (card_server_url=cccam: ... ) und klappt eigentlich problemlos.

  12. #12
    Asiafreak Avatar von Musicnapper
    Registriert seit
    Feb 2002
    Ort
    Planet Earth + 5. Dimension
    Beiträge
    5.174
    Danke
    963
    Erhielt 1.345 Danke für 658 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    Es genügt die 2. ,die 1. ist aus der vorgegebenen Datei und kann weg gelassen werden

Ähnliche Themen

  1. (V) Kathie 910 silber
    Von tosti im Forum An - und Verkauf
    Antworten: 0
    Letzter Beitrag: 27.09.09, 14:22

Berechtigungen

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