GDPR Privacy Policy Template

We may use your personal data to offer personalised services

AX HD51 4K with EGAMI 8.0.2 launch Wicardd 1.19 and OSCam 11384

Очень плохоПлохоСреднеХорошоОтлично (While no estimates)
Loading ....
AX HD51 4K с EGAMI 8.0.2 запуск Wicardd 1.19 и OSCam 11384

AX HD51 4K with EGAMI 8.0.2 launch Wicardd 1.19 and 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.

AX HD51 4K с EGAMI 8.0.2 запуск Wicardd 1.19 и OSCam 11384

 

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 /

AX HD51 4K с EGAMI 8.0.2 запуск Wicardd 1.19 и OSCam 11384

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.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *