Page 1 of 1

Help needed cardreader

PostPosted: Tue Aug 09, 2016 6:28 pm
by wifinederland
Hello,

i need help

i have a:

Moi pro-amd
TBS3102 5 Crystal Phoenix Card Reader
TBS6909 DVB-S2 8 Tuner PCIe Card

i am running tvheadend en dvbs tuner (tbs6909) the free to air channels works fine , but i want to connect the cardreader and install oscam . Does anybody have u user guide step by step how to install the cardreader on the MOI Pro-amd to tvheadend and install oscam.

Re: Help needed cardreader

PostPosted: Thu Aug 11, 2016 11:29 am
by steven
Hi

Please check this guide it will tell you how to setup :
viewtopic.php?f=165&t=9482

Thanks

Kind regards

steven

Re: Help needed cardreader

PostPosted: Thu Aug 11, 2016 9:01 pm
by wifinederland
Hi , steven

thanks for the info
The dvb api is working only newcampd is not working see log:

2016/08/12 04:56:53 8F7DD0 c (client) anonymous disconnected from 192.168.0.60
2016/08/12 04:56:57 8F8470 c (newcamd) client connected to 8080 port
2016/08/12 04:56:59 8F8470 c (newcamd) Connection closed to client
2016/08/12 04:56:59 8F8470 c (client) anonymous disconnected from 192.168.0.60
2016/08/12 04:57:03 8F8B10 c (newcamd) client connected to 8080 port
2016/08/12 04:57:05 8F8B10 c (newcamd) Connection closed to client
2016/08/12 04:57:05 8F8B10 c (client) anonymous disconnected from 192.168.0.60
2016/08/12 04:57:09 8F7DD0 c (newcamd) client connected to 8080 port
2016/08/12 04:57:11 8F7DD0 c (newcamd) Connection closed to client
2016/08/12 04:57:11 8F7DD0 c (client) anonymous disconnected from 192.168.0.60
2016/08/12 04:57:15 8F8470 c (newcamd) client connected to 8080 port
2016/08/12 04:57:17 8F8470 c (newcamd) Connection closed to client
2016/08/12 04:57:17 8F8470 c (client) anonymous disconnected from 192.168.0.60

What i do wrong

my moi pro amd =192.168.0.60

Re: Help needed cardreader

PostPosted: Sat Aug 13, 2016 12:29 am
by daowei
Hi,
Can you give me your oscam configuration: oscam.server, oscam.conf, oscam.user? maybe there's something wrong with it. It's easy to connecte TBS3102 to my moi pro amd, and newcamd working perfect. Please refer to my configuration, moi pro amd IP is 192.168.9.120, the card reader has a viaccess smart card in it. Viaccess caid=0500, conax caid=0b00 (or 0b02 in new version of oscam).
oscam.server:
[reader]
label = reader1
protocol = mouse
device = /dev/ttyUSB0
caid = 0500
detect = cd
group = 1
emmcache = 1,3,2

oscam.conf:
[global]
logfile = stdout
bindwait = 30
nice = -1
lb_mode = 1

[cccam]
port = 8800
version = 2.0.11
reshare = 1
reshare_mode = 0
minimizecards = 0
stealth = 1
keepconnected =1

[newcamd]
port = 8080@0500:031D00
serverip = 192.168.9.120
allowed = 127.0.0.1,192.168.0.0-192.168.255.255
key = 0102030405060708091011121314
keepalive = 1
mgclient = 1

[dvbapi]
enabled=1
au=1
boxtype=pc
user=mumudvb
pmt_mode=4
request_mode=1

[cs378x]
port = 6789

[webif]
httpport = 8888
httpuser = amdpro
httppwd = amdpro
httphideidleclients = 1
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

oscam.user:
[account]
user = tv
pwd = tv
group = 1
au = reader1
uniq =0
monlevel =4
caid = 0500

[account]
user = user
pwd = pass
group = 1
au = 1
uniq = 0
monlevel = 4

Thanks

daowei

Re: Help needed cardreader

PostPosted: Wed Aug 17, 2016 1:16 am
by wifinederland
thanks people , it is working .