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 15 of 38

Thread: VU+ Solo2 and Sky card

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    pooface's Avatar
    Title
    V.I.P
    Join Date
    Jun 2010
    Posts
    9,731
    Thanks
    1,904
    Thanked 4,791 Times in 1,951 Posts
    I would recommend using oscam... I have attached the latest oscam binary here (extract before uploading ). Upload this via ftp to your box, at /usr/softcams, and change the permissions to 755. oscam.conf, oscam.server and oscam.user need to go to /etc/tuxbox/config/

    The following is a copy and paste from another forum (thanks to vortex):

    Code:
    Setting up Oscam to read a Sky UK card 
    
    OSCAM FOR SKY UK
    ================
    
    This tutorial is aimed solely at those wishing to use Oscam to read their Sky UK
    cards instead of either newcs or CCCam, given that the latter are now having
    problems. It does not attempt to cover all aspects of Oscam and only those
    relevant to the specific topic are explained.
    
    (1) Obtaining Oscam
    ===================
    
    New Oscam versions are released almost daily for most platforms, and, in
    addition, source code is also available. This makes Oscam very up to date.
    Many people may well be happy with what can be downloaded directly through their
    box's CAM updates, but if you want to download the latest binaries or simply
    want to be independent you can Google for them.
    
    (2) Installing Oscam
    ====================
    
    If you've installed Oscam through your box's updater, then it will have put
    Oscam itself and the configuration files where it thinks fit. The configuration
    files can go almost anywhere you like, you just specify where with the -c option
    when starting Oscam. I'm going to assume the Oscam binary is in /var/bin and is
    simply called oscam, and the configuration files are in /var/keys, as this is
    how I do it myself.
    
    (3) Configuring Oscam for Sky UK
    ================================
    
    Oscam has many configuration files. For our purposes you only need worry about
    three of them - oscam.conf, oscam.server and oscam.user. If the others are
    missing, Oscam will still work. When discussing each configuration file, I'm
    only going to explain those elements which are important to us; those which you
    won't need to change are just quoted.
    
    oscam.conf
    ---------
    [global]
    logfile = stdout
    # if you specify a location for a saved log file, be aware it gets very large
    # very quickly
    disablelog = 0
    disableuserfile = 0
    usrfileflag = 0
    clienttimeout = 5000
    fallbacktimeout = 2500
    clientmaxidle = 120
    failbantime = 30
    cachedelay = 120
    bindwait = 120
    netprio = 0
    clientdyndns = 0
    resolvedelay = 30
    unlockparental = 0
    nice = -1
    serialreadertimeout = 1500
    maxlogsize = 50
    waitforcards = 1
    preferlocalcards = 1
    saveinithistory = 1
    readerrestartseconds = 5
    lb_mode = 1
    lb_save = 0
    lb_nbest_readers = 2
    lb_nfb_readers = 1
    lb_min_ecmcount = 5
    lb_max_ecmcount = 500
    lb_reopen_seconds = 900
    resolvegethostbyname = 0
    failbantime = 10
    double_check = 1
    
    
    # [monitor]
    # only activate this if you really need it
    # for most people the web interface is better
    # port = 988
    # nocrypt = 127.0.0.1,192.168.2.1-192.168.2.254
    # aulow = 120
    # hideclient_to = 0
    # monlevel = 4
    # appendchaninfo = 0
    
    [newcamd]
    # this is for your clients with mgcamd (i.e. a CWS = line)
    # or an N: line in CCcam
    port = 12345@0963:000000
    # 0963 is the CAID for Sky UK, and 000000 means all channels
    key = 0102030405060708091011121314
    # your Deskey
    allowed = 1.0.0.0-255.255.255.255
    # IP addresses allowed to connect (i.e. all)
    keepalive = 1
    mgclient = 0
    # don't allow multiple log-ins from same user; some Abcom and
    # DGStation boxes require this to be set to 1
    
    [cccam]
    # for your clients with CCCam (i.e. they have a C: line)
    port = 12000
    # or whatever you use.
    reshare = 0
    ignorereshare = 0
    version = 2.1.3
    updateinterval = 240
    minimizecards = 0
    stealth = 1
    
    [dvbapi]
    # if you want to use Oscam as your client as well as server
    # doesn't work well on some non Dreamboxes
    enabled = 1
    # set to 0 if using mgcamd as the client and DVBAPI
    user = local
    # it must be a user defined in oscam.user to work correctly
    au = 1
    # or 0 as you prefer
    boxtype = dm7000
    # use dreambox for earlier dreamboxes with ppc processors
    pmt_mode = 0
    
    [webif]
    # very useful and fairly straightforward
    httpport = 80
    httpuser = user
    httppwd = pass
    httprefresh = 10
    httpallowed = 127.0.0.1,192.168.2.2-192.168.2.4
    # can only be opened from those (LAN) IPs
    httphideidleclients = 1
    httpreadonly = 0
    # oscam.conf ends
    
    
    
    oscam.server
    -----------
    # Oscam has a very wide definition of "server". It includes not
    # only your local cards but also your feeds from your friends using
    # CCCam, newcs, etc. I'm only going to deal with local cards, newcs and
    # CCCam
    # it consists of a number of sections headed [reader]
    
    [reader]
    label = lower card
    enable = 1
    protocol = internal
    device = /dev/sci0
    caid = 0963
    # 0963 is Sky UK.
    # boxid = 01234567
    # Oscam can read a Sky card i.d, but you can also put this
    # in manually
    detect = cd
    cardmhz = 357
    # this helps the card run more smootly
    group = 1
    # Oscam has the concept of groups. Only users in group 1 can
    # use this reader. I'm only using one group.
    emmcache = 1,3,2
    ecmcache = 1
    blockemm-unknown = 1
    blockemm-g = 1
    # these ensure smooth decrypting
    lb_weight = 101
    # for load balancing - can be commented out.
    
    
    [reader]
    label = upper card
    enable = 1
    protocol = internal
    device = /dev/sci1
    caid = 0963
    detect = cd
    cardmhz = 357
    group = 1
    emmcache = 1,3,2
    ecmcache = 1
    blockemm-unknown = 1
    blockemm-g = 1
    lb_weight = 100
    
    
    [reader]
    # replaces a CCcam "C:" line
    label = CCcam
    enable = 1
    protocol = cccam
    device = myfeed.hisip.com,12000
    # IP address,port
    account = myname
    password = mypass
    # your user name and password
    services = 
    inactivitytimeout = 1
    reconnecttimeout = 30
    group = 1
    ecmcache = 1
    blockemm-unknown = 1
    lb_weight = 100
    cccversion = 2.1.1
    # YOUR CCcam version presented to him; not his!
    cccmaxhops = 3
    # from him to you!
    audisabled = 1
    # doesn't receive updates
    
    
    [reader]
    # for a newcs or other newcamd feed
    # replaces a CWS = line in newcamd.list
    label = Newcamd
    enable = 1
    protocol = newcamd
    key = 0102030405060708091011121314
    # deskey
    device = myfeed.hisip.com,12345
    # IP address, port
    account = myname
    password = mypass
    inactivitytimeout = 1
    reconnecttimeout = 30
    group = 1
    ecmcache = 1
    
    # oscam.server end
    
    oscam.user
    =========
    # everybody needs an entry, even yourself.
    
    
    [account]
    # for your own box.
    user = local
    description = for local mgcamd or DVBAPI
    pwd = mypass
    disabled = 0
    group = 1
    uniq = 1
    au = 1
    # if you want the card updated from yourself
    
    [account]
    # for friend who may be using CCcam although works
    # any protocol defined in oscam.conf
    user = friend1
    pwd = pass1
    description = for friend with CCCam
    disabled = 0
    group = 1
    uniq = 1
    sleep = 0
    au = 0
    cccmaxhops = 3
    cccreshare = 0
    keepalive = 1
    
    
    [account]
    # intended for a friend using mgcamd, although works
    # with any protocol defined in oscam.conf
    user = friend2
    pwd = pass2
    description = for friend with mgcamd
    disabled = 0
    group = 1
    uniq = 1
    sleep = 0
    au = 0
    keepalive = 1
    
    # oscam.user end
    I cannot state that this will work as I haven't tested it, but I imagine it should work...
    Attached Files Attached Files
    Rules can be found HERE
    Support our sponsor, World-Of-Satellite HERE
    Follow us on Twitter HERE
    -----
    Vu+ Ultimo (ViX Beta), Vu+ Solo (ViX Beta), CT ET9000 (ViX Beta)
    Dark Motor Superior with Inverto Ultra Black Twin LNB
    85cm Gibertini Aluminium Dish

  2. The Following User Says Thank You to pooface For This Useful Post:

    maggiesfan (26-11-13)

  3. #2

    Title
    Junior Member
    Join Date
    Aug 2013
    Location
    UK
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Thank you for all replies.

    I found this copy and paste config and tried to play with a bit earlier today, created oscam config files, ftp them to /etc/tuxbox/config/, oscam was installed but still no luck.

    There's one thing I noticed: with ccam I had some data in ccam info. With oscam - nothing.
    Show /tmp/ecm.info - doesn't do anything
    Show clients - Error[Errno 146] Connection refused
    Show readers, Show Log - the same error
    Card infos - nothing happens
    ECM Statistics - nothing happens

    What is wrong?

    Today VUCC finally connected to my box.
    Happy days.

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.