Hello

I was trying to replace oscam but it wont autostart.

Oscam from feed starting without problem but for my card I need custom oscam to work.

Found this post saying that

"OpenViX image doesn`t use a start script.
Just send oscam for arm based images to /usr/softcams > change permissions to 755 on the oscam > reboot.
Start oscam via blue button > softcam manager"

I did put my custom oscam to /usr/softcams changed the name to oscam-latest , changed permisions to 755 and did reboot.
After reboot oscam wont start , but when I use telnet, go to /usr/softcams and type oscam-latest -V then it starts and working till next reboot.

Another thing I noticed is when I put custom oscam to usr/softcams and press blue button / softcam manager then where active softcams should be showing is this information : Wait please while scanning for softcam's... but it never find anything.

When I press green button to start oscam, debug log shows this:

< 139.0143> [InfoBarGenerics] KEY: 108 DOWN
< 141.0450> [eInputDeviceInit] 1 18f (399) 1
< 141.0458> [InfoBarGenerics] KEY: 399 GREEN
< 141.3620> [eInputDeviceInit] 0 18f (399) 1
< 141.3624> [InfoBarGenerics] KEY: 399 GREEN
< 141.3626> [ActionMap] Keymap 'ColorActions' -> Action = 'green'.
< 141.3667> [Skin] Processing screen 'VIXStartCam', position=(0, 0), size=(1920 x 1080) for module 'VIXStartCam'.
< 141.3936> [Skin] Processing screen 'SimpleSummary' from list 'VIXStartCam_summary, SimpleSummary', position=(0, 0), size=(132 x 64) for module 'SimpleSummary'.
< 141.4702> [SoftcamManager] Starting oscam-latest
< 141.4707> [Console] command: ulimit -s 512;/usr/softcams/oscam-latest -b
< 141.4710> [eConsoleAppContainer] Starting /bin/sh
< 141.4722> [Console] pid = 1639
< 141.5074> [Console] finished: ulimit -s 512;/usr/softcams/oscam-latest -b
< 144.5221> [SoftcamManager] Selectedcam: oscam-latest
< 144.8833> [Console] command: ps.procps -C #oscam-latest,oscam-latest | grep -v 'CMD' | sed 's/</ /g' | awk '{print $4}' | awk '{a[$1] = $0} END { for (x in a) { print a[x] } }'
< 144.8837> [eConsoleAppContainer] Starting /bin/sh
< 144.8899> [Console] finished: ps.procps -C #oscam-latest,oscam-latest | grep -v 'CMD' | sed 's/</ /g' | awk '{print $4}' | awk '{a[$1] = $0} END { for (x in a) { print a[x] } }'
< 144.8900> [SoftcamManager] RESULT FAILED: error: list of command names must follow -C

Usage:
ps.procps [options]

Try 'ps.procps --help <simple|list|output|threads|misc|all>'
or 'ps.procps --help <s|l|o|t|m|a>'
for additional help text.

For more details see ps(1).
< 144.8901>
< 144.8903> [SoftcamManager] Selectedcam: oscam-latest

Is there any way to use custom oscam on openvix ?