Posts by CCcam

    My m8 has problems with his Vu+Solo2...


    Sorry if this been brought up earlier....He can't record one channel and watch another. Weird.. because he has one cable going to each tuner.
    Setups: One dish, two Quad Lnbs, two 2-1 switches. Each tuner is connected to a 2-1 switch, leading to 2 quad Lnb's. The other tuner has the same setup. Total, 2 quad Lnb's, going to two 2-1 diseqC switches, one cable from each switch to each tuner. Cables are connected correctly. Hope I made myself clear...


    He tried the following tuner configs:


    Tuner A, config simple, diseqC switch A & B - Tuner B same as tuner A
    Tuner A, config simple, diseqC switch A & B - Tuner B, config simple, diseqC switch A & B.
    He has'nt tested: Tuner A, config simple, diseqC switch A & B - Tuner B loopthrough to tuner A. I think not likely..


    HDD is working. Timeshift on HDD is ok. Please help! He bought the Solo2 just for being able to watch one channel and record another.

    Try this:


    oscam server
    [reader]
    label = reader-0
    description = sharebox
    protocol = smartreader
    device = Serial:Reader xxxx. (xxxx = number of your Smargo reader) Found from webif, usb scan script (or try lsusb -v). Use Smargo version 1.4, earlier version does'nt show reader number....I think.


    caid = 0905,095B,0945
    boxid = 001F1F1F
    detect = cd
    mhz = 686
    cardmhz = 686
    ident = 095B:000000;0945:000000;0905:000000
    group = 1
    emmcache = 1,1,15
    audisabled = 1

    This has been discussed for many years. More petrol on the fire...:


    The following was posted in a russian forum:



    Quoted from "mrk":


    [QUOTE]Algoritm to oscam is here. You shall put it in the videguard reader, the you're ready to go..


    void VG_ReorderAndDecrypt(unsigned char *p,unsigned char *key)
    {
    unsigned char tmp[16];
    AES_KEY akey;
    xcCamCryptVG_Reorder16A(tmp, key);
    AES_set_decrypt_key(tmp, 128, &akey);
    xcCamCryptVG_Reorder16A(tmp, p);
    AES_decrypt(tmp, tmp, &akey);
    xcCamCryptVG_Reorder16A(p, tmp);
    }
    void VG_Overcrypt(char *a1, char *a2, char *a3)
    {
    char tmp[16];
    memcpy(tmp,a2,16);
    VG_ReorderAndDecrypt(tmp,a1);
    VG_ReorderAndDecrypt(a3,tmp);
    }
    where:
    a1-ekpair
    a2- hwkey
    a3- cw
    /QUOTE]



    Quoted from "mrk" again:


    [QUOTE][
    That will work for h670n v.119 too but not for the latest firmware (122), since console has been disabled 4.4.2011. Problem is that most of the stb's was updated without users permission which should be illegal if you ask my opinion.
    This hack was published with NewCS in 01.06.2009 and it has been working since then, so theres nothing new.
    /QUOTE]


    I think above posts is only valid for 090F card, not the 093E (new one, blue arrow), but maybe...?
    Experts step in...I have an old Samsung h670n with firmware v.119 if you........

    I played around with different readers,settings and protocol. Omnikey did'nt give me as low ecm as expected, and also I was having problems to run it through a powered usb hub. Smargo 1.4, powered usb hub and and a newer Oscam is what I'm using. Changed protocol from mouse to smartreder and device /dev/ttyUSB0 to Serial:Reader xxxx.


    Here's my working configs and logs...


    [reader]
    label = smargo
    protocol = smartreader
    device = Serial:Reader xxxx
    boxid = xxxxxxxx
    detect = cd
    caid = 093E
    mhz = 357
    cardmhz = 357
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1
    lb_weight = 300
    ins7e11 = 15


    --------------------------------------------------------


    ins7e11 = 15 this is the most impotant part. Changed it first to ins7e11 = 13, then I got 150-160 ms. 15 weas perfect for me.


    2013/06/11 17:53:19 7740FB98 r Found reader with serial Reader xxx at 001:004
    2013/06/11 17:53:19 7740FB98 r Found smartreader device Serial:Reader xxx
    2013/06/11 17:53:19 7740FB98 r smargo [smartreader] Reader initialized (device=Serial:Reader xxx, detect=cd, mhz=357, cardmhz=357)
    2013/06/11 17:53:20 7740FB98 r smargo [smartreader] card detected
    2013/06/11 17:53:23 7740FB98 r smargo [smartreader] ATR: 3F 7D 11 xx xx xx xx xx xx xx xx xx xx xx xx xx
    2013/06/11 17:53:23 7740FB98 r smargo [smartreader] Init card protocol T0, FI=1, F=372, D=1, N=2
    2013/06/11 17:53:23 7740FB98 r smargo [smartreader] Calculated work ETU is 104.20 us
    2013/06/11 17:53:24 7740FB98 r smargo [smartreader] ATR Fsmax is: 5 Mhz, clocking card to wanted user cardspeed of 3.43 Mhz (specified in reader->mhz)
    2013/06/11 17:53:25 7740FB98 r smargo [smartreader] Card type: VTTV
    2013/06/11 17:53:25 7740FB98 r smargo [smartreader] Rom version: 20A3
    2013/06/11 17:53:26 7740FB98 r smargo [smartreader] classD0 ins7E11: Scheduling card reset for TA1 change from 11 to 15
    2013/06/11 17:53:26 7740FB98 r smargo [smartreader] found card system videoguard2
    2013/06/11 17:53:26 7740FB98 r smargo [videoguard2] card detected
    2013/06/11 17:53:26 7740FB98 r smargo [videoguard2] type: VideoGuard Viasat (093E)
    2013/06/11 17:53:26 7740FB98 r smargo [smartreader] Doing fast reset
    2013/06/11 17:53:27 7740FB98 r smargo [smartreader] ATR: 3F 7D 15 xx xx xx xx xx xx xx xx xx xx xx xx xx
    2013/06/11 17:53:28 7740FB98 r smargo [smartreader] Init card protocol T0, FI=1, F=372, D=16, N=2
    2013/06/11 17:53:28 7740FB98 r smargo [smartreader] Calculated work ETU is 6.78 us
    2013/06/11 17:53:28 7740FB98 r smargo [smartreader] ATR Fsmax is: 5 Mhz, clocking card to wanted user cardspeed of 3.43 Mhz (specified in reader->mhz)


    2013/06/11 17:53:44 77412B90 c encrypted camd35-client 127.0.0.1 granted (VuDuo, au=on (1 reader))
    2013/06/11 17:53:44 77412B90 c VuDuo emm-request sent (reader=smargo, caid=093E, auprovid=000000)
    2013/06/11 17:58:04 77412B90 c VuDuo (093E&000000/0000/09EC/98:65328FBA4E55BB8F87AA2F639154371A): found (90 ms) by smargo - SVT1 Småland
    2013/06/11 17:58:14 77412B90 c VuDuo (093E&000000/0000/09EC/98:826B9FB3C6E98155B7CE9F1FB118817D): found (89 ms) by smargo - SVT1 Småland
    2013/06/11 17:58:24 77412B90 c VuDuo (093E&000000/0000/09EC/98:2087D5A934CA036B5588A71F68072700): found (91 ms) by smargo - SVT1 Småland
    2013/06/11 17:58:34 77412B90 c VuDuo (093E&000000/0000/09EC/98:3C049F53B10633560D4BD550CA39F5EF): found (89 ms) by smargo - SVT1 Småland
    2013/06/11 17:58:44 77412B90 c VuDuo (093E&000000/0000/09EC/98:275884DDEE3C1CFDBBEE59456C87A457): found (91 ms) by smargo - SVT1 Småland
    2013/06/11 17:58:54 77412B90 c VuDuo (093E&000000/0000/09EC/98:B714529851C215131A725975C954CD38): found (90 ms) by smargo - SVT1 Småland



    From Oscam Version 6064 it's possible with ins7e11settings and NDS card...Check Oscam Wiki.

    I didn't say run lsusb I said under reader in oscam there is a button to scan the usb. did you do that. If you are not getting what I posted then you may not have the smartreader support loaded in your server. did you use this tut....


    http://linuxsat-support.com/li…-oscam-smargo-reader.html


    I got the same result at Oscam webinterface (scan Usb):


    USB Devices
    Bus 001 Device 001: ID 1d6b:0002
    Bus 002 Device 001: ID 1d6b:0002
    Bus 003 Device 001: ID 1d6b:0001
    Bus 004 Device 001: ID 1d6b:0001
    Bus 001 Device 002: ID 05e3:0608
    Bus 001 Device 003: ID 13fe:3100
    Bus 001 Device 004: ID 0403:6001


    I'm not running a PC server. My server is on a Vu+ box...when I tried to read it with smartreader protocol, I got "no matching reader" error.

    Hello Buddy,


    I have attached a ipk file for you with a version of oscam+cccam which does support pcsc. It was put together for me by masterG when I was trying the same thing as you are on your duo, the ipk works fine on Blackhole. I didn't have much luck getting the omnikey reader working on the duo, but to be honest I didn't try very hard lol, hope you have more luck!


    No luck with above version of Oscam...plz anyone with a working Omnikey reader on a Vu+ box, tell me what's needed to have the Omnikey reader function together with Oscam. I'm running BH 2.0.3 now.


    When I run lsusb I only get this:


    Bus 001 Device 001: ID 1d6b:0002
    Bus 002 Device 001: ID 1d6b:0002
    Bus 003 Device 001: ID 1d6b:0001
    Bus 004 Device 001: ID 1d6b:0001
    Bus 001 Device 002: ID 2101:8500
    Bus 001 Device 003: ID 2101:8501
    Bus 001 Device 004: ID 0403:6001


    Do you have another command? I tested with smartreader protocol earlier without device number though, without success. Maybe 200-215 ms is the best i can get without overclocking (risking?) the card to much. Like I said before, you can't compare it to a Sly card, it opens much faster...


    No difference with 368 settings. With 500 mhz got me scared...look:


    smargo [mouse] Reader initialized (device=/dev/ttyUSB0, detect=cd, mhz=500, cardmhz=500)
    smargo [mouse] card detected
    smargo [mouse] ATR: 3F 00 not all numbers here...why???
    smargo [mouse] Init card protocol T0, FI=1, F=372, D=1, N=0
    smargo [mouse] Setting baudrate to 13440 bps very high, normal with 500mzh settings?
    smargo [mouse] Calculated work ETU is 74.40 us
    smargo [mouse] ATR Fsmax is: 5 Mhz, clocking card to wanted user cardspeed of 5.00 Mhz (specified in reader->mhz)
    smargo [mouse] Normal mode failed, reverting to Deprecated Mode ???
    smargo [mouse] card initializing error ???
    VuDuo (093E&000000/0000/1392/98:E3FC307F28D6D45E791FF89D4F995369): rejected group (0 ms) (0/0/0/0) - SVT 2 (no matching reader) ???
    VuDuo disconnected from 127.0.0.1



    So, not working with 500mhz settings....no matching reader etc...


    I have a Omnikey reader but it's not working with this, Oscam 1.20-unstable_svn, build r8639 (mipsel-unknown-linux-gnu). I think no pcsc support. Image BH 2.0.2 has support, but not Oscam or?

    should be able to get it lower than that m8 post your oscam reader config remember to xx out your BK


    This is not a NDS Slycard, it's a Scandinavian NDS card.
    I'm down to 215-220 when I check Oscam log, but on the telly it shows 250-260..?? Fastest opening is when I put it in my DM500, close to 200 ms.


    My settings:


    # oscam.conf generated automatically by Streamboard OSCAM 1.20-unstable_svn build #8639
    # Read more: gmc.to - Informationen zum Thema satellite tv.


    [global]
    serverip = 127.0.0.1
    nice = -1
    logfile = /var/log/oscam.log
    clienttimeout = 5000
    fallbacktimeout = 2500
    clientmaxidle = 120
    cachedelay = 120
    bindwait = 120
    resolvedelay = 30
    serialreadertimeout = 1500
    maxlogsize = 30
    waitforcards = 1
    preferlocalcards = 1
    saveinithistory = 1
    keepalive = 1


    [newcamd]
    port = xxxxxxxxxx@093E:000000
    key = 0102030405060708091011121314
    keepalive = 1
    #mgclient = 1


    [reader]
    label = smargo
    protocol = mouse
    device = /dev/ttyUSB0
    boxid = xxxxxxx
    detect = cd
    caid = 093E
    mhz = 357
    cardmhz = 357
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1
    lb_weight = 101
    ins7e11 = 12


    [account]
    user = xxxxx
    pwd = xxxxx
    monlevel = 4
    au = smargo
    group = 1

    I'm trying out differnet settings to lower my ECM times. I'm using a Smargo and on my readerconfig I add


    ins7e11 = 12. I know some people even put
    ins7e11 = 15

    My original ATR numbers are 11, on a NDS card. How high can I go? Is there a risk of burning my card or something?


    From log:


    smargo [mouse] ATR: 3F 7D 12 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx
    smargo [mouse] Setting baudrate to 19200 bps very high..??
    smargo [mouse] Calculated work ETU is 52.10 us ??????

    So the cardreader itself does'nt need any prior installed drivers?
    I have already enabled pcsc panel in 2x blue...Oscam could'nt find the reader, settings in Oscam is protocol pcsc and device 0. Something is wrong...I'm not sure how to put the card, chip facing back or front? Oscam should see the reader even if the card is inserted wrongly..?