Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 12 of 12

Thread: Install Mgcamd and Mcas on ET-9000 with latest vix Image

  1. #1
    zerma

    Install Mgcamd and Mcas on ET-9000 with latest vix Image

    Dear All,

    I have seen this:
    http://www.world-of-satellite.com/sh...000-ET5000-ViX

    And manage to install cccam.

    However, I am completely stucked for Mgcamd and Mcas (in order to read my viaccess or irdeto card).

    I already downloaded the mgcamd 1.38 ipk from here http://www.world-of-satellite.com/sh...iX-Team-images
    But I don't know where to put the 3 files.

    And i cannot even find how to install Mcas...

    Someone could help please? I am really lost!

  2. #2

    Title
    Senior Member
    Join Date
    Aug 2011
    Posts
    204
    Thanks
    26
    Thanked 46 Times in 40 Posts
    use oscam with mgcamd

    Code:
    [reader]
    label = viaccess
    Protocol = internal
    detect = CD
    device = /dev/sci0
    Group = 1
    EMMCache = 1,3,2
    CAID = 0500
    ident = 0500:023800
    
    [reader]
    label = bulsat-irdeto2
    enable = 1
    protocol = internal
    device = /dev/sci1
    detect = cd
    force_irdeto = 1
    mhz = 600
    cardmhz = 600
    group = 1
    emmcache = 1,3,255
    lb_weight = 100
    ident = 0604:000000
    caid = 0604

  3. #3
    Mr. Mister's Avatar
    Title
    Moderator
    Donated Member
    Join Date
    Jul 2010
    Location
    Northern Ireland
    Posts
    4,936
    Thanks
    4,825
    Thanked 2,677 Times in 1,190 Posts
    Hi.. 1st off.. Dont use MGcamd 1.38.. Use 1.35a..

    All you need is the MGcamd 1.35a ipk file and ftp it to tmp folder..

    Then put the mg_cfg and the newcamd.list file into usr > keys

    now got to your box..

    Press Blue > Vix > Install Local extention

    Just follow the on screen instruction for GUI reboot ..

    Now Press Blue > Softcam Manager > Green to Start.. Blue for AutoStart

    Press green to save..

    thanks it..

    PS.. you abviously have to have your newcamd.list file edited to your own settings..

    @ Pheonix.. I klnew this would be usfull tonight.. lmao..

  4. The Following User Says Thank You to Mr. Mister For This Useful Post:

    Larry-G (19-09-12)

  5. #4
    zerma
    Hi Mr Mister...Ok so I will delete the 1.38 as i already installed it.
    2 questions...how shall I personalize the newcamd.list?

    And how can I read my legit card with something like Mcas...nobody has legit card here?? :-)

    As always i really appreciate your answer guys!

  6. #5
    Mr. Mister's Avatar
    Title
    Moderator
    Donated Member
    Join Date
    Jul 2010
    Location
    Northern Ireland
    Posts
    4,936
    Thanks
    4,825
    Thanked 2,677 Times in 1,190 Posts
    Cant help you with your legit card as mine is read with oscam..

    Long press blue
    Then red.
    Select cams
    Highlight 1.38
    Then press ok to remove 1,38

    I dont think we can talk about newcamd.list files.. and their contents..

    Please if one of the admins can clarify if we can talk about cfg file contents.. ??

  7. #6
    zerma
    Hi Copex...would you maybe develop a little as I am quite a noob..I need to install oscam..ok..then where do I put the code you have written?

  8. #7
    zerma
    Mr. Mister...actually the newcamd list is ok...I got it from ...whatever...:-)

    I am more talking about the mg_cfg...what is it? where I find it? is it same for everybody or i need to personalize?

  9. #8
    Mr. Mister's Avatar
    Title
    Moderator
    Donated Member
    Join Date
    Jul 2010
    Location
    Northern Ireland
    Posts
    4,936
    Thanks
    4,825
    Thanked 2,677 Times in 1,190 Posts
    just paste this into it.. Save.. and ftp to usr > keys

    Code:
    # EMM messages
    #    00 don't show any EMMs (default)
    #    01 show only valid EMMs
    #    02 show valid and bad EMMs with complete data display
    M: { 0 }
    
    # ECM messages
    #    00 don't show anything about ecm
    #    01 normal mode, show pids processed, decoded ecm and cw
    #    02 verbose mode, show valid and bad ECMs with data
    C: { 01 }
    
    # AU
    #    00 disable, no emm pids processed
    #    01 enable, emm pids always processed for soft-au and shared cards
    #    02 auto, emm started only if channel cant be decoded
    #    03 process emm pids for network cards update only
    A: { 00 }
    
    # key update (sum 01 or 02 with 04)
    #    01 update only new keys, default setting
    #    02 update all keys (used for valid PMK checking)
    #    04 enable TPS au
    #    + tps SID, which pmt pid contains au pid
    U: { 01 } 0x12c0
    
    # config files folder (softcam, autoroll, ignore/priority)
    #    00 files in /var/keys
    #    01 files in /tmp
    T: { 00 }
    
    # network mode, use summ for several clients
    #    00 no network (default)
    #    01 newcamd netclient
    #    02 radegast netclient
    #    04 camd3 netclient
    #    08 gbox netclient
    G: { 01 }
    
    # network retry, use summ for several options
    #    00 disable
    #    01 retry every new ecm
    #    02 try to connect to offline shares every Q: seconds
    #    04 try to detect and fast reconnect to lost (and not used atm) server
    #    + XX messages number and YY seconds to reconnect
    #    mg will reconnect to server, if no answer to last XX ecm/keepalive or
    #    if no answer for last ecm or keepalive sent for YY seconds
    #    set to 0 to disable
    N: { 07 } 5 30
    
    
    # network ecm timeout in seconds
    K: { 05 }
    
    # newcamd dead routes connect retry, sec
    Q: { 600 }
    
    # network shares priority
    # 00 gbox, newcamd, radegast, camd3 (default)
    # 01 camd3, radegast, newcamd, gbox
    # 02 newcamd, camd3, gbox, radegast
    P: { 02 }
    
    # on screen display type
    #    00 No OSD (default)
    #    01 neutrino
    #    02 enigma
    #    03 relook
    #    + user password for http auth
    O: { 02 } root dreambox
    
    # on screen display Options, summ of:
    #    01 show emu ecm 
    #    02 show network shares messages
    #    04 show decoding failed / fta
    #    08 show emm keys update
    #    + web port to use for osd
    S: { 11 } 80
    
    # Log option, summ of:
    #    00 off
    #    01 network udp log
    #    02 log to console
    #    04 file, appended ! delete it by yourself, before it eat all your hdd
    #    + IP udp-port log-file-name
    L: { 03 } 192.168.0.202 8024 /tmp/mgcamd.log
    
    # keep ecm cache, seconds
    # every cache entry takes 28 bytes, so 24h cache will take *only* 240-400kb of memory,
    # for openbox/elanvision users with remote shares make sense to set it higher than default value, 
    # to not hammer cards while timeshifting or playing crypted recordings.
    E: { 07 }
    
    # cache option, summ of:
    #    00 Off (default)
    #    01 Ecm pids cache, store pids used to decode in /tmp/ca_cache.list at exit, load at startup, same syntax as restore.list
    #    02 Ecm data cache, remember CW for (E:) time 
    #    04 Emm cache for network cards, do not resend the same emm twice, cache not cleared until restart
    H: { 00 }
    
    # reread files, summ of: 
    #    00 No (default)
    #    01 reread config file on channel change (including priority and ignore, but not replace/cache)
    #    02 reread SoftCam.Key on channel change
    #    04 reread SoftCam.Key if file changed
    R: { 00 }
    
    # debug, summ of
    # 00 off (default)
    # 01 debug ecm
    # 02 debug emm
    # 04 debug network ecm
    # 08 debug network emm
    # 16 debug network login
    # 32 show mem/cpu stats every 1 min
    # 64 add timestamp to log messages
    D: { 01 }
    
    # box type
    # 00 autodetect, change only if you think wrong type detected.
    # 01 dbox2
    # 02 dreambox
    # 03 triple-dragon
    # 04 relook
    # 05 openbox
    B: { 06 }

  10. The Following User Says Thank You to Mr. Mister For This Useful Post:

    aftermath (09-08-13)

  11. #9
    zerma
    Can someone send me the content of its var/keys folder ..I think i deleted stuff I should not...

    Mr Mister, when i install the 1.35a ipk by ftp then i install it on the receiver , it should generate a newcamd.list and a mg_cfg then after I modify it right?

    It is not happening with me...

  12. #10
    Mr. Mister's Avatar
    Title
    Moderator
    Donated Member
    Join Date
    Jul 2010
    Location
    Northern Ireland
    Posts
    4,936
    Thanks
    4,825
    Thanked 2,677 Times in 1,190 Posts
    There are no contents or files in var > keys..

    its always completely empty..

    No.. It does not generate those at all

    you have to manually add them..

  13. #11
    zerma
    Dear all,

    how can I read my viaccess card?
    I am running CCCam, but I don't think I can read my viaccess (bis tv french) with cccam only right?
    I used to use Mcas, is it availlable on Vix?
    If not Oscam would do it? Can we run Oscam and CCCam at the same time?
    It wont consume too much memory?

  14. #12

    Title
    Senior Member
    Join Date
    Aug 2011
    Posts
    204
    Thanks
    26
    Thanked 46 Times in 40 Posts
    use oscam to read your card/s then use mgcam view the channels, this is not the best place to ask questions as it get close to braking the rules and every time i post a link it gets deleted, so i will send a PM.

    hope it helps

  15. The Following User Says Thank You to copex For This Useful Post:

    basilyoung (20-09-12)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.