Who use Azbox, E2 and mgcamd?

danci13

Registered
Messages
109
Please, who use AzboxHD with enigma 2 and mgcamd client?

How to install mgcamd and how to restart it in emu manager?
 

sergik

Registered
Messages
58
You just need to put mgcamd in a folder / usr / bin /.
A config files in the folder / usr / keys /.
A startup script in the folder / usr / script /.
 

danci13

Registered
Messages
109
You just need to put mgcamd in a folder / usr / bin /.
A config files in the folder / usr / keys /.
A startup script in the folder / usr / script /.

Have you azbox with mgcamd? Can you post script here? Can you help me text one šlugin?
 

sergik

Registered
Messages
58
File name in / usr / script /

mgcam_cam.sh attribute 755

#!/bin/sh

CAMD_ID=1717
CAMD_NAME="Mgcamd"
CAMD_BIN=mgcamd

INFOFILE_A=ecm0.info
INFOFILE_B=ecm1.info
INFOFILE_C=ecm2.info
INFOFILE_D=ecm3.info
#Expert window
INFOFILE_LINES=1111111111000000
#Zapp after start
REZAPP=0

########################################

logger $0 $1
echo $0 $1

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

case "$1" in
start)
remove_tmp
/usr/bin/$CAMD_BIN &
;;
stop)
killall -9 $CAMD_BIN 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac

exit 0






So in / usr / bin / called mgcamd.

Mgamd can be downloaded here for Dreambox HD.
http://www.sat-universe.com/forumdisplay.php?f=25
If the file is called mgcamd_1.38, then it should be renamed mgcamd.
 
Last edited:

penclen

Registered
Messages
3
I don't think any of mgcamd versions available there truly work on AZB E2. all I have tested just didn't..
 

penclen

Registered
Messages
3
I tested all versions: 1.31, 1.35, 1.37, 1.38.
All versions work on RTI 1.5 and 1.6.

RTI 1.5.3 and RSI0.3 (based on 1.5.3) - 1.35a,1.37,1.38 do not function against oscam

ecms and emms are there but no picture no sound and am not the only one who suffers from it (see other forums)

what is your setup? hope you don't test it on FTA services :D
 
Top