Go Back   Dreambox, Receivers, Television Forum, High definition TV, 3DTV,CCcam, Gbox, Servers, Exchange, TV, LCD, Mobile > CardSharing Emulators > Sharing Emulators > Newcs




Reply
 
LinkBack Thread Tools Display Modes
Old 06-02-2010, 11:50 AM   #1
Senior Member
 
Join Date: Jul 2009
Posts: 533
Default newcs_1.67 + CCcam_2.1.3?

Hello colleagues;
I have the following problem:
Of DM 500s are installed, newcs_1.67 + CCcam_2.1.3, works well.
But when restart the electricity, newcs, could not read the card.
When you reset it manually remote, no problems, works.
I want when I restart the electricity to start two emulator, newcs_1.67 + CCcam_2.1.3, read and NewCS card.
Please help!

This is my script:
HTML Code:
CAMNAME="CCcam 2.1.3/NewCS 1.67"
USERNAME=""
ZAPTIME=6
CAMID=6272
DVBSET=0
INFOFILE="ecm.info"
INFOFILELINES=1111111111000000
# end

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

case "$1" in
  start)
  echo "[SCRIPT] $1: $CAMNAME"
  remove_tmp
  /var/bin/newcs_1.67 &
  sleep 15
  /var/bin/CCcam_2.1.3 &
  ;;
  stop)
  echo "[SCRIPT] $1: $CAMNAME"
  kill `pidof newcs_1.67 `
  killall newcs_1.67 CCcam_2.1.3 2>/dev/null
  sleep 2
  remove_tmp
  ;;
  *)
  $0 stop
  exit 0
  ;;
esac

exit 0


galiano is offline   Reply With Quote
Reply




Tags
cccam, newcs167

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are On



All times are GMT +1. The time now is 09:39 PM.

vBSkinworks Design

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.