|
Newcamd cardserver on i386
Hello all...
this is a bit of a newbie question (I tend to try to google and read forums for information) but I'm lost with trying to get newcamd cardserver running on my linux box...
I'm trying to get my Viasat card shared betwen a couple Dreamboxes. My cardserv.cfg look like this:
DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
SERVER_NAME = server
DEBUG_PORT = 14000
ENTITLEMENT_PORT = 14001
ADMIN_PORT = 14002
ADMIN_PASSWORD = secret 01 01 01 01 01 01 01 01 01 01 01 01 01 01
USER = user1 user1
USER = user2 user2
#USER = dummy2 dummy2 lan dreambox 12000
DEBUG_INIT = no
DEBUG_NET = no
DEBUG_ECM = no
DEBUG_EMM = no
#
SERIAL_PORT = 0
TCP_PORT = 10000
CARD_DETECT_BIT = DCD
BOXID = 0000000000
when I run cardserver.i386 I get this error message:
/usr/bin/cardserver.i386
[cardserver 20:12:51] compiled Nov 28 2004, 17:37:07
[cardserver 20:12:51] parse error in config file /etc/cardserv.cfg line 15.
[cardserver 20:12:51] parse error in config file /etc/cardserv.cfg line 16.
[cardserver 20:12:51] parse error in config file /etc/cardserv.cfg line 17.
[cardserver 20:12:51] parse error in config file /etc/cardserv.cfg line 18.
So, it seems to give a parse error on SERIAL_PORT = 0, I've tried to recreate the file from scratch and make it as simple as possible... but it fails each time on the serial_port row... any ideas why? Have I missed something obvious here? Any input would be aprechiated... tnx!
The serial port should work;
setserial -ga /dev/ttyS0
/dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
Baud_base: 115200, close_delay: 50, divisor: 0
closing_wait: 3000
Flags: spd_normal skip_test
Tough I can't find IRQ4 in /proc/interrupts... but as I start the linux box it does say that it can find ttyS0 and ttyS1 during the startup face...
Edit: Forgot to mention that it is newcamd 5.26
Last edited by dreamfin : 01-18-2005 at 04:43 AM.
Reason: More info
|