PDA

View Full Version : Cccam and capmtserver



althetaff
13-06-2007, 09:13 AM
Hi guys,
I'm in work and had a thought:D

We cannot get the card readers to work with cccam.

Has anyone tried capmtserver?

The reason why I ask is gbox uses an extra emu called enigmanet.

What is the purpose of enigmanet or capmtserver?


see the gbox.emu:

start_emu() {
:
/var/bin/enigmanet
sleep 2
/var/bin/gbox &
sleep 5
}

If we add capmtserver to var/bin

then edit cccam.emu

start_emu() {
:
/var/bin/capmtserver
sleep 2
/var/bin/cccam &
sleep 5
}

What happens?
or even use enigmanet ie

start_emu() {
:
/var/bin/enigmanet
sleep 2
/var/bin/cccam &
sleep 5
}


I'll try this when I get home

just thinking out loud

Al