Ga naar inhoud


NewCS (newcamd) met premiere


huig

Aanbevolen berichten

Wie kan mij helpen met de configuratie van NewCS op een linux pc.

Ik wil graag NewCS draaien onder newcamd en een premiere kaart.

Ik heb de configratie zo dat het werkt op poort 10002 maar zo gauw ik inlog met mijn dreambox met newcamd zie ik dat ik inlog en direct weer uitlog.

Ik ben nu al een paar dagen aan het klooien maar geen resultaat.

Alles draait nu met camx maar daar heb ik alleen maar problemen mee dus als iemand een oplossing heeft of een config file heeft hoe het moet, graag dan een pm of reaktie.

 

Gr. Huig

Link naar reactie
Delen op andere sites


<?xml version="1.0" ?>

- <!--

 

For setup-issues, look in readme.txt!

If there are other troubles, try different forums or irc channels around <img src="/forums/images/graemlins/blush.gif" alt="" />)

 

 

 

-->

- <newCSconfig>

- <readers name="Card Readers">

- <device>

<name>phoenix</name>

<type>Phoenix</type>

<node>/dev/ttyS0</node>

<mhz>600</mhz>

- <!-- or 357

-->

<parity>even</parity>

<export>yes</export>

<enabled>yes</enabled>

<blocksa>No</blocksa>

<blockua>No</blockua>

<blockga>No</blockga>

<boxkey>0000000000</boxkey>

<PTShandshake>no</PTShandshake>

<crypto-special>no</crypto-special>

<carddetect>no</carddetect>

<newcamd_port>10002</newcamd_port>

<priority>round</priority>

- <!-- hard is default

-->

- <sid>

- <allow>

- <!--

valid value for id are:

4 numbers, if the service id is 3 numbers, add a 0 infront of it.

 

-->

<id />

</allow>

- <deny>

- <!--

valid value for id are:

4 numbers, if the service id is 3 numbers, add a 0 infront of it.

 

-->

<id />

</deny>

</sid>

</device>

</readers>

- <radegastserver>

- <!--

valid value for enable are:

0,1 - Enable or Disable radegast server.

 

-->

<enabled>no</enabled>

- <!--

valid value for port are:

0,65535 - Which port to listen for incomming connections.

 

-->

<port>10002</port>

- <!--

valid value for allow are:

ALL - Not active yet.

 

-->

- <allow>

<hostname>127.0.0.1</hostname>

</allow>

</radegastserver>

- <cache>

<emm>10</emm>

<ecm>10</ecm>

</cache>

- <debug>

<level>normal</level>

<type>init</type>

<output>all</output>

<logfile />

<console_options />

<file_options />

<udp_host>192.168.1.100</udp_host>

<udp_port>1000</udp_port>

<udp_options />

<tcp_port>3001</tcp_port>

<tcp_options />

</debug>

- <newcamdserver>

<enabled>yes</enabled>

<name>cardserv</name>

<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>

<userfile />

- <user>

<name>test1</name>

<password>test1</password>

<au>on</au>

</user>

- <user>

<name>User1</name>

<password>Pass1</password>

<au>on</au>

</user>

- <!-- Remove if you dont use reverse login

-->

- <user>

<name>User2</name>

<password>Pass2</password>

<hostname>localhost</hostname>

<port>12345</port>

<spider>yes</spider>

</user>

</newcamdserver>

</newCSconfig>

 

En mijn newcamd.conf

 

# /var/tuxbox/config/newcamd/newcamd.conf

#

# newcamd mandatory settings

#

# Use emulator?

EMU = yes

# if both control word server and emulator keys are available for the

# channel, which method should be tried first?

PREFER_EMU = yes

# Autoupdate for Emu and Control Word Servers

# AU is always yes if there are betad UDS control word server

# connected to newcamd

AU = yes

#

# OSD

#

# number of seconds to show the newcamd OSD, works on enigma only

# 0 seconds -> OSD off

OSD_TIMEOUT = 0

# Recent Enigma versions come with a new option "Use http authentication"

# in the Expert Setup menu. If this option is enabled, the Enigma web server

# requires all clients to authorize themselves with username (root) and

# password (usually dbox2 or dreambox). The following option tells newcamd

# about the authentication username and password to use for the web server

# in order to be able to display its on screen information.

OSD_WEB_LOGIN = root:dreambox

#

# newcamd debug options

#

# dumps all ca systems used by a channel on the console

SHOW_ALL_CA_SYSTEMS = no

# print debug messages about ECM handling

DEBUG_ECM = yes

# print debug messages about EMM handling

DEBUG_EMM = no

# print debug messages about Control Word Server (CWS)

DEBUG_CWS = yes

# print debug messages about dbox2 CAM (cam-alpha.bin)

DEBUG_CAM = yes

# hex dump of entire PAT

SHOW_PAT = no

# hex dump of entire PMT

SHOW_PMT = no

# hex dump of entire ECM

SHOW_ECM = no

# hex dump of entire CAT

SHOW_CAT = no

# hex dump of entire EMM (AU)

SHOW_EMM = no

# show network ECM messages being sent and received from/to the cardservers

SHOW_CWS_ECM = no

# show network EMM messages being sent and received from/to the cardservers

SHOW_CWS_EMM = no

# hex dump of EMMs with wrong signature

EMM_REPORT_WRONG_SIG = no

#

# newcamd optional settings

#

# Delay between reception of new control word and writing them into

# the CSA registers

# this is a default, can be changed for each individual key in keylist

DEFAULT_CW_DELAY = 0

# reload config on every channel zap

RELOAD_CONFIG_ON_ZAP = yes

# reload keylist on every channel zap

RELOAD_KEYLIST_ON_ZAP = no

# write osd ca info to file

CA_INFO_FILE = /tmp/cainfo.txt

#

# newcamd mandatory settings for control word servers (cws)

#

# Cardserver list

#

# <hostname> <port> <username> <password> <14 byte triple-des key in hex> <lan/wan> <cardserver name>

#

# wan connections will be dropped and rebuild if newcamd is told so by camdcmd

# (see admin options)

#

# hostname = uds to use betad, port is the serial port in that case

#

# CWS = uds 1 dummy dummy

CWS = 192.168.1.100 10002 test1 test1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv

#CWS = uds 0 local local

#CWS = 127.0.0.1 10001 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv

#

# newcamd optional settings for using control word servers (cws)

#

# Timeout for cardserver login in 100ms

CWS_CONNECT_TIMEOUT = 20

# Port to listen for incoming cardserver connections (reverse login)

# and/or admin connections

CWS_INCOMING_PORT = 12000

# Port to get a list of all connected cardservers, just telnet to it

CWS_DEBUG_PORT = 12001

# send keep alive messages to servers to keep connections from dying by

# unreasonable router NAT timeouts, make sure all cardservers/spiders you

# conntect to are v5.25 or newer, otherwise you'll loose connection to them,

# if set to yes

# seems this feature is commonly misunderstood, it only keeps connections

# open even if no data packets are using it for while (NAT routers tend to

# forget about established tcp connections when they are inactive), it is

# NOT to automatically reconnect to servers, see also Q&A in readme.txt

CWS_KEEPALIVE = no

#

# newcamd admin control options

# (incoming port is the same as CWS_INCOMING_PORT)

#

# <password> <14 byte des key>

#

ADMIN_PASSWORD = test 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Link naar reactie
Delen op andere sites

Nee nee, heeft niets met newcs te maken.

 

Newcamd kan geen premiere lezen. Maakt niet uit welke cardserver je gebruikt, zodra newcamd de ID van premiere voorbij ziet komen gaat hij disconnecten.

 

Oplossing: Gebruik mgcamd, evocamd of iets anders dan newcamd.

Link naar reactie
Delen op andere sites

Citaat:
Nee nee, heeft niets met newcs te maken.

Newcamd kan geen premiere lezen. Maakt niet uit welke cardserver je gebruikt, zodra newcamd de ID van premiere voorbij ziet komen gaat hij disconnecten.

Oplossing: Gebruik mgcamd, evocamd of iets anders dan newcamd.


Dat had ik 3 dagen eerder moeten weten dan had het mijn een hoop uurtjes bespaard.
Ik had hier op het board gelezen dat het juist wel zou werken met NewCS en premiere.


Gr. huig
Link naar reactie
Delen op andere sites

Citaat:
Ach, het staats zelfs in de readme die bij newcamd zit... mischien had je die eens moeten lezen <img src="/forums/images/graemlins/wink.gif" alt="" />


Lees dit ff daar staat toch dat het wil.
http://www.sat4all.com/forums/showflat.p...rue#Post1002410

Ik wist ook wel dat het niet met newcamd wil maar dacht met NewCS als server misschien wel. Snap alleen niet dat mensen hier wat neerzetten terwijl ze het niet uitgeprobeerd hebben. Dat bespaart voor iedereen een hoop moeite en het board wordt dan ook niet vervuild met onzin.

Gr. Huig
Link naar reactie
Delen op andere sites

Voor de duidelijkheid:

 

Newcs en Premiere gaat heel goed. Als je de newcamd.conf gebruikt i.c.m. Mgcamd.

Gebruik je de newcamd.conf met newcamd zelf als emu dan gaat het niet.

Dreambox 8000HD, Xtrend et5000 & et9000, Qnap 209-II Pro 2Tb,Wavefrontier T 90,Stab HH120 Triax 78 cm, Triax 78 cm CDS Duo LNB

Member of the PLi team

Link naar reactie
Delen op andere sites

Citaat:
Voor de duidelijkheid:

Newcs en Premiere gaat heel goed. Als je de newcamd.conf gebruikt i.c.m. Mgcamd.
Gebruik je de newcamd.conf met newcamd zelf als emu dan gaat het niet.


Heb alleen nog een vraag krijgt de kaart nu ook zijn update's ?

Huig
Link naar reactie
Delen op andere sites

Citaat:
Als je in newcs bij de user aangeeft <au>on</au> dan krijgt je kaart gewoon de updates...


En als je in de mg_cfg autoupdate aan zet.

Nog een tip:
Maak een teksbestand met de naam newcamd.list, zet hier alleen de CWS regels van de newcamd.conf in. Plaats deze newcamd.list in de map var/keys en het zappen gaat nog sneller. Dit komt omdat Mgcamd eers in de map keys gaat zoeken voor een newcamd.list alvorens te kijken voor een newcamd.conf in de map /var/tuxbox/config/newcamd.

Als je dit doet kan de newcamd.conf dus verwijdert worden. <img src="/forums/images/graemlins/grin.gif" alt="" />

Dreambox 8000HD, Xtrend et5000 & et9000, Qnap 209-II Pro 2Tb,Wavefrontier T 90,Stab HH120 Triax 78 cm, Triax 78 cm CDS Duo LNB

Member of the PLi team

Link naar reactie
Delen op andere sites

  • 2 weken later...

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...