Posts by nakarmkir

    are you trying in account group 5


    and i also think your trying to send powervu key


    i don't think that is possible

    Hello, i only have group 1 in my setup , because i share locally in my home , is there a classification of groups ?

    I was thinking that groups are to limit what to share to certain group.

    Group 1 card 1, card 2 , emu

    Group 2 card 1, card 3......

    Group 5 card 1, card 7.

    Please correct me if i am wrong.


    I have used as reader just this minimal settings:


    [reader]

    label = test

    protocol = emu

    device = https://raw.githubusercontent.…/main/Enigma2/SoftCam.Key

    group = 1


    At least this settings should point the oscam emu to use the SoftCam.Keys from address specified.

    The server and dreamboxes can connect to internet , because wget method works.


    From my point of wiew

    Oscam emu usees just the predefined location for SoftCam.Key file.

    Auto update aka AU only works when you have a valid EMM key on say powerVU. (and are able to unmask its hash mode, we have issues on AFN already)

    Other than that, you can point your EMU reader to an internet location in a similar fashion to what you have done already.....

    an example below is updated fairly regularly.

    Please tell me , do you have this config working in a receiver or a server ,


    in theory should be good but in my ubuntu 32 bit server and in dreamboxes with openpli does not work all of them have oscam r11711-789

    • OSCam r11711-798
    • OSCam r11711-798

    Even the theory was good and it should work, it does not , maybe i am doing something wrong .


    I have approach the matter thru cron and from each receiver and works, tested by me 100% working .


    it goes like this :


    A wget command to download and overwrite the SoftCam.key file in his default location.

    And a init.d command to restart the oscam for reading the new SoftCam.Key file written by the command above .


    Be careful the commands are different , depending on the paths of where the oscam stores the Softcam.key file, and where and how is named oscam .bin.


    Here i will give 2 examples :


    dm 800se openpli 11.2


    58 * * * wget -q https://raw.githubusercontent.…ain/Universal/SoftCam.Key -O /etc/tuxbox/config/SoftCam.Key

    0 5 * * * /etc/init.d/softcam restart



    this crontab will get the SoftCam.Key every hour at minute 58

    and at 5 AM the oscam will restart to reload the file


    If the file need reloaded at other time it can be done by remote or web interface



    dm 8000 openpli 8.1-release


    58 * * * * wget -q https://raw.githubusercontent.…ain/Universal/SoftCam.Key -O /etc/tuxbox/config/oscam-emu/SoftCam.Key

    0 5 * * * /etc/init.d/softcam restart



    the only difference is where the SoftCam.Key file is stored


    For sure it would be nice to have a server that does the key grabbing and other clients to get the keys from the server.

    Maybe tis can be made with CCCam or maybe other settings , but after cron is set is all automated .


    The bad is when something goes wrong in time and you have to set every receiver , i have 3 so it will be easier to set the server and and whatever solution to get the keys from server to still working and not have to set all receivers

    !!!THIS IS NOT WORKING FOR ME !!! I leave this post maybe is working for other people


    ok i got it , is all about the emu reader config


    so , if you want to set up clients, in my case 3 receivers in the house, to use the SoftCam.Key of the server ,you have to create a [reader ]

    in each client :


    [reader]

    label = SoftCam.Key

    protocol = emu

    device = 192.168.1.127/usr/local/etc/SoftCam.Key (your server /main receiver path to SoftCam.Key file)

    user = root (the username set in server for this client)

    password = pass (the password set in server for this client)

    detect = cd

    group = 1



    after this new reader is added you will see in oscam status of the client



    after this every time you update / change the content of SoftCam.Key file every client will use that


    now if someone knows how to auto update keys ?

    i will be grateful

    hello to all


    just wondering


    i have oscam ubuntu server with emu and softcam.key working


    the client that is oscam also and has an N line from server , will get also the emu keys thru this line ?

    or is necessary to have an afitional line or reader configured in client /server side ?


    i have 3 receivers in 3 rooms and i do not want to upload key file in all receivers , i want to upload only to server.

    i cant test because i cant move my antenna now .

    thanks in advance

    all sugestions are wellcome


    you have to rename the file "oscam-1.20_svn11711-x86_64-linux-gnu-static" to oscam and move it to /usr/local/bin


    if you want you can follow my, lets say guide, i have wrote down the steps i have took.

    i just have built an oscam ubuntu server with 4 pcsc readers on a thin client hp 32bit


    this guide was for Debian but i have modified it for my needs


    sudo apt-get install cvs subversion autoconf libccid automake libtool gettext make cmake tar bzip2 gzip patch ncurses-bin gcc g++ flex bison pkg-config pcsc-tools pkg-config wget libpcsclite1 libpcsclite-dev libusb-dev libssl-dev libpnglite-dev pngquant zlib1g-dbg zlib1g-dev zlib1g zlibc dialog build-essential mercurial minizip


    wget http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.26/libusb-1.0.26.tar.bz2


    tar xjf libusb-1.0.26.tar.bz2


    cd libusb-1.0.26


    ./configure; make; make install


    Now we are ready for next steps!


    cd .. (you need to come to the root of your system)


    svn checkout https://git.streamboard.tv/common/oscam.git/ oscam-git


    wget https://github.com/oscam-emu/oscam-emu/raw/master/oscam-emu.patch


    cd oscam-svn


    sudo patch -p0< ../oscam-emu.patch


    mkdir build

    cd build

    cmake -DWEBIF=1 -DHAVE_DVBAPI=1 ..

    make

    sudo make install (this command will install oscam to /usr/local/bin folder!! - if you have already oscam binary there, please backup it)


    Now you need to chmod oscam file to 0755. Use these commands:


    cd /usr/local/bin

    sudo chmod 755 oscam


    You also need to setup automatic startup with boot. Execute these commands:


    sudo vi /etc/rc.local  press i to write in vi editor


    Before “exit 0” line write this line:


    Code
    /usr/local/bin/oscam -b


    Esc wq to exit vi editor


    Now you need to create oscam config files and transfer them to /usr/local/etc.


    sudo vi /usr/local/etc/oscam.conf



    Code
    [global]
    [webif]
    httpport                      = 81
    httpuser                      = root
    httppwd                       = your password
    httpallowed                =  127.0.0.1,192.168.0.1-192.168.255.255

    hello ,

    i have dm 800se sim a8p installed original image ,

    after install ssh worked but after first restart i get connection refused.


    tried to uninstall dropbear and installother ssh servers but same refuse at connection time


    also samba missing there is a samba package to install so i can see my hard drive in windows network


    thanks in advance

    thanks a lot, i got it working ,

    that exclamation point is magic

    thanks again


    the system that is working on is a raspberry pi 1B with raspbian lite legacy Buster headless installed on a 4gb card

    oscam is installed with simplebuild 3 by Gorgone

    and i do not know if is mentioned , the switches on the reader must be set to phoenix and 5.0v

    and here is my working basic config for caid 1880:


    [reader]

    label = Digi

    protocol = mouse

    device = /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_your serial-if00-port0 ##mine serial is AL016WGU, look at my scan usb##

    detect = !cd

    mhz = 368

    group = 1

    boxkey = your boxkey

    rsakey = your rsakey

    Hello to all .

    That's how it works. The secret is detect = !cd.

    Code
    [reader]
    label                         = SKYLINK
    protocol                      = mouse
    device                        = /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_XXXXXX-if00-port0
    autospeed                     = 0
    detect                        = !cd
    mhz                           = 1000
    group                         = 1

    i do not understand line 4 of your working config


    device = /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_XXXXXX-if00-port0


    please explain where i get that info


    i have the same reader and when i scan usb i get this:


    Bus 001 Device 005: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
    iProduct 2 FT232R USB UART
    iSerial 3 AL016WGU


    how it should be my device = ???


    thanks in advance


    i think i got it is the path of the reader