Page 4 of 4 FirstFirst 1234
Results 61 to 70 of 70

Thread: Ird1 HMK support in emus?

  1. #61
    Junior Member screwloose's Avatar
    Join Date
    May 2008
    Age
    40
    Posts
    92
    Thanks
    5
    Thanked 3 Times in 3 Posts
    Rep Power
    197
    Reputation
    22

    Default

    do you need anything in the gbox_cfg?



  • #62
    Junior Member AJM's Avatar
    Join Date
    Jan 2008
    Posts
    173
    Thanks
    91
    Thanked 33 Times in 23 Posts
    Rep Power
    207
    Reputation
    229

    Default

    Quote Originally Posted by screwloose View Post
    do you need anything in the gbox_cfg?
    Not sure whether all this is needed... but anyway this is mine:

    Code:
    ### gbox config file VU+DUO ###
    
    # Trace, Debug
    #    xx yz ; xx=00 no konsole output
    #    xx yz ; xx=01 konsole output
    #    xx yz ; y=0 debug output (dont use)
    #    xx yz ; y=1 no debug output
    #    xx yz ; z=0 ouput to konsole
    #    xx yz ; z=1 output to /var/tmp/debug.txt
    #    xx yz ; z=2 Output to UDP (to capture with gboxt)
    #Z: { 01 10 } 192.168.1.2 8024
    Z: { 01 10 } 192.168.178.20 8024
    
    # gbox working mode
    #    00 pure Emu
    #    01 pure SoftCam (when card inside), Emu (when no card inside)
    #    02 pure Net Client
    #    03 Mixed mode !!!!! always use this !!!!!
    #G: { 03 }
    G: { 00 }
    
    # Display ECM messages on Konsole
    #    00 dont show any ECMs
    #    01 show only valid ECMs
    #    02 show valid and bad ECMs with complete data display
    #C: { 12 }
    C: { 01 }
    
    # Display EMM messages on Konsole
    #    00 dont show any EMMs
    #    01 show only valid EMMs
    #    02 show valid and bad EMMs with complete data display
    #    1* Log any tier change on PW-Nagra-17xx cards into /var/keys/pwupdate.log
    #M: { 12 }
    M: { 00 }
    
    # Auto Update
    #    00 is ignored (default)
    #    01 enable AU
    #    02 Auto AU !!!!! always use this !!!!!
    #A: { 02 }
    A: { 02 }
    
    # Key Update
    #    01 update only new keys, default setting
    #    02 update all keys (used for valid PMK checking)
    #U: { 01 }
    U: { 01 }
    
    # Hash pids
    #    00 hash all pids, DO NOT USE THIS OPTION, IT IS ONLY FOR TESTING STUFF
    #    01 hash only pids with implemented algos and available keys !!!!! always use this
    #H: { 01 }
    H: { 01 }
    
    # Key files folder
    #    00 keyfiles in /var/keys
    #    01 keyfiles in /var/tmp
    #T: { 00 }
    T: { 00 }
    
    # On Screen Display for the Multysystemcam on com1/com2
    #    00 No OSD (default)
    #    01 display Smartcard messages in Neutrino
    #    02 display Smartcard messages in Neutrino new nhttpd format
    #    03 display Smartcard messages in Enigma
    #O: { 00 } 192.168.0.3
    O: { 00 } 192.168.178.20
    
    # Logger and NET-mode UDP port Init
    #    00 do not init UDP port
    #    01 Init UDP port for IP, port, UDP
    #L: { 01 } 192.168.178.23 7025
    L: { 01 } 192.168.178.23 7025
    
    # demux, multicam/comport configuration
    # example: yz = 0x0A = 00001010 (use com2 with inverted CTS detection line)
    #    *x ** ; x = device nummber to be used (0= default)
    #    D* ** ; force use of /proc/bus/gtx for cw write operations
                 (in the dbox2 the gbox writes directly the CWs, 00 is the
                 recommended mode ! No drivers are required) use D* ** ONLY if
                 you have Problems. 0* ** should be prefered !!!
    #    F* ** ; write CWs in both devices (used for PVR in STB04xxx devices)
    #    ** y* ; y=0001b (0x1*) use slot1 as Multicam (only on STB04xxx)
    #    ** y* ; y=0010b (0x2*) use slot2 as Multicam (only on STB04xxx)
    #    ** y* ; y=0011b (0x3*) use slot1 and slot2 as Multicams (only on STB04xxx)
    #    ** *z ; z=0001b (0x*1) use com1 as Multicam
    #    ** *z ; z=0010b (0x*2) use com2 as Multicam
    #    ** *z ; z=0011b (0x*3) use com1 and com2 as Multicams
    #    ** yz ; yz=00110011b (0x33) use slot1+slot2+com1+com2 as Multicams
    #    ** *z ; z=0100b (0x*4) invert CTS detection on com1
    #    ** *z ; z=1000b (0x*8) invert CTS detection on com2
    # V: { 00 10 }
    V: { 00 30 }
    
    # RS232 SSSP mode
    #    x    debug messages, 1=on, 0=off
    #     y   com port to use (0=none, 1=com1, 2=com2)
    #R: { 00 }
    R: { 00 }
    
    # Task type
    #    00 **  normal mode gbox mode (no season, use Multicam instead)
    #    01 **  Season Emulation in a Irdeto allcam chid 0602 nonZ
    #    10 **  Season Emulation in a Irdeto allcam chid 1702 nonZ
    #    11 **  Season Emulation in a Irdeto allcam chid 1702 Z
    #    12 **  Season Emulation in a Irdeto allcam chid 1722 Z
    #    13 **  Season Emulation in a Irdeto allcam chid 1762 Z
    #    ** *1  Com port to use for season emulatiom (1 or 2)
    #    ** 0*  Use CTS for RST detection
    #    ** 1*  Use DCD for RST detection
    #    ** **   9600 = Baudrate to be used (working only on dbox2)
    #W: { 00 00 } 9600
    W: { 00 00 } 9600
    
    # =============================================================================
    # extra options to override default seting in case you expirience Problems,
    # normaly these setings are not required.
    
    # cpu, api, cw write method
    #     00 auto
    #     01 80X86
    #     02 MPC823
    #     03 IBM STB04xxx
    #        00 auto
    #        01 ibm
    #        02 api2
    #        03 api3
    #           00 cw write style = use internal routine (only dbox2)
    #           01 cw write style = CA_SET_DESCR type1 (dbox2, vdr)
    #           02 cw write style = CA_SET_DESCR type2
    #           03 cw write style = CA_SET_DESCR type3
    #           04 cw write style = 16 byte /proc/bus/gtx
    #           05 cw write style = 4096 byte /proc/bus/gtx, cw offset=0x04D0
    #              xx write cw in 1st device with index=xx
    #                 yy write cw in 2nd device with index=yy
    #                    01 means with .index=0 (default)
    #                    02 means with .index=1
    #                    03 means with .index=0 and .index=1
    #                    .. any bitwise combination ...
    #                    FF means with all 8 indexes (0-7)
    #J: { 00 03 01 00 00 }
    
    
    # Files, folders, devices
    #          folder/device             comment
    #F: { 01 } /var/tmp/pmt.gbx        // pmt file
    #F: { 02 } /var/tmp/emm.info        // key update log file
    #F: { 03 } /var/tmp/ecm.info        // ecm info file
    #F: { 04 } /var/tmp/atack.txt        // atack info file
    #F: { 08 } 1                // pmt mode (0 - pmt file mode, 1 - pmt socket mode)
    #F: { 11 } /var/keys            // folder for config files
    #F: { 12 } /var/tmp            // folder for temporary file
    #F: { 13 } /var/tmp            // folder for keyfiles
    #F: { 21 } /dev/null            // ca device
    #F: { 22 } /dev/null            // dvr device
    #F: { 23 } /dev/null            // demux device
    #F: { 31 } /dev/null            // second ca device to write cw's (recording)
    #F: { 41 } /dev/sci0            // STB04xxx slot1
    #F: { 42 } /dev/sci1            // STB04xxx slot1
    #F: { 43 } /dev/tts/0            // rs232 com1
    #F: { 44 } /dev/tts/1            // rs232 com2
    
    F: { 08 } 1                // use pmt socket mode
    
    # force a name change of the season or sssp rs232 device
    #F: { 45 } /dev/ttyS1
    
    
    # For overclocking freaks, Clocking internal STB04xxx slots with:
    # 1=7.80MHz 2=6.30MHz 3=5.25MHz 4=4.50MHz 5=3.94MHz 6=3.50MHz 7=3.15MHz
    # Irdeto works fine on 7.8MHz, all other fine on 6.30MHz or 5.25MHz
    # The Dream has not a clean clock signal, some cards that are sensitive will
    # refuse to work even on 3.5MHz, thats why 3.15MHz is the default value there.
    # On other STB04xxx recievers the same cards work with 6.30MHz
    #F: { 51 } 02                        // irdeto
    #F: { 52 } 03                        // seca
    #F: { 53 } 03                        // viaccess
    #F: { 54 } 03                        // nagra
    #F: { 55 } 03                        // crypto
    #F: { 57 } 03                        // conax
    #F: { 58 } 03                        // nds
    
    # set stay alive ping time in seconds (default is 300)
    #F: { A0 } 300
    
    # disable direct serial port I/O access on 80x86cpus (win and linux)
    # direct port i/o is used to set unusual Baudrates, if you want to
    # a 3.579MHz card in a 6.000MHz reader etc ...
    ## Enabled (A1=0) is the default setting, has always been !!!
    ## Disable (set to 1) it ONLY if you have problems with ioperm or you want
    # to use a usb-to-rs232 smartcard reader
    #F: { A1 } 1
    
    # GboxTwin mode
    # this options for the 2nd gbox ONLY
    # you must have an extra gbox, gbox_cfg and cwshare.cfg running on /tmp,
    # all other files can linked to the org. files
    #F: { A6 } 5
    Last edited by AJM; 09-07-11 at 09:09 PM.

  • The Following User Says Thank You to AJM For This Useful Post:

    screwloose (09-07-11)

  • #63
    Junior Member
    Join Date
    Jan 2008
    Posts
    152
    Thanks
    50
    Thanked 5 Times in 4 Posts
    Rep Power
    202
    Reputation
    26

    Default

    Quote Originally Posted by AJM View Post
    Yeah, I also use gbox 2.25 to get the updates. Then I usually swap back to scam (v3.60 or others work fine) because it happily reads the same irdeto file that gbox has updated. So all I need to do is stop gbox and start scam.
    ..............
    G'day AJM,
    Have u had any success using the same theory on DM7025? Or have u given it the ar$e now u are rich enough for a Vu+Duo?

  • #64
    Junior Member AJM's Avatar
    Join Date
    Jan 2008
    Posts
    173
    Thanks
    91
    Thanked 33 Times in 23 Posts
    Rep Power
    207
    Reputation
    229

    Default

    Quote Originally Posted by spence View Post
    G'day AJM,
    Have u had any success using the same theory on DM7025? Or have u given it the ar now u are rich enough for a Vu+Duo?
    Yes, I first had gbox and scam working on the 7025... the 7025 cost me twice as much as the Vu+Duo and I still have it but not in use recently!

  • The Following User Says Thank You to AJM For This Useful Post:

    spence (11-07-11)

  • #65
    Junior Member screwloose's Avatar
    Join Date
    May 2008
    Age
    40
    Posts
    92
    Thanks
    5
    Thanked 3 Times in 3 Posts
    Rep Power
    197
    Reputation
    22

    Default

    i couldnt get anything to work with gbox 2.25 on my dm8000. So i tried gbox 7.94. It seems the irdeto file layout may have changed.

    ################################################## ##################
    # [EMU] Irdeto1/2 ECM keyset
    # ID - system id (eg. 1101,4101,...)
    # PR - provider
    # KS - key set (eg. 91,02)
    # 91 - Syskey
    # 02 - Opkey
    # KN - key number (eg. 01,02,03,...)
    # if KS=91 then
    # 02 - IV
    # 03 - Seed
    #
    # I2 ECM Key (16 byte)
    # I: { ID ID PR KS KN { 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F }}
    #
    #
    I: { 06 04 10 91 02 { AF B0 49 FC 40 8D 4D 2C 91 B8 58 8E 3B 69 1C 47 }} # Nova Cygrus 13.E ECM IV
    I: { 06 04 10 91 03 { 8E 28 5D 3E DB 3E 2B CB 98 16 4E 21 BA 25 BC 10 }} # Nova Cygrus 13.E ECM Seed
    I: { 06 04 10 02 02 { 82 28 74 0C 13 50 63 35 89 49 47 78 C3 80 00 56 }} # Nova Cygrus 13.E ECM Opkey
    I: { 06 04 10 02 06 { 78 9C F9 96 FB 90 BE 4E 7F B6 DE 12 14 1F 95 30 }} # Nova Cygrus 13.E ECM Opkey
    I: { 06 04 10 02 08 { 0A 18 BD 05 E3 C6 95 A6 B9 FD 35 21 47 D0 DB BE }} # Nova Cygrus 13.E ECM Opkey

    Is anyone able to let me know what should go where for aurora?

    Thanks

  • #66
    Junior Member AJM's Avatar
    Join Date
    Jan 2008
    Posts
    173
    Thanks
    91
    Thanked 33 Times in 23 Posts
    Rep Power
    207
    Reputation
    229

    Default

    Quote Originally Posted by screwloose View Post
    i couldnt get anything to work with gbox 2.25 on my dm8000. So i tried gbox 7.94. It seems the irdeto file layout may have changed.

    ################################################## ##################
    # [EMU] Irdeto1/2 ECM keyset
    # ID - system id (eg. 1101,4101,...)
    # PR - provider
    # KS - key set (eg. 91,02)
    # 91 - Syskey
    # 02 - Opkey
    # KN - key number (eg. 01,02,03,...)
    # if KS=91 then
    # 02 - IV
    # 03 - Seed
    #
    # I2 ECM Key (16 byte)
    # I: { ID ID PR KS KN { 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F }}
    #
    #
    I: { 06 04 10 91 02 { AF B0 49 FC 40 8D 4D 2C 91 B8 58 8E 3B 69 1C 47 }} # Nova Cygrus 13.E ECM IV
    I: { 06 04 10 91 03 { 8E 28 5D 3E DB 3E 2B CB 98 16 4E 21 BA 25 BC 10 }} # Nova Cygrus 13.E ECM Seed
    I: { 06 04 10 02 02 { 82 28 74 0C 13 50 63 35 89 49 47 78 C3 80 00 56 }} # Nova Cygrus 13.E ECM Opkey
    I: { 06 04 10 02 06 { 78 9C F9 96 FB 90 BE 4E 7F B6 DE 12 14 1F 95 30 }} # Nova Cygrus 13.E ECM Opkey
    I: { 06 04 10 02 08 { 0A 18 BD 05 E3 C6 95 A6 B9 FD 35 21 47 D0 DB BE }} # Nova Cygrus 13.E ECM Opkey

    Is anyone able to let me know what should go where for aurora?

    Thanks
    Not familiar with gbox 7.94!!! It seems unlikely that this cam has progressed to such a number after being static for the last four years. Perhaps its just a network card sharer rather than the original 'do everything' version. The important thing about gbox 2.25 is that it is old and knows about Irdeto1. I notice that the file info above is 'I2' which is probably a different animal.

    2.25 does work on my 7025 and also my Vu+Duo.

  • #67
    Junior Member screwloose's Avatar
    Join Date
    May 2008
    Age
    40
    Posts
    92
    Thanks
    5
    Thanked 3 Times in 3 Posts
    Rep Power
    197
    Reputation
    22

    Default

    i got gbox working to update the keys but i had to use scam to get any pics. weird.

  • #68
    Junior Member AJM's Avatar
    Join Date
    Jan 2008
    Posts
    173
    Thanks
    91
    Thanked 33 Times in 23 Posts
    Rep Power
    207
    Reputation
    229

    Default

    Quote Originally Posted by screwloose View Post
    i got gbox working to update the keys but i had to use scam to get any pics. weird.
    Good! Gbox is very old and clunky... I now recall that I also had at least one Aurora channel (GWN?) that didn't get pics with gbox... I only use it to update the keys then I revert to scam.

    Glad you had some success.

  • #69
    Junior Member screwloose's Avatar
    Join Date
    May 2008
    Age
    40
    Posts
    92
    Thanks
    5
    Thanked 3 Times in 3 Posts
    Rep Power
    197
    Reputation
    22

    Default

    thanks for the help.

  • #70
    Junior Member
    Join Date
    Jul 2011
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Has anyone got this going on a dm800

    I have tried a number of versions of gbox and scam with no luck
    on my 800 with the /var/keys/irdeto file...

    I'm running gemini 5.10 on a clone....

    However I do have it going on my dm500 with a ppua file.....

    Regards
    Ian

  • Page 4 of 4 FirstFirst 1234

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •