vu duo 4k oscam we interface not working or oscam not starting openatv 6.2

There are 3 replies in this Thread which was already clicked 639 times. The last Post () by s3n0.

  • I followed the instructions on here OpenATV SoftCam Feed to install the softcam feed, installed oscam, selected restart cam multiple times from the menu, I want it to read my official viewing card, I select oscam in the menu but it doesnt seem to start, no webif access, its a vu duo 4k and the os is openatv 6.2

  • You can also verify the functionality with a terminal (Telnet or SSH connection, for example using the PUTTY application for Windows).


    Code
    root@formuler3ip:~# find /usr/bin -name *cam*
    /usr/bin/oscam
    
    root@formuler3ip:~# ps -f -C oscam
    UID        PID  PPID  C STIME TTY          TIME CMD
    root     31645     1  0 okt20 ?        00:00:00 /usr/bin/oscam -b -r 2 -c /etc/tuxbox/config/oscam
    root     31647 31645  0 okt20 ?        00:14:36 /usr/bin/oscam -b -r 2 -c /etc/tuxbox/config/oscam
    
    root@formuler3ip:~# netstat -pnltu | grep -i cam
    tcp        0      0 :::8888                 :::*                    LISTEN      31647/oscam
    • In the first case, you will verify that there is a binary file with the text "cam" in its name.
    • In the second case, you verify the "-c" argument (the directory with the Oscam configuration).
    • In the third case, you will verify the open port numbers for processes that contain the text "cam" (of course only if the Oscam process has not been renamed with a crazy name).

    Depending on the Oscam configuration (file "oscam.conf" - section "webif"), some Webif may also use port 83 and not just 8888 or another port.

  • You can also verify the functionality with a terminal (Telnet or SSH connection, for example using the PUTTY application for Windows).


    Code
    root@formuler3ip:~# find /usr/bin -name *cam*
    /usr/bin/oscam
    
    root@formuler3ip:~# ps -f -C oscam
    UID        PID  PPID  C STIME TTY          TIME CMD
    root     31645     1  0 okt20 ?        00:00:00 /usr/bin/oscam -b -r 2 -c /etc/tuxbox/config/oscam
    root     31647 31645  0 okt20 ?        00:14:36 /usr/bin/oscam -b -r 2 -c /etc/tuxbox/config/oscam
    
    root@formuler3ip:~# netstat -pnltu | grep -i cam
    tcp        0      0 :::8888                 :::*                    LISTEN      31647/oscam
    • In the first case, you will verify that there is a binary file with the text "cam" in its name.
    • In the second case, you verify the "-c" argument (the directory with the Oscam configuration).
    • In the third case, you will verify the open port numbers for processes that contain the text "cam" (of course only if the Oscam process has not been renamed with a crazy name).

    Depending on the Oscam configuration (file "oscam.conf" - section "webif"), some Webif may also use port 83 and not just 8888 or another port.

    Hi, thank you for your help I realised the oscam versions installing dont support the cpu in the duo4k by trying to start it from the terminal, so I tried different ones and smod version worked :), thanks

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!