I write down my opinion. It works perfectly.
Duo4K OpenPLI Develop
I write down my opinion. It works perfectly.
Duo4K OpenPLI Develop
waiting for feedback about what version is ok with dreambox images
Dreamos 2.5 images
wget https://raw.githubusercontent.com/biko-73/OSCamicam_Kitte888/main/installer.sh -O - | /bin/sh
--2025-11-25 19:34:04-- https://raw.githubusercontent.com/biko-73/OSCamicam_Kitte888/main/enigma2-plugin-softcams-oscamicamall_V.10.0.Update-no-Kitte888_all.deb
Resolving raw.githubusercontent.com... 185.199.108.133, 2606:50c0:8000::154, 2606:50c0:8001::154, ...
Connecting to raw.githubusercontent.com|185.199.108.133|:443... connected.
HTTP request sent, awaiting response...
200 OK
Length: 2620486 (2,5M) [application/octet-stream]
Saving to: ‘/tmp/enigma2-plugin-softcams-oscamicamall_V.10.0.Update-no-Kitte888_all.deb
Tsimage 6
False
script
/etc/enigma2
1-camd_oscamicamall.json
2-camd_oscamupdateicamemu.json
1
{
"name": "oscamicamall",
"binary": "oscamicamall",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamicamall/binary/oscamicamall -c -b /etc/tuxbox/config/oscamicamall &'"
}
2
{
"name": "oscamupdateicamemu",
"binary": "oscamupdateicamemu",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamupdateicamemu/binary/oscamupdateicamemu -c -b /etc/tuxbox/config/oscamupdateicamemu &'"
}{
"name": "oscamupdateicamemu",
"binary": "oscamupdateicamemu",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamupdateicamemu/binary/oscamupdateicamemu -c -b /etc/tuxbox/config/oscamupdateicamemu &'"
}
bin
/lib/systemd/system
oscamicamall.service
[Unit]
After=dev-dvb-adapter0-ca0.device
After=dev-dvb-adapter0-demux0.device
After=dev-sci0.device
[Service]
Type=forking
ExecStart=/lib/systemd/system/softcam.sh
TimeoutStartSec=15
Restart=on-failure
NotifyAccess=main
NonBlocking=true
[Install]
WantedBy=multi-user.target
====================================================================================
Display More
True
script
/usr/script/cam/OSCam.sh
#!/bin/sh
OSD="TSOscam"
BIN="/usr/bin/tsoscam"
CFG="/etc/tuxbox/config"
PID="/var/run/tsoscam.pid"
# --------------------------------
is_running() {
[ -f "$PID" ] && kill -0 "$(cat "$PID")" 2>/dev/null && return 0
pidof "$(basename "$BIN")" >/dev/null 2>&1
}
cam_clean() {
rm -f /tmp/*.info* /tmp/.oscam /tmp/*.pid
}
cam_up() {
[ -x "$BIN" ] || { echo "Binary not found: $BIN"; exit 1; }
"$BIN" -b -c "$CFG" >/dev/null 2>&1 &
echo $! > "$PID"
}
cam_down() {
if [ -f "$PID" ]; then
kill "$(cat "$PID")" 2>/dev/null
rm -f "$PID"
sleep 1
fi
killall -q "$(basename "$BIN")" 2>/dev/null
cam_clean
}
case "$1" in
cam_up) cam_up ;;
cam_down) cam_down ;;
cam_res) cam_down; sleep 1; cam_up ;;
*) if is_running; then cam_down; else cam_up; fi ;;
esac
exit 0
bin
/usr/bin/cam/oscam
Display More
Gemini 4.2
False
script 2 files
1-/etc/enigma2/camd_oscamicamall.json
2-/etc/enigma2/camd_oscamupdateicamemu.json
1
{
"name": "oscamicamall",
"binary": "oscamicamall",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamicamall/binary/oscamicamall -c -b /etc/tuxbox/config/oscamicamall &'"
}
2
{
"name": "oscamupdateicamemu",
"binary": "oscamupdateicamemu",
"path": "/bin/sh -c '/etc/tuxbox/config/oscamupdateicamemu/binary/oscamupdateicamemu -c -b /etc/tuxbox/config/oscamupdateicamemu &'"
}
bin
/lib/systemd/system
oscamicamall.service
[Unit]
After=dev-dvb-adapter0-ca0.device
After=dev-dvb-adapter0-demux0.device
After=dev-sci0.device
[Service]
Type=forking
ExecStart=/lib/systemd/system/softcam.sh
TimeoutStartSec=15
Restart=on-failure
NotifyAccess=main
NonBlocking=true
[Install]
WantedBy=multi-user.target
Display More
True
script
/etc/enigma2/camd_oscam_2.json
{
"name": "OSCam 2",
"binary": "oscam_2",
"path": "/usr/bin/oscam_2 -b"
}
bin
/usr/bin/oscam_2
Display More
Merlin4
script
/lib/systemd/system/oscamicamall.service >>>>>>>>>>> True
False
[Unit]
After=dev-dvb-adapter0-ca0.device
After=dev-dvb-adapter0-demux0.device >>>>>>>>> False
After=dev-sci0.device
[Service]
Type=forking
ExecStart=/lib/systemd/system/softcam.sh
TimeoutStartSec=15
Restart=on-failure
NotifyAccess=main
NonBlocking=true
[Install]
WantedBy=multi-user.target
[Install]
WantedBy=multi-user.target
True
[Unit]
Requires=dev-dvb-adapter0-ca0.device dev-dvb-adapter0-demux0.device
After=dev-dvb-adapter0-ca0.device
After=dev-dvb-adapter0-demux0.device
[Service]
Type=forking
ExecStart=/bin/sh -c '/usr/bin/cam/OSCam_11905-803 -b -c /etc/tuxbox/config'
ExecStartPost=/bin/sh -c 'if ! /bin/grep -Fxq OSCam_11905-803 /etc/clist.list ; then echo OSCam_11905-803 > /etc/clist.list ; fi'
ExecStopPost=/bin/sh -c 'echo none > /etc/clist.list'
NonBlocking=true
NotifyAccess=main
[Install]
WantedBy=multi-user.target
bin file unavailable
True ======> /usr/bin/cam.emu.xxx.bin
Display More
Newnigma2
script
/usr/script/oscamicamall.emu True
bin file unavailable
/usr/bin/
True
/usr/bin/OSCam_11905-803
Display More
PeterPan
False
script 2 files
/etc/enigma2/camd_oscamicamall.json
/etc/enigma2/camd_oscamupdateicamemu.json
bin
/lib/systemd/system/oscamicamall.service
True
Script
/usr/ppteam/oscam_cam.pp
#!/bin/sh
########################################
###### By Youchie ######
########################################
NAME="oscam_11886-r802"
remove_tmp () {
rm -rf /tmp/*oscam* /tmp/camd.socket /tmp/pid.info /tmp/ecm*.info /tmp/cardinfo /tmp/*cam*.pid /tmp/cam.kill
}
case "$1" in
start)
echo "[SCRIPT] $1: $NAME"
remove_tmp
sleep 1
/usr/bin/oscam &
sleep 1
pidof oscam > /tmp/oscam.pid
;;
stop)
echo "[SCRIPT] $1: $NAME"
kill 2>/dev/null `cat 2>/dev/null /tmp/oscam.pid`
sleep 1
killall -9 oscam 2>/dev/null
remove_tmp
;;
*)
$0 stop
exit 1
;;
esac
exit 0
=========================
bin
/usr/bin/oscam
Display More
Dreamelite 7.2
False
True
script
/etc/enigma2/EliteSoftcam/cam-oscam-11847-icam.json
{
"name": "OSCam 11847 iCam",
"binary": "oscam-11847-icam",
"config": "-b -B -r 2 -w 1 -c /var/tuxbox/config/oscam-icam/ &"
}
bin
/usr/bin/oscam-11847-icam
Display More
Note
Dreamelite 7.2
enigma2-plugin-softcams-oscamemuall-update-v14-kitte888_11905-802.deb
work fine
test
only Dreamelite 7.2
enigma2-plugin-softcams-oscamemuall-update-v14-kitte888_11905-802.deb
The same observations apply to version 14 as shown in the previously mentioned image.
what is it about
I installed your emulator setup with the DreamOS images, but the EMU are not fully compatible with the images, except for the latest Dream Elite image. Read my reply carefully; everything is explained in detail. What else do you want me to say?
You mean post 824?
What you do is your business. Install v14.deb and not like this.
Those are old versions; I have nothing to do with them.
I tested the oscamicamall update on nobody NN2, it works; the older versions above don't update either.
You mean post 824?
What you do is your business. Install v14.deb and not like this.
Those are old versions; I have nothing to do with them.
What about this reply? I told you that both the old and new versions do not work on all images, except for the Dream Elite image.
The installation paths are incorrect, and the emulator script is also wrong, whether it is an old version or a new one.
I tested the oscamicamall update on nobody NN2, it works; the older versions above don't update either.
The scripts have been adapted and now call softcam.sh.
The binary is no longer in the bin either.
And I'm not doing anything to the old ones anymore; they've already stopped working.
That's why biko took them.
My reply is very clear, my friend. I told you that even the latest version is not working and not compatible with the images. I have nothing more to clarify beyond this.
enigma2-plugin-softcams-oscamemuall-update-v14-kitte888_11905-802.deb
enigma2-plugin-softcams-oscam-emu-levi45_11905-803_all.deb
This version works perfectly on every DreamOS images except the Peter Pan image.
Two of the images aren't supported at all.
They won't even install, just like with Dreamelite.
And I told you I tested it on my DM900.
Gemini and NN2 work.
That's all I have to say about it.
So now you have one, have fun with it!
My friend, I know exactly what I’m saying. The installation path is incorrect, and the emulator script is also incorrect. I haven’t encountered any issues at all with the Levis EMU on any image, including the Dream Elite image—except for the Peter Pan image.
That's fine.
I already said that the starscripts have been completely rebuilt. Stick with Levi.
That's fine.
I already said that the starscripts have been completely rebuilt. Stick with Levi.
We are looking forward to support DreamOS image PeterPan and Merlin
root@dm920:~# apt update && dpkg -i --force-overwrite /tmp/*.deb
Ign http://download.blue-panel.com ./ InRelease
Ign http://download.blue-panel.com ./ InRelease
Ign http://feed.newnigma2.to ./ InRelease
Ign http://download.blue-panel.com ./ InRelease
Ign http://download.blue-panel.com ./ InRelease
Ign http://feed.newnigma2.to ./ Release.gpg
Ign http://download.blue-panel.com ./ InRelease
Ign http://download.blue-panel.com ./ InRelease
Ign http://feed.newnigma2.to ./ Release
Ign http://download.blue-panel.com ./ InRelease
Get:1 https://apt.fury.io ./ InRelease [10 B]
Ign https://apt.fury.io ./ InRelease
Ign http://download.blue-panel.com ./ InRelease
Ign http://download.blue-panel.com ./ Release.gpg
Ign http://feed.newnigma2.to ./ Packages/DiffIndex
Get:2 https://apt.fury.io ./ InRelease [10 B]
Ign https://apt.fury.io ./ InRelease
Ign http://download.blue-panel.com ./ Release.gpg
Ign http://download.blue-panel.com ./ Release.gpg
Get:3 https://apt.fury.io ./ InRelease [10 B]
Ign https://apt.fury.io ./ InRelease
Ign http://download.blue-panel.com ./ Release.gpg
Ign http://download.blue-panel.com ./ Release.gpg
Get:4 https://apt.fury.io ./ Release.gpg [10 B]
Ign https://apt.fury.io ./ Release.gpg
Ign http://download.blue-panel.com ./ Release.gpg
Ign http://download.blue-panel.com ./ Release.gpg
Get:5 https://apt.fury.io ./ Release.gpg [10 B]
Ign https://apt.fury.io ./ Release.gpg
Ign http://download.blue-panel.com ./ Release.gpg
Hit http://download.blue-panel.com ./ Release
Get:6 https://apt.fury.io ./ Release.gpg [10 B]
Ign https://apt.fury.io ./ Release.gpg
Hit http://download.blue-panel.com ./ Release
Hit http://download.blue-panel.com ./ Release
Get:7 http://download.blue-panel.com ./ Release [1603 B]
Get:8 https://apt.fury.io ./ Release [10 B]
Ign https://apt.fury.io ./ Release
Get:9 http://feed.newnigma2.to ./ Packages [549 B]
Get:10 https://apt.fury.io ./ Release [10 B]
Ign https://apt.fury.io ./ Release
Get:11 http://download.blue-panel.com ./ Release [1608 B]
Get:12 http://download.blue-panel.com ./ Release [1605 B]
Ign http://feed.newnigma2.to ./ Translation-en
Get:13 https://apt.fury.io ./ Release [10 B]
Ign https://apt.fury.io ./ Release
Get:14 http://download.blue-panel.com ./ Release [1605 B]
Get:15 http://download.blue-panel.com ./ Release [1617 B]
Get:16 https://apt.fury.io ./ Packages/DiffIndex [19 B]
Ign https://apt.fury.io ./ Packages/DiffIndex
Ign http://download.blue-panel.com ./ Packages/DiffIndex
Get:17 https://apt.fury.io ./ Translation-en [19 B]
Ign http://download.blue-panel.com ./ Packages/DiffIndex
Get:18 https://apt.fury.io ./ Packages/DiffIndex [19 B]
Ign https://apt.fury.io ./ Packages/DiffIndex
Ign http://download.blue-panel.com ./ Packages/DiffIndex
Ign http://download.blue-panel.com ./ Packages/DiffIndex
Get:19 https://apt.fury.io ./ Translation-en [19 B]
Ign http://download.blue-panel.com ./ Packages/DiffIndex
Get:20 https://apt.fury.io ./ Packages/DiffIndex [19 B]
Ign https://apt.fury.io ./ Packages/DiffIndex
Ign http://download.blue-panel.com ./ Packages/DiffIndex
Get:21 https://apt.fury.io ./ Translation-en [19 B]
Ign http://download.blue-panel.com ./ Packages/DiffIndex
Get:22 https://apt.fury.io ./ Packages [19 B]
Ign http://download.blue-panel.com ./ Packages/DiffIndex
Get:23 https://apt.fury.io ./ Translation-en [19 B]
Hit http://download.blue-panel.com ./ Packages
Get:24 https://apt.fury.io ./ Packages [19 B]
Get:25 https://apt.fury.io ./ Translation-en [19 B]
Hit http://download.blue-panel.com ./ Packages
Get:26 https://apt.fury.io ./ Packages [19 B]
Hit http://download.blue-panel.com ./ Packages
Get:27 https://apt.fury.io ./ Translation-en [19 B]
Get:28 http://download.blue-panel.com ./ Packages [73.5 kB]
Get:29 https://apt.fury.io ./ Packages [19 B]
Get:30 https://apt.fury.io ./ Translation-en [19 B]
Get:31 http://download.blue-panel.com ./ Packages [24.1 kB]
Get:32 https://apt.fury.io ./ Packages [19 B]
Get:33 http://download.blue-panel.com ./ Packages [30.1 kB]
Get:34 https://apt.fury.io ./ Translation-en [19 B]
Get:35 http://download.blue-panel.com ./ Packages [688 B]
Get:36 https://apt.fury.io ./ Packages [19 B]
Get:37 http://download.blue-panel.com ./ Packages [50.6 kB]
Get:38 https://apt.fury.io ./ Translation-en [19 B]
Get:39 https://apt.fury.io ./ Packages [19 B]
Get:40 https://apt.fury.io ./ Translation-en [19 B]
Ign https://apt.fury.io ./ Translation-en
Get:41 https://apt.fury.io ./ Packages [19 B]
Ign http://download.blue-panel.com ./ Translation-en
Get:42 https://apt.fury.io ./ Translation-en [19 B]
Ign https://apt.fury.io ./ Translation-en
Ign http://plugins.boxpirates.to ./ InRelease
Ign http://download.blue-panel.com ./ Translation-en
Ign http://download.blue-panel.com ./ Translation-en
Ign http://plugins.boxpirates.to ./ Release.gpg
Get:43 https://apt.fury.io ./ Packages [19 B]
Ign http://download.blue-panel.com ./ Translation-en
Ign http://plugins.boxpirates.to ./ Release
Ign http://download.blue-panel.com ./ Translation-en
Get:44 https://apt.fury.io ./ Translation-en [19 B]
Ign https://apt.fury.io ./ Translation-en
Ign http://download.blue-panel.com ./ Translation-en
Ign http://plugins.boxpirates.to ./ Packages/DiffIndex
Ign http://download.blue-panel.com ./ Translation-en
Ign http://download.blue-panel.com ./ Translation-en
Get:45 http://plugins.boxpirates.to ./ Packages [6599 B]
Ign http://plugins.boxpirates.to ./ Translation-en
Fetched 273 kB in 6s (42.9 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
3 packages can be upgraded. Run 'apt list --upgradable' to see them.
Selecting previously unselected package enigma2-plugin-softcams-oscamicamall.
(Reading database ... 15769 files and directories currently installed.)
Preparing to unpack .../enigma2-plugin-softcams-oscamemuall-update-v14-kitte888_11905-802.deb ...
Unpacking enigma2-plugin-softcams-oscamicamall (11905-ICAMEMUALL-Kitte888-V14Rev) ...
Setting up enigma2-plugin-softcams-oscamicamall (11905-ICAMEMUALL-Kitte888-V14Rev) ...
root@dm920:~#
Display More
levis emu
It’s completely normal to use a working emulator. I’m not crazy to install something that doesn’t work. I worked very hard and gave you a detailed report on the state of your emulator, yet you refuse to accept it and arrogantly claim that it works. I challenge you to find anyone else who says it works on the images I mentioned. I’m the one making the effort, testing and installing, to give you the details so your work can be good. From now on, I will not waste my time with you and this shoddy work.
That's fine.
I already said that the starscripts have been completely rebuilt. Stick with Levi.
We are looking forward to support DreamOS image PeterPan and Merlin
Even if a goat could fly, don’t expect arrogance to pay attention to you. One works hard and wastes their time, only to end up facing stubbornness and rejection.
He is a developer I expect he will tackle the problem soon
Specifically you pin point the problem
![]()
Don’t have an account yet? Register yourself now and be a part of our community!