Posts by Cyberbreezer

    After installing my server with : http://linuxsat-support.com/li…-1-3-install-package.html


    i have my first peer connected, now i got a lot of errors in oscam, it looks like cccam is restarting every 5 minutes


    oscam log :


    Before the first peer connected, i only got found ... ms, but now a lot of rejected or not found
    and every 5min or so i now got the WARNING: invalid client tcp_conn_close()


    CCcam.cfg



    warnings.txt
    19:16:49.088 Connection from IP: xxx.xxx.xxx.xxx Login Failed!
    19:16:55.094 Connection from IP: xxx.xxx.xxx.xxx Login Failed!



    oscam.cfg


    oscam.server


    oscam.user

    Code
    [account]
    user = *****
    pwd = *****
    monlevel = 0
    uniq = 0
    group = 1,2
    au = 1
    caid = 0100
    keepalive = 1


    really hope someone can set me on the right track of solving this problem.

    found the problem ...


    seems i forgot to change someting in the oscam.conf


    under [newcamd] i had changed the "port = 10000@xxx:000000" from the setup to


    "port = 10000@0100:000000"


    after reading and searching i found it should be


    "port = 10000@0100:00006C"


    after i changed and rebooted oscam, i finally have it working

    This is the config, it was generated by the install script.
    i just added the F: line




    SERVER LISTEN PORT : 12000
    ALLOW TELNETINFO: yes
    ALLOW WEBINFO: yes
    WEBINFO USERNAME :******
    WEBINFO PASSWORD :*******
    TELNETINFO USERNAME :*********
    TELNETINFO PASSWORD :******
    TELNETINFO LISTEN PORT : 16000
    WEBINFO LISTEN PORT : 16001
    ZAP OSD TIME :0
    OSD USERNAME :****
    OSD PASSWORD :****
    OSD PORT :80
    SHOW TIMING : yes
    DEBUG : no
    NEWCAMD CONF : no
    SHOW EXTENEDED CLIENT INFO : yes
    MINI OSD : no
    CHANNELINFO FILE : /var/etc/CCcam.channelinfo
    PROVIDERINFO FILE : /var/etc/CCcam.providers
    CAID PRIO FILE : /var/etc/CCcam.prio
    LOG WARNINGS : /tmp/warnings.txt
    SOFTKEY FILE : /var/keys/SoftCam.Key
    AUTOROLL FILE : /var/keys/AutoRoll.Key
    #STATIC CW FILE : /var/keys/constant.cw
    #BOXKEY:
    #SMARTCARD CLOCK FREQUENCY: /dev/sci0 6800000


    #SERIAL READER : /dev/ttyUSB0 smartreader+
    #SERIAL READER : /dev/ttyUSB1 smartreader+
    #SERIAL READER : /dev/ttyUSB2 smartreader+


    N: 127.0.0.1 10000 cccam cccam 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256
    F: Username Password

    Hi,


    just installed my first linux server with this tut : http://linuxsat-support.com/li…-1-3-install-package.html


    After struggeling to get my reader working, my card shows up in oscam, and cccam 2.1.3 that was installed.
    in oscam i see the cccam as a newcamd user who is online,
    so i see my provider in cccam, i see my connected client (dreambox), but my tv remains black.
    i made a simple f: line (f: user pass) and a simle c: line in my dream (c: 192.168.x.x 12000 user pass)


    abe0b4d46a91e69d02f.jpg


    So it looks like there is no ecm comming from my card?
    Who can put me on the right track ?

    I was driving over there for a blue one, after trying with a dell smartcard keyboard that i had over here ...
    the first weekend i had some time to spend some time on trying this, so the website advertised 'in stock" ...
    when i came there ... they sold the last one yesterday :)
    I installed it on a ubuntu server, now it seems to read my card with these settings, i removed the mhz settings


    [reader]
    label = tvvlaanderen
    protocol = smartreader+
    device = /dev/ttyUSB0
    services = tvvlaanderen
    caid = 0100
    detect = cd
    ident =
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    dropbadcws = 1
    ratelimitecm = 4
    ratelimitseconds = 10


    even after a few reboots it seems to be working.
    in cccam i see server, clients , active client connected, even the provider i can see,
    but after i made a f: line and a c: line in my dream, i don't get to see anything on tv ...
    so i guess it will take me some more reading time here :)



    maybe i just have to take a normal ACR38U reader :)

    Hello,


    Thanks for this great tutorial.
    After reading for a few weeks i thought it was time to build my server.
    Following this manual worked ok for me, but now i have a few questions/problems.


    Do i read the card with the cccam or with the oscam ?
    when i add this to my cccam.cfg, i see my entitlements in cccam


    #SERIAL READER : /dev/ttyUSB0 smartreader+
    #SERIAL READER : /dev/ttyUSB1 smartreader+
    #SERIAL READER : /dev/ttyUSB2 smartreader+


    i drive 300km this afternoon to get myself a smargo cardreader, the only one they had was for 3 cards, but i will do for now with 1 card connected .
    but i think i need to connect the card with oscam. and that's where i have the problem connecting the card.


    I deleted those lines from my cccam.cfg so the card is not in use.
    when i do the "lsusb" command the i see this :


    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0403:6011 Future Technology Devices International, Ltd FT 4232H Quad HS USB-UART/FIFO IC
    Bus 003 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser


    so the things i tried in the oscam.server are these :


    [reader]
    label = tvvlaanderen
    protocol = smartreader
    device = Serial:Reader (tryed 0 -->3 here)
    services = tvvlaanderen
    caid = 0100
    detect = cd
    mhz = 500
    cardmhz = 500
    ident =
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    dropbadcws = 1
    ratelimitecm = 4
    ratelimitseconds = 10


    and the same, but just these things changed



    protocol = smargo
    device = /dev/ttyUSB0


    witch worked for a moment untill a reboot, then i got errors again


    also tryed


    protocol = smartreader
    device = 001:002


    because this is detected during the usb scan :


    Bus 001 Device 002: ID 0403:6011 Future Technology Devices International, Ltd FT4232H Quad HS USB-UART/FIFO IC

    iProduct 2 Triple Reader+
    iSerial 3 00000966



    also tryed with the serial .....


    So i'm kind of stuck here .
    Any help would be appreciated :)


    Regards,


    Cyberbreezer