Newcs + omnikey reader

renwich

Member
Joined
Nov 30, 2007
Messages
1
Reaction score
0
Points
0
Age
43
My Satellite Setup
dm600pvr
My Location
UK
Im trying to help a m8 out getting his white card working with newcs + cccam

this is running on a ubuntu desktop 9.04

card reader = omnikey 3121

pcsc_scan shows the card inserted and recognises it

got newcs.i686.pcsc in /var/bin and it runs

Code:
sudo /var/bin/newcs.i686.pcsc -C /var/etc/newcs.xml

this runs and outputs

Code:
[ 20:09:28 ] [ NDS ] Status Word from Card: 9020
[ 20:09:28 ] Card reader unlocked for reader Omnikey [0]
[ 20:09:28 ] [ 0963 ] Init took: 0.775605
[ 20:09:28 ] [ Loader ] Card 0963 on port 0 ready
[ 20:09:28 ] [ Card queue 0 ] Starting...
[ 20:09:28 ] [ Loader ] Starting Newcamd Server on port 12010
[ 20:09:28 ] [ Newcamd ] Newcamd thread Server started on port 12010
newcamd: main loop
[ 20:09:28 ] [ NewCS ] Ready to GO! :)

then drops to the prompt, but running ps -e shows newcs as a running process

should it or should it run in debug mode ..?? ie output what its doing to the screen


heres the newcs.xml

Code:
<newCSconfig>
<readers name="Standard Omnikey on PC">
<device>
<name>Omnikey</name>
<type>pcsc</type>
<mhz>368</mhz>
<node>0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<boxkey>00000000</boxkey>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>Yes</blockga>
<blockC0>Yes</blockC0>
<carddetect>Yes</carddetect>
<newcamd_port>12010</newcamd_port>
<autosid>Yes</autosid>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<port>10001</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>admin</name>
<password>admin</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<password>NewCSpwd</password>
<mode>simple</mode>
<level>internal</level>
<type>all</type>
<output>console,tcp</output>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<enabled>Yes</enabled>
<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>CCcam</name>
<password>CCcam</password>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>No</spider>
<cardlevel>2</cardlevel>
</user>
</newcamdserver>

</newCSconfig>

could it be a libcrypto file missing...??


this is whats installed

Code:
sudo find / -name libcrypto*
/lib/libcrypto.so.0.9.8
/lib/i486/libcrypto.so.0.9.8
/lib/i686/cmov/libcrypto.so.0.9.8
/lib/i586/libcrypto.so.0.9.8
/usr/lib/libcrypto.so.0.9.8

it dosnt seem to allow the card to be shared to CCcam


but if I run the same stup on my own ubuntu (server 9.04) and a blue house freesat card , newcs outputs everthing to the screen
 

samedin

Regular Member
Joined
Apr 2, 2004
Messages
25
Reaction score
0
Points
0
Age
50
My Satellite Setup
Sky Dish
Dreambox 7000s,
Dreambox 7020s,
Dreambox 800hd
MythBackend, 2 HD Cards, Omnikey
MythFrontend 2 SD Cards
42&quot; Flatscreen
My Location
Islington, London
Hi,

I'm trying to get my Omnikey to work on a Mythbuntu 9.10 server.
I have just installed:
pcscd
pcsc-tools
pcsc-omnikey

when I run pcsc_scan (with a card in the reader)
PC/SC device scanner
V 1.4.15 (c) 2001-2009, Ludovic Rousseau <ludovic.rousseau@free.fr>
Compiled with PC/SC lite version: 1.4.102
Scanning present readers...
0: OMNIKEY CardMan 3x21 00 00

Sat Feb 6 11:54:35 2010
Reader 0: OMNIKEY CardMan 3x21 00 00
Card state: Card removed,
And it just stops there...
Anyone have any suggestions on getting it to work?
 

B16MCC

Dreambox Gimp & Coder
Joined
Nov 16, 2005
Messages
1,562
Reaction score
8
Points
0
Age
51
My Satellite Setup
2 Dreamboxes..........
---------------------------------------------
--- DM 8000 HD PVR &amp; DM 800 HD ---
Motek SG2100 &amp; Triax 80cm Dual LNB
------ Fixed Dish 28e Quad LNB -------
---- Sly HD Full &amp; 24&quot; Apple iMAC ----
My Location
/var/tuxbox/config
Top