IPTV and satellite receivers on the Android OpenELEC and LibreELEC

AX HD51 4K с EGAMI 8.0.2 launch Wicardd 1.19 и OSCam 11384

AX HD51 4K с EGAMI 8.0.2 launch Wicardd 1.19 и OSCam 11384

AX HD51 4K с EGAMI 8.0.2 launch Wicardd 1.19 и OSCam 11384

AX HD51 4K с EGAMI 8.0.2 launch Wicardd 1.19 и OSCam 11384

Faced with the fact that feed loads oscam 11225 that a bit old and Wicard 1.19 with the same feed is not working.
Let us begin to correct such a deplorable situation OSCAMA. To begin, I replace the existing file in the bin Oskam New. Way replace / usr / bin / , I left the file name and the old oscam11225 renamed to old_oscam11225 and put right 775 Oskam for the new file.

After that I did not like the log Oskam, mean distortion Cyrillic channel names. Fix it helped me to edit startup script EGcam_Oscam11225.sh who lives on the path / usr / emu_scripts /

Ready Oskam startup script with Cyrillic looks :

#!/bin/sh

CAMNAME="Oscam 11384"

remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp*
}

case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/usr/bin/oscam11225 -v -b --utf8 &
sleep 2
;;
Stop)
echo "[SCRIPT] $1: $CAMNAME"
killall -9 oscam11225 2>/dev/null
sleep 1
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac

exit 0

Now about wicard he turned out to run without specifying a configuration file. Fix it in the script need to start EGcam_wicardd_119.sh . And so the corrected script looks like:

#!/bin/sh

CAMNAME="Wicardd 1.19"

remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp* /tmp/*wicard*
}

case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/usr/bin/wicardd_1.19.arm -d -c /etc/tuxbox/config/wicardd.conf &
;;
Stop)
echo "[SCRIPT] $1: $CAMNAME"
killall -9 wicardd_1.19.arm
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac

exit 0

config wicard 1.19 It must be located on the path /etc/tuxbox/config/wicardd.conf

Pleasant viewing.

Exit mobile version