Posts by mrgmx

    Alternatively he should be able to input a c line through Network Protocol (think its that) in the Box Menu


    You will see Network or Cams across top


    Select this and go into Cccam option (may need password 0000)


    2 option (Manual and upload from USB) choose Manual


    Enter your details here


    Host
    Port
    User
    Pass


    Save and Activate - Restart box and should be connected!


    Hope it helps as an alternative

    Banny


    Duo's and by all accounts the VU range are excellent bits of kits, and worth every penny (clone or otherwise!) but thats a seperate issue!....Support is excellent for them on here also which is an added advantage!


    I havent had the pleasure of using a DM800SE but unless you told me it produces Gold! id be very pushed to change my DUO! unless it was for an Ultimo of course!!


    I think the GigaBlues are a cheaper/on par alternative but for me VU DUO all the way!


    Have fun choosing!

    You could either edit thru server using nano command


    nano /var/etc/oscam.server -very basic editor but does the trick,


    Or use another Pc(windows) and ftp files across to server!


    E.g edit file in say notepad ++ and use winscp to transfer files across
    you can use Putty to connect to your server and run commands from there also!


    I find this way a lot easier

    Try the other way then just so we can see if thats the problem.


    In terminal - lsusb


    In oscam.server input the device is (device = 001:001)


    In Oscam Webif - Shutdown and Restart


    Leave a couple of mins and log back in to webif


    Veiw log and let me know if it picks it up

    Sorry ignore last comment did you use ....... (sorting 2 things out at once) :)


    Have you got these lines in your oscam.server - if not exact change them to below (Master G for Thanks if Works)



    protocol = pcscdevice = 0

    Andy,
    I had to try because this was doing my head in now!


    Just a quick checklist (your on debian now right)
    Have you run/installed with no errors?

    apt-get install opensc pcscd libccid


    You have the file opensc.conf in etc/opensc/ folder


    The easiest way i found to edit file was open it through winscp and edit the file, you see the whole file then!
    Look for or right click and find the three lines (there are all over the file)


    Find (login) Find (emulation) find (pcsc)


    When you see the lines that look indentical delete the # symbol to make the line readable/live
    Remove openct from line reader_drivers = openct, pcsc, ctapi; (ensure this is also unhashed #)


    Save the file


    Ensure that the correct port is defined in oscam.server


    Reboot and it should find it and work?


    Is you card reader working? Plug into windows pc and see if it installs drivers and Green light shows up on reader?

    Try post before mate with multiple readings in Oscam file and see if that works!


    To be honest i havent switched my server off in the past few weeks so didnt even bother trying it?


    You will teach me something if it works although the credit comes from the other Mods, just forgotten who :)

    Failing that try adding this in oscam.server


    SERIAL READER : /dev/ttyUSB0
    SERIAL READER : /dev/ttyUSB1
    SERIAL READER : /dev/ttyUSB2
    SERIAL READER : /dev/ttyUSB3
    SERIAL READER : /dev/ttyUSB4


    Restart Oscam and which ever reading picks up your Reader keep that one in the oscam.server file and delete the rest!

    I Have this problem mate, everytime i reboot PC it assigns a diff device ID to my ports pain in the arse!


    What you may have to do is the following because unless someone puts me right using the USB hub you may not be able to fix it with the SERIAL READER : /dev/ttyUSB0 setting


    Reboot Machine
    In termianl lsusb
    Stop Oscam using killall -9 oscam should do it
    now edit your oscam.server file using the nano command or whatever you use
    add line
    device 001:003 (your settings)
    Save the file
    In terminal type oscam -b (starts oscam)


    and see if it picks it up


    You may have to do this everytime you reboot your server unless someone else has an option?


    ECM times will decrease though so is worth doing

    before trying was the error on installing/running script and similar to my post here


    http://linuxsat-support.com/li…l-script-please-help.html


    if so try


    Open the terminal and use this command :


    apt-get install libssl0.9.8:i386


    After it will install try to start the oscam, it should start fine. ( GeorgeXL)

    I know i had a problem with the libraires? Maybe useless though?



    If your going to try debain try this


    http://linuxsat-support.com/li…l-package-debian-6-a.html


    I installed ok and was all up and running in no time (kinda) :)

    Andy you have done the following steps first?


    sudo apt-get install opensc pcscd libccid



    And edited the following by running command



    nano /etc/opensc/opensc.conf



    Make that file exactly the same as below by either deleting hash from start of line and or delete line


    reader_drivers = pcsc, ctapi;
    try_emulation_first = yes;
    lock_login = false;
    provider_library = /lib/libpcsclite.so.1


    If the file looks like the above ctrl + o and ctrl + x


    Reboot and run the

    opensc-tool -l

    Andy,


    Just double check the way you input command mate! Has to be exact format file is in e.g Cccam needs to Cccam
    Check file is present in the directory (use ls command)
    check spaces e.t.c
    the last command you didnt put a space between 755 /tmp


    Opensc reference was to
    i have typed in the command opensc-tool ?list-readers


    all i get is the below and no sign of the omnikey reader connected to vmware and my pc

    You mat have to add -l to the command opensc-tool ?list-readers

    The readout that you got was the help file telling you what paramaters you can get?


    Few commands you may need


    ls (list files in directory)
    cd /tmp (navigate to tmp directory)
    cd .. (navigate back)
    nano (edit) so nano /usr/local/etc/Cccam.cfg will edit the Cccam file e.t.c