Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Hardware > DM-7020s
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-11-2005
Registered User
 
Join Date: Nov 2003
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
armenico11 is on a distinguished road
7020 problem cardserver on dreambox-image-dreambox-20050502233416

DM 7020, with installed last firmware official beta dreambox-image-dreambox-20050502233416.modified on etc/init.d/dccamd in this way
#!/bin/sh

usage()
{
echo "Usage: $0 {start|stop|status|restart|reload}"
}

if [ $# -lt 1 ] ; then usage ; break ; fi
action=$1

case "$action" in

start)
echo -n "Start newcamd-cardserver"
rm -rf /var/tmp/camd.socket
/usr/bin/cardserver
/usr/bin/newcamd

echo "."
;;

stop)
echo -n "Stopping newcamd-cardserver"
killall newcamd
kill `cat /tmp/newcamd.pid 2>/dev/null` 2>/dev/null
killall cardserver 2>/dev/null
echo "."
;;

status)
;;

restart|reload)
$0 stop
$0 start
;;

*)
usage
;;

esac

exit 0

installed newcamd and other bin
,in newcamd.conf I put emu =no
and I begin the tests of betad and cardserver.
with 2 smart card a seca2 sky and a NDS 2 sky.
I turn off the dm7020, I insert the smart card seca 2 of Sky in the slot,
but when I turn on the DM7020 ,cardServer (included in newcamd 6.00,but is the same with that cardserver Nds)
doesn't initialize the card, make to initialize the card I have to unthread
smart card and to put again in the slot of receiver turned on ,
the exact one contrary than is necessary in the old blue dm7000!!!
the same identical problem with the smart card NDS and the cardserver for Nds ,
smart card works only if inserted to turned on receiver.
it is the same problem if the card is inserted in the slot above or under.

If I use betad (instead ,smart card NDS always initialized, both if I insert her to receiver .turned off, and then I turn on the dm7020, both when I insert it to receiver turned on receiver.WHY?
Reply With Quote
Sponsored links
Reply


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install and configure Newcamd 5.5 from scratch (DOC) musicbob DB Images 36 05-25-2007 09:12 PM
How can I load image files on USB on 7020 tefik Dreambox Chat 2 04-17-2005 09:09 AM
Multi-boot for 7020 - need alpha testers noggie Dreambox Development 46 03-24-2005 02:03 AM
Dreambox problem!!! pkdone Tips, Tricks & Hints 14 11-04-2003 07:14 PM
multi boot images spooky DB Images 3 09-04-2003 11:25 PM


All times are GMT +10. The time now is 09:57 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 0.18104 seconds with 10 queries