View Single Post
Phoenix and Linux
Old
  (#1)

msavio
Junior Member
 
msavio's Avatar
 
Offline
Posts: 6

Level: 1 [♥ Bé-Yêu ♥]
Life: 0 / 11
Magic: 2 / 23
Experience: 47%

Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jul 2009
Phoenix and Linux - 10-July-2009, 21:58


Hi!
Sorry for my bad English
I got this setup for my server now:
-Ubuntu-Server 9.04
-NewCS 1.65
-COM-port Phoneix Programmer([Only Registered Users Can See LinksClick Here To Register])

Error detecting my Card
Code:
root@ubuntu:/## newcs.i686
This is NewCS 1.65 - the New CardServer by the Butter-team..
Compiled on Jan 19 2009 at 18:24:57
Reading Config file from /etc/newcs.xml
TCP-log password is enabled, set to: NewCSpwd
level: internal
type: all
output: console,tcp
logger config: level 16777215 type 255 output 5
Console log options: level 16777215 type 255
TCP log options: level 1 type 255
[ 22:10:03 ] [ Box detect ] Box type 1 (General Boxtype - PC compatible)
[ 22:10:03 ] [ Config ] Option <blockc0> for device 0 (Phoenix on Com1) not present, defaulting to NO
[ 22:10:03 ] [ Config ] Option <Seca-PPV> for device 0 (Phoenix on Com1) not present, defaulting to NO
[ 22:10:03 ] [ Config ] Pincode for device 0 (Phoenix on Com1): 0000
[ 22:10:03 ] [ Config ] Option <sid> for device 0 (Phoenix on Com1) not present, no static sids added to filter
[ 22:10:03 ] [ Config ] /dev/ttyS0 ECM priority: round
[ 22:10:03 ] [ Newcamd ] Server name : newcs
[ 22:10:03 ] [ Newcamd ] Des key     : 0102030405060708091011121314
[ 22:10:03 ] [ Config ] Option <hostname> or <port> not present for User: dummy, DISABLING reverse login
[ 22:10:03 ] [ Config ] Option <readers> not present for User: dummy, NO reader control enabled
[ 22:10:03 ] [ Newcamd ] User 2: dummy, Pass: dummy, Host none, Port: 0, Au: On, Spider allowed: No, Sidoverride: No, level: 1
[ 22:10:03 ] [ httpd ] httpd-user: newcs, password: newcs, accesslevel: admin
[ 22:10:03 ] [ EMM Cache ] Initialising dynamic Cache
[ 22:10:03 ] [ ECM Cache ] Initialising dynamic Cache
[ NewCS ] Process ID is: 7320
[ 22:10:03 ] Calibrating delay loops
[ 22:10:03 ] usleep(5) takes: 0 s 5 us
[ 22:10:03 ] usleep(10) takes: 0 s 10 us
[ 22:10:03 ] usleep(100) takes: 0 s 101 us
[ 22:10:03 ] usleep(500) takes: 0 s 500 us
[ 22:10:03 ] Allocation memory for 200 regular users
[ 22:10:03 ] [ Loader ] Starting Telnet on port 1001
[ 22:10:03 ] [ SockSrv ] Server thread started
[ 22:10:03 ] [ Loader ] Started HTTP-server on port: 8080
[ 22:10:03 ] [ Loader ] Reader type 2 on node /dev/ttyS0
[ 22:10:03 ] [ CardMan ] Reseting reader parameters
[ 22:10:03 ] [ Phoenix ] Opening device /dev/ttyS0
[ 22:10:03 ] [ Phoenix ] Setting Parity to: ODD
[ 22:10:03 ] [ Phoenix ] Setting 2 Stop bits on node /dev/ttyS0
[ 22:10:03 ] [ Phoenix ] Setting Baud to standard 9600
[ 22:10:04 ] [ Phoenix ] Normal RESET on node /dev/ttyS0
[ 22:10:06 ] [ Loader ] Reset failed ...
[ 22:10:06 ] [ Card queue /dev/ttyS0 ] Starting...
[ 22:10:06 ] [ Loader ] Starting Newcamd Server on port 15050
[ 22:10:06 ] [ Newcamd ] Newcamd thread Server started on port 15050
newcamd: main loop
[ 22:10:06 ] [ Loader ] Starting Radegast Server on port 10001
[ 22:10:06 ] [ SockSrv ] Server thread started
[ 22:10:06 ] [ NewCS ] Ready to GO! :)
root@ubuntu:/##
but this programmer detecting and working in my Windows desctop.
my config file
Code:
<?xml version="1.0"?>
<newCSconfig>
        <readers name="Standard Phoenix on PC">
                <device>
                        <name>Phoenix on Com1</name>
                        <type>phoenix</type>
                        <mhz>357</mhz>
                        <node>/dev/ttyS0</node>
                        <parity>odd</parity>
                        <reset>normal</reset>
                        <export>Yes</export>
                        <enabled>Yes</enabled>
                        <blocksa>No</blocksa>
                        <blockua>No</blockua>
                        <blockga>No</blockga>
                        <blockC0>No</blockC0>
                        <carddetect>no</carddetect>
                        <crypto-special>No</crypto-special>
                        <PTShandshake>No</PTShandshake>
                        <newcamd_port>15050</newcamd_port>
                        <autosid>Yes</autosid>
                        <pincode>0000</pincode>
                        <priority>round</priority>
                </device>
        </readers>
        <radegastserver>
                        <enabled>Yes</enabled>
                        <port>10001</port>
        </radegastserver>
        <cache>
                        <emm>20</emm>
                        <ecm>-1</ecm>
        </cache>
        <httpd>
                <server>
                        <port>8080</port>
                        <enabled>yes</enabled>
                </server>
                <user>
                        <name>newcs</name>
                        <password>newcs</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>dummy</name>
                                <password>dummy</password>
                                <au>on</au>
                                <sidoverride>off</sidoverride>
                                <spider>No</spider>
                                <cardlevel>1</cardlevel>
                        </user>
        </newcamdserver>
</newCSconfig>
[ Loader ] Reset failed ...
why such mistake?
thank you!

   
Reply With Quote
Sponsored Links
www.satshop.tv