Page 1 of 2 12 LastLast
Results 1 to 20 of 34

Thread: Running 2 simultaneous newcs on linux

  1. #1
    Junior Member marzi's Avatar
    Join Date
    Jun 2008
    Posts
    135
    Thanks
    19
    Thanked 3 Times in 3 Posts
    Rep Power
    198
    Reputation
    25

    Default Running 2 simultaneous newcs on linux

    hey guys,
    ive finally made the change from windows to linux. so far so good, ive been able to successfully run and install linux as an OS and server and get newcs working and sharing 100%. The only problem now is that after many hours of googling and searching i dont know how to have 2 simultaneous newcs running. In windows i just had two seperate files and icons, but now i dont know where to start using terminal as it would have the same file names. Oh where to from now??



Look Here ->
  • #2
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    208
    Reputation
    291

    Smile

    Why wouldnt u just run both setups in the 1 NewCS.

    I take it u have 2 cards ?

    Cheers James9813

  • #3
    Junior Member marzi's Avatar
    Join Date
    Jun 2008
    Posts
    135
    Thanks
    19
    Thanked 3 Times in 3 Posts
    Rep Power
    198
    Reputation
    25

    Default

    yeh i got 2 cards and wanna share them seperately, can i put them in the same .xml? if so hows the layout

  • #4
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    208
    Reputation
    291

    Smile

    IRD2 & NDS ???

    Do u want all users to have access 2 both cards ?

    Let me know and i will send u a config.

    Cheers James9813

  • #5
    Junior Member marzi's Avatar
    Join Date
    Jun 2008
    Posts
    135
    Thanks
    19
    Thanked 3 Times in 3 Posts
    Rep Power
    198
    Reputation
    25

    Default

    ND$, split up into 2, so certain users access one card and the rest accessing the other, pretty much 2 seperate accounts you could say
    Thanks heaps mate

  • #6
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    208
    Reputation
    291

    Smile

    2 ND$ Cards NewCS Setup
    <readers name="Phoenix">
    <device>
    <name>Phoenix NDS Com1</name>
    <type>phoenix</type>
    <mhz>600</mhz>
    <node>COM1</node>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <blockC0>Yes</blockC0>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>15500</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <priority>round</priority>
    </device>
    <device>
    <name>Phoenix NDS Com2</name>
    <type>phoenix</type>
    <mhz>600</mhz>
    <node>COM2</node>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <blockC0>Yes</blockC0>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>15550</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <priority>round</priority>
    </device>
    </readers>




    User Setup for Card 1 (port 15500)
    <user>
    <name>User</name>
    <password>Password</password>
    <status>access</status>
    <au>off</au>
    <spider>off</spider>
    <sidoverride>off</sidoverride>
    <readers>
    <allow>Phoenix NDS Com1</allow>
    </readers>
    <rate>0</rate>
    </user>

    User Setup For Card 2 (port15550)
    <user>
    <name>User</name>
    <password>Password</password>
    <status>access</status>
    <au>off</au>
    <spider>off</spider>
    <sidoverride>off</sidoverride>
    <readers>
    <allow>Phoenix NDS Com2</allow>
    </readers>
    <rate>0</rate>

    C how u go!

  • The Following 3 Users Say Thank You to james9813 For This Useful Post:

    best4less (11-02-10),marzi (12-02-10),theriddler_1 (18-02-10)

  • #7
    Junior Member marzi's Avatar
    Join Date
    Jun 2008
    Posts
    135
    Thanks
    19
    Thanked 3 Times in 3 Posts
    Rep Power
    198
    Reputation
    25

    Default

    worked like a champ thanks mate, even got the usb card reader to work THANKS HEAPS

  • #8
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    208
    Reputation
    291

    Smile

    Good to hear mate.

    Dont for get to setup your NewCS Web interface.

    That way you can manage your users, Server uptime, SIDS, ECM Hits & User Errors.

    NewCS XML

    <httpd>
    <server>
    <port>6969</port>
    <enabled>yes</enabled>
    </server>
    <user>
    <name>newcs</name>
    <password>newcs</password>
    <accesslevel>admin</accesslevel>
    </user>
    </httpd>

    URL for Web Interface

    http:\\(yourIP) : (Port)

    E.G. http:\\192.168.1.100:6969

    If u setup port forwarding through your router, u then can access the web interface from any PC with a net connection. Use DYNDNS if u dont have a static IP address.

    Cheers
    Last edited by james9813; 12-02-10 at 09:50 AM.

  • #9
    Senior Member

    Join Date
    Jan 2008
    Posts
    2,545
    Thanks
    1,420
    Thanked 530 Times in 290 Posts
    Rep Power
    375
    Reputation
    4678

    Default

    So a usb smargo reader will work in linux with newcs ?

  • #10
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    208
    Reputation
    291

    Smile

    yep u just need to config the Smargo, then start NewCS.

    Cheers James9813

  • #11
    Senior Member

    Join Date
    Jan 2008
    Posts
    2,545
    Thanks
    1,420
    Thanked 530 Times in 290 Posts
    Rep Power
    375
    Reputation
    4678

    Default

    sweet because I just ordered a smargo for a mate and was worried if usb readers were compatible with newcs.

  • #12
    Premium Member
    Join Date
    Jan 2008
    Location
    Melbourne
    Posts
    855
    Thanks
    246
    Thanked 87 Times in 69 Posts
    Rep Power
    244
    Reputation
    886

    Default

    I'd double check the compatibility of smargo and newcs if I were you

  • #13
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default

    Quote Originally Posted by jimbo123 View Post
    I'd double check the compatibility of smargo and newcs if I were you
    Me too

  • #14
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    208
    Reputation
    291

    Smile

    sorry my bad.

    I use mine on NewCS Win XP.

    Cheers

  • #15
    Junior Member marzi's Avatar
    Join Date
    Jun 2008
    Posts
    135
    Thanks
    19
    Thanked 3 Times in 3 Posts
    Rep Power
    198
    Reputation
    25

    Default

    the usb card reader from satronics was just plug and play

  • #16
    Junior Member bigboy's Avatar
    Join Date
    Jan 2010
    Location
    Perth
    Posts
    185
    Thanks
    50
    Thanked 72 Times in 30 Posts
    Rep Power
    187
    Reputation
    369

    Default

    Both readers names are NDS should one be IRD2?

  • #17
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    208
    Reputation
    291

    Smile

    read ALL the posts.

    Cheers James9813

  • #18
    Junior Member marzi's Avatar
    Join Date
    Jun 2008
    Posts
    135
    Thanks
    19
    Thanked 3 Times in 3 Posts
    Rep Power
    198
    Reputation
    25

    Default

    what are you using for your cache settings emm and ecm?

  • #19
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    208
    Reputation
    291

    Smile

    <cache>
    <emm>20</emm>
    <ecm>-1</ecm>
    </cache>

    what colour are your cards.

    Cheers James9813

  • #20
    Junior Member marzi's Avatar
    Join Date
    Jun 2008
    Posts
    135
    Thanks
    19
    Thanked 3 Times in 3 Posts
    Rep Power
    198
    Reputation
    25

    Default

    blue

  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Replies: 7
      Last Post: 13-03-09, 01:20 AM
    2. newcs not running not matter what i try
      By cobra679 in forum Technical and Development
      Replies: 12
      Last Post: 10-02-09, 12:35 PM
    3. Running Newcs on your PC
      By Hillsbysa in forum Technical and Development
      Replies: 18
      Last Post: 16-12-08, 12:14 AM
    4. Guide For Running Newcs on Linux (Fedora)
      By urban_s0ulja in forum Satellite TV General
      Replies: 6
      Last Post: 15-09-08, 04:09 AM
    5. Newcs On Linux
      By rajan2323 in forum Dreambox
      Replies: 6
      Last Post: 23-03-08, 09:48 PM

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •