Jump to content

Recommended Posts

Posted

Hallo,

 

Ik wil heel graag de overstap maken van CCcam naar Oscam. Ik vind de howto's voor de Oscam alleen heel beperkt. Ik heb gemini enigma 4.70 draaien op m'n dm7020. Kan iemand mij vertellen waar ik de config-bestanden vandaan moet halen en waar ik die precies moet plaatsen? Vooralsnog heb ik via de tar.gz die ik gedownload heb alleen een map html en txt. Kan iemand mij vertellen hoe ik Oscam precies moet hernoemen in /usr/bin? Kan iemand mij vertellen waar ik een start-script vandaan moet halen waarmee ik Oscam via de blue panel kan herstarten? Ik vind de Oscam how-to sectie op dit moment nog te veel vragen oproepen. Misschien dat iemand het eens helder uit kan leggen?

 

Groet en bedankt,

 

Tellar

____________________________________________________

Visiosat Bisatellite. Sky Digibox, DM7020S(120GB) en een DM600PVR(120GB). Sky Movieworld/CDS Family+Versatel/TVVLaanderen

Posted

Daar ben ik het mee eens, ik zoek ook een goede beschrijving. Maar dan voor de VU+ Duo.

VU+ Duo + Multytenne 45

Meestal met de laatste PLi

Pana TH-42PV70

XBMC/ASrock ion 330/Wii/ch3snas/TX-SR707/svs 25-31 PCi

 

Posted

How to : Install OScam Pli Enigma1 Images

 

Download the latest power pc tuxbox binary from oscam site

eg. oscam-svn6256-powerpc-tuxbox-webif

Rename the binary oscam and FTP to var/bin

put oscam config files in var/tuxbox/config

 

 

To see in the display menu softcam menu, I put in plimgr/cams/oscam (text file that contains 1.00)

Place script oscam in plimgr/scripts

 

 

#!/bin/sh

 

CAMNAME4="oscam"

 

case "$1" in

start)

echo "[sCRIPT] $1: Starting $CAMNAME4"

/var/bin/oscam &

;;

stop)

echo "[sCRIPT] $1: Stopping $CAMNAME4"

/var/bin/pcamd -kill >/dev/null 2>&1

# oscam does not always seems to stop

usleep 100000

pids=`pidof oscam`

if [ -n "$pids" ] ; then

kill -9 $pids > /dev/null 2>&1

fi

;;

*)

$0 stop

exit 1

;;

esac

 

exit 0

 

 

 

Chmod 755 all files that have been transferred up until now.

Gtz. Martje B

Posted

How to : Install OScam Pli Enigma1 Images

 

.......

 

Is deze How To ook op een DM7000 met PLI Jade toepasbaar?

Of moet hiervoor wat gewijzigd worden?

DM 8000 + Dm7000s Funke 99 Cm met 13.0,19.2,23.5,28.2 LNB twins vast en draaibaar met stab HH120

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...