Jump to content

weazle

Full Member
  • Gesamte Inhalte

    185
  • Benutzer seit

Beiträge erstellt von weazle

  1. Das Image ist ein Testimage und war eigentlich nicht zur Veröffentlichung gedacht.

    Die 200er hat relativ wenig Speicher, daher die Probleme nach längerer Laufzeit.

    Die Sache mit der FB liegt daran, dass ich für das Testimage ein Image von der DM7000 verwendet habe. Damit auch die FB richtig funktioniert muss man ein Triax, oder 500er Image anpassen. Dafür fehlt mir momentan die Zeit, bzw. die 200er Box um das zu testen.

  2. # /var/tuxbox/config/newcamd.conf
    #
    # this is the configfile for MGCamd with NewCS!!!!
    #
    #
    # What Demux API is used? (1 = very old, 2 = rel (Dreambox), 3 = head (VDR))
    DEMUX_API = 2
    # on PPC version: What Box is used? Valid options are DBOX2, DM7000 and DM5600
    # on I386 version this parameter is ignored
    BOX_TYPE = DM7000
    # Which device for writing control words should be used?
    # Valid options are CA, SDEV or GTX
    # (SDEV and GTX = /proc/bus/gtx, CA = /dev/caX or /dev/dvb/card0/caX)
    CONTROL_WORD_DEVICE = CA
    # What CA0 API is used?
    # 3 for recent DVB-S driver or recent Dreambox drivers (dream.o from 1.07.3)
    #   also for ca1 use on dbox2
    # 2 for older Dreambox driver (ca.o or dream.o up to 1.07.2)
    # no effect on PPC version if CONTROL_WORD_DEVICE = GTX or SDEV
    CA_API = 3
    # output control words to /proc/bus/gtx in 16 byte or 4096 byte packets
    # no effect on I386 version or on PPC version, if BOX_TYPE = DREAMBOX
    GTX_OUTPUT_MODE = 16
    # This is important for channels which frequently change between free and
    # encrypted broadcasts. The change will be reflected in the PMT. If you
    # don't want your picture to stop when the channel goes from free access
    # mode to encrypted mode, either your zapper (zapit/Enigma) or newcamd
    # itself has to keep track of PMT changes. Recent Enigma versions do this,
    # so you can set PMT_UPDATE_WATCH to no. Recent Zapit versions also have
    # this option, but it is not compiled by default. So when using Zapit
    # without PMT updates, you need to enable newcamd to monitor the PMT
    # (PMT_UPDATE_WATCH = yes). Having both zapper and newcamd monitor
    # the PMT at the same time, can lead to all kind of instabilities and
    # should therefore by avoided, even if it seems to work at first.
    PMT_UPDATE_WATCH = yes
    # Use emulator?
    EMU = yes
    # if both control word server and emulator keys are available for the
    # channel, which method should be tried first?
    PREFER_EMU = yes
    # deactivates the dbox2 Betacrypt CAM
    # this has to be set to yes on Dreambox
    DISABLE_CAM = yes
    # use dbox2 Betacrypt CAM for caids 06, 17 or both (00)?
    CAM_CASYS = 17
    # Autoupdate for Emu and Control Word Servers
    # AU is always yes if there are Betacrypt UDS control word server
    # connected to newcamd
    AU = yes
    #
    # newcamd debug options
    #
    # dumps all ca systems used by a channel on the console
    SHOW_ALL_CA_SYSTEMS = no
    # On Screen Display, neutrino, enigma or none
    OSD = none
    # Recent Enigma versions come with a new option "Use http authentication"
    # in the Expert Setup menu. If this option is enabled, the Enigma web server
    # requires all clients to authorize themselves with username (root) and
    # password (usually dbox2 or dreambox). The following option tells newcamd
    # about the authentication username and password to use for the web server
    # in order to be able to display its on screen information.
    OSD_WEB_LOGIN = root:dreambox
    # print debug messages about ECM handling
    DEBUG_ECM = yes
    # print debug messages about EMM handling
    DEBUG_EMM = no
    # print debug messages about Control Word Server (CWS)
    DEBUG_CWS = yes
    # print debug messages about dbox2 CAM (cam-alpha.bin)
    DEBUG_CAM = yes
    # print command message to/from dbox2 CAM as hex strings
    DEBUG_CAM_HEX = no
    # print all plain control words used
    SHOW_CW = no
    # hex dump of entire PAT
    SHOW_PAT = no
    # hex dump of entire PMT
    SHOW_PMT = no
    # hex dump of entire ECM
    SHOW_ECM = no
    # hex dump of entire CAT
    SHOW_CAT = no
    # hex dump of entire EMM (AU)
    SHOW_EMM = no
    # show network ECM messages being sent and received from/to the cardservers
    SHOW_CWS_ECM = no
    # show network EMM messages being sent and received from/to the cardservers
    SHOW_CWS_EMM = no
    # hex dump of EMMs with wrong signature
    EMM_REPORT_WRONG_SIG = no
    # delay between channel zap and appearance of the OSD
    OSD_WAIT_TIME = 2000
    #
    # newcamd optional settings
    #
    # Delay between reception of new control word and writing them into
    # the CSA registers
    # this is a default, can be changed for each individual key in keylist
    DEFAULT_CW_DELAY = 500
    # reload config on every channel zap
    RELOAD_CONFIG_ON_ZAP = yes
    # reload keylist on every channel zap
    RELOAD_KEYLIST_ON_ZAP = no
    # write osd ca info to file
    # CA_INFO_FILE = /tmp/cainfo.txt
    #
    # newcamd mandatory settings for control word servers (cws)
    #
    # Cardserver list
    # 
    # <hostname> <port> <username> <password> <14 byte triple-des key in hex> <lan/wan> <cardserver name>
    #
    # wan connections will be dropped and rebuild if newcamd is told so by camdcmd
    # (see admin options)
    #
    # hostname = uds to use betad, port is the serial port in that case
    #
    #CWS = uds 1 premiere premiere
    #CWS = 127.0.0.1 10001 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 wan cardserv
    CWS = 127.0.0.1 34000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
    CWS = 127.0.0.1 34001 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
    #
    # newcamd optional settings for using control word servers (cws)
    #
    # Timeout for cardserver login in 100ms
    CWS_CONNECT_TIMEOUT = 20
    # Port to listen for incoming cardserver connections (reverse login)
    # and/or admin connections
    CWS_INCOMING_PORT = 12000
    # Port to get a list of all connected cardservers, just telnet to it
    CWS_DEBUG_PORT = 12001
    #
    # newcamd admin control options
    # (incoming port is the same as CWS_INCOMING_PORT)
    #
    # <password> <14 byte des key>
    #
    ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00

  3. kann mir mal jemand die newcamd.conf posten.

    ich hätt mein rumexperimentieren doch vernünftig dokumentieren sollen.

     

    nö cccam hab ich noch nicht probiert. wollt es erst nochmal hiermit versuchen.

    An der newcamd.conf brauchst du nichts machen.

     

    Edit:

    Wenn du newcs über online update eingespielt hast, musst du die newcs bin umbenennen. Im mitinstallierten Startscript wird /var/bin/newcs_1.30 aufgerufen, aber die bin in var ist newcs_1.20.

    Also newcs_1.20 in newcs_1.30 umbenennen.

    Ich hatte gestern alles manuell installiert und per Telnet getestet.

  4. @blomber

     

    /var/tuxbox/config/newcs.xml

    <?xml version="1.0"?>
    <newCSconfig>
    <readers name="Card Readers">
     <device>
    	 <name>cardslot</name>
    	 <type>Sci</type>
    	 <mhz>600</mhz> 	 
    	 <node>/dev/sci0</node>
    	 <parity>even</parity>
    	 <export>yes</export>
    	 <enabled>yes</enabled>
    	 <blocksa>no</blocksa>
    	 <blockua>no</blockua>
    	 <blockga>no</blockga>
    	 <boxid></boxid>
    	 <PTShandshake>no</PTShandshake>
    	 <Seca-PPV>no</Seca-PPV>
    	 <crypto-special>no</crypto-special>
    	 <carddetect>yes</carddetect>
    	 <newcamd_port>34000</newcamd_port>
    	 <autosid>yes</autosid>
    	 <priority>round</priority>
     </device>
    </readers>
    <radegastserver>
     <enabled>no</enabled>
     <port>10003</port>
     <allow>ALL</allow>
    </radegastserver>
    <cache>
     <emm>10</emm>
     <ecm>10</ecm>
    </cache>	
    <debug>
     <level>normal</level>	
     <type>init</type>
     <output>console,udp,tcp</output>
     <logfile></logfile>
     <console_options></console_options>
     <file_options></file_options>
     <udp_host>192.168.0.100</udp_host>
     <udp_port>1000</udp_port>
     <udp_options></udp_options>
     <tcp_port>3001</tcp_port>
     <tcp_options></tcp_options>
    </debug>
    <newcamdserver>
     <enabled>yes</enabled>
     <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
     <name>newcs</name>
     <userfile>/tmp/users.txt</userfile>
     <user>
    	 <name>dummy</name>
    	 <password>dummy</password>
    	 <au>on</au>
    	 <allow>lower</allow>
    	 <allow>upper</allow>
     </user>
    </newcamdserver>
    </newCSconfig>

     

    /var/keys/newcamd.list

    CWS_KEEPALIVE = 300
    CWS_INCOMING_PORT = 12000
    CWS = 127.0.0.1 34000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs

     

    Getestet mit PW Abo-Karte, mgcamd_1.25 und Gemini 4.0

  5. Also ich habe meine Box auch beim Boardsponsor gekauft und offene Fragen per Telefon geklärt. Dabei wurde ich kompetent und freundlich beraten.

     

    Das ABCOM Enigma hat mehrere Kinderkrankheiten, aber das wird sich bestimmt noch verbessern.

    Momentan benutze ich ein selbsterstelltes Enigma Image und bin mit der Box sehr zufrieden.

  6. Auf ipbox.tv gefunden...

     

    in dem der mit blindscan angeboten wird ist ein neuere/anderer tuner.

    Gruss

    xpantau

     

    Edit

    Blindscan wird meines wissens von Originalsoft oder Enigma nicht unterstützt.

    Tunerempfindlichkeit ist gleich.

     

    m.E. kann man auf die Version mit Blindscan verzichten.

  7. Hallo!

     

    Das ist möglich.Habe gerade so was zusammengebastelt.und es

    funktioniert.Im Flash Nabilo-Darkstar Image,auf Cf als Master,Gemini und Nabilo im Multiboot.HD-Samsung als Slave und aufnemen aul HD funktioniert auch.

    Habe Probleme nit dem Formatieren von CF gehabt,aber jetzt ist Ok.

     

    Gruß

    Wäre cool, wenn Du das genauer ausführen könntest.

    Welche CF-Card, Adapter etc.

    Habe großes Interesse an der Sache, da mir das ewige Surren der Platte auf den Geist geht.

  8. So, hab den threat durch und spiele nun mit dem Gedanken, mir die 250S zu holen. Hab aber noch eine Frage.

    Auf der ersten Seite steht:

     

    in theory is it possible to use all img for 7000 56xx and 500 ...

     

    Ist es dann auch möglich, die Neutrino Dream Images von http://tuxbox.trale.de auf der Box zu benutzen, oder gehen grundsätzlich nur Enigma Images?

  9. Hi,

     

    bin gerade dabei mein Image noch ein wenig schlanker zu machen und

    möchte nun das Shutdown Logo löschen.

    Reicht es die shutdown.pal und shutdown.raw zu löschen, oder muss noch irgendein Configfile editiert werden?

     

    Gruß, weazle

  10. Hi,

     

    hab mein Image nun soweit fertig. :blink:

    Eine Frage hab ich jedoch noch.

    Wo gibt man die Infos für die Image Informationen ein?

     

    a.jpg

     

    Also: Image, Ersteller und Homepage.

     

    Besten Dank im voraus!

     

    Gruß, weazle

  11. P.S. Bei der Antenne ist auch wichtig, das LNB mal nach vorne oder nach hinten schieben auf dem Halter. Das hat bei mir auch viel gebracht, ne 33 muß halt genauer ausgerichtet werden.

     

    das habe ich noch nicht probiert. Wieder ein Punkt auf meiner Liste für Morgen, danke!

    :lol:

×
×
  • Neu erstellen...