Hallo
Ich bin am Durchdrehen (ich bin wohl zu blöd) DANKE für eure Hilfe.
Meine cardclient.conf sieht so aus
#
# Comment lines can start with # or ;
#
# every client line starts with the client name, followed by some arguments:
# 'hostname' 127.0.0.1
# 'port' 12000
# 'emm' is a flag to allow EMM transfers to the server
# (0=disabled 1=enabled 2=enabled without caching)
# 'caid' (optional) caid on which this client should work
# 'mask' (optional) mask for caid e.g. caid=1700 mask=FF00 would allow
# anything between 1700 & 17FF.
# Default is 1700 & FF00. If only caid is given mask is FFFF.
# You may give multiple caid/mask values comma separated
# (e.g. 1702,1722,0d0c/ff00).
# 'username' user
# 'password' pass
#
cccam2:127.0.0.1:12000:1/1838/0000:user
ass
#
# radegast client
radegast:127.0.0.1:12000:emm/caid/mask
#
# aroureos client
# 'hexbase'
# 'hexserial' card data for which EMM updates should be send
aroureos:127.0.0.1:12000:emm/caid/mask:hexbase:hexserial
#
# camd33 client (tcp protocol)
# 'aeskey' is the AES key (32bytes), disable encryption if missing
camd33:127.0.0.1:12000:emm/caid/mask:username
assword:aeskey
#
# camd35 client (udp protocol)
camd35:127.0.0.1:12000:emm/caid/mask:username
assword
#
# cardd client
cardd:127.0.0.1:12000:emm/caid/mask:username
assword
#
# buffy client
# 'aeskey' is the AES key (32bytes), disable encryption if missing
buffy:127.0.0.1:12000:emm:username
assword:aeskey
#
# newcamd client
# 'cfgkey' is the config key (28bytes)
newcamd:127.0.0.1:12000:emm/caid/mask:username
assword:cfgKey
#
# gbox client
#
# NOTE: hostname & port will be ignore. GBOX must be runnning on the local
# machine. For convinience you should choose localhost:8004
gbox:hostname
ort:emm/caid/mask
#
# cccam client (via LD_PRE_LOAD wrapper)
#
# NOTE: hostname will be ignore. CCcam must be runnning on the local machine
# 'socket' is the name of the camd socket file. For multiple cards add %d
# into the string. This will be replaced with the number 0-3.
# e.g. /var/emu/chroot%d/tmp/camd.socket
cccam:127.0.0.1:12000:emm/caid/mask:socket
#
# (the real) cccam client
#
# The parameter field is a list of parameters seperated by ','. The individual
# parameters must be given in the form PARAMETER=VALUE.
# NODEID=<16 characters> - your static node ID. Defaults to random ID
# VERSION=<str> - version string. Defaults to '2.0.11'
# BUILD=<str> - build string. Defaults to '2892'
# WANTEMUS=<0/1> - requesting of emulations. Defaults to 0 (off)
#
# parameter example: BUILD=3212,WANTEMUS=1,NODEID=123A567F901C34E6
#
# NOTE: this is a real client. You don't need to have CCcam running on local
# machine.
cccam2:127.0.0.1:12000:emm/caid/mask:username
assword[
aram=value[,param=value]]
UND DIE SC.CONF
#
# Command line parameters for softcam plugins
#
# See /usr/share/doc/vdr-plugin-sc/README.gz for a documentation
# about all available command line parameters.
#
# example to force DVB device 1 to budget mode (using FFdecsa)
# --budget=1
# example for serial smartcard reader
# -s /dev/ttyUSB0
# example to use a external script for keyupdate
# -E /etc/vdr/plugins/sc/tps_au.sh
-B1
wie gesagt ich komme nicht weiter!
Es ist ein Smargo am USB angeschlossen und ich möchte auf dem YAVDR 0.4 auch die Programme von sk.. schauen.
Ablauf bis jetzt
sudo add-apt-repository ppa:bpl3f1lmootj/yavdr-stable
sudo apt-get update
sudo apt-get install vdr-plugin-sc
sudo apt-get install vdr-plugin-sc-cardclient
sudo apt-get install vdr-plugin-sc-nagra
cd /etc/vdr/plugins
sudo nano order.conf
sc eingetragen
DANKE
Bis dann
Ich bin am Durchdrehen (ich bin wohl zu blöd) DANKE für eure Hilfe.
Meine cardclient.conf sieht so aus
#
# Comment lines can start with # or ;
#
# every client line starts with the client name, followed by some arguments:
# 'hostname' 127.0.0.1
# 'port' 12000
# 'emm' is a flag to allow EMM transfers to the server
# (0=disabled 1=enabled 2=enabled without caching)
# 'caid' (optional) caid on which this client should work
# 'mask' (optional) mask for caid e.g. caid=1700 mask=FF00 would allow
# anything between 1700 & 17FF.
# Default is 1700 & FF00. If only caid is given mask is FFFF.
# You may give multiple caid/mask values comma separated
# (e.g. 1702,1722,0d0c/ff00).
# 'username' user
# 'password' pass
#
cccam2:127.0.0.1:12000:1/1838/0000:user

#
# radegast client
radegast:127.0.0.1:12000:emm/caid/mask
#
# aroureos client
# 'hexbase'
# 'hexserial' card data for which EMM updates should be send
aroureos:127.0.0.1:12000:emm/caid/mask:hexbase:hexserial
#
# camd33 client (tcp protocol)
# 'aeskey' is the AES key (32bytes), disable encryption if missing
camd33:127.0.0.1:12000:emm/caid/mask:username

#
# camd35 client (udp protocol)
camd35:127.0.0.1:12000:emm/caid/mask:username

#
# cardd client
cardd:127.0.0.1:12000:emm/caid/mask:username

#
# buffy client
# 'aeskey' is the AES key (32bytes), disable encryption if missing
buffy:127.0.0.1:12000:emm:username

#
# newcamd client
# 'cfgkey' is the config key (28bytes)
newcamd:127.0.0.1:12000:emm/caid/mask:username

#
# gbox client
#
# NOTE: hostname & port will be ignore. GBOX must be runnning on the local
# machine. For convinience you should choose localhost:8004
gbox:hostname

#
# cccam client (via LD_PRE_LOAD wrapper)
#
# NOTE: hostname will be ignore. CCcam must be runnning on the local machine
# 'socket' is the name of the camd socket file. For multiple cards add %d
# into the string. This will be replaced with the number 0-3.
# e.g. /var/emu/chroot%d/tmp/camd.socket
cccam:127.0.0.1:12000:emm/caid/mask:socket
#
# (the real) cccam client
#
# The parameter field is a list of parameters seperated by ','. The individual
# parameters must be given in the form PARAMETER=VALUE.
# NODEID=<16 characters> - your static node ID. Defaults to random ID
# VERSION=<str> - version string. Defaults to '2.0.11'
# BUILD=<str> - build string. Defaults to '2892'
# WANTEMUS=<0/1> - requesting of emulations. Defaults to 0 (off)
#
# parameter example: BUILD=3212,WANTEMUS=1,NODEID=123A567F901C34E6
#
# NOTE: this is a real client. You don't need to have CCcam running on local
# machine.
cccam2:127.0.0.1:12000:emm/caid/mask:username


UND DIE SC.CONF
#
# Command line parameters for softcam plugins
#
# See /usr/share/doc/vdr-plugin-sc/README.gz for a documentation
# about all available command line parameters.
#
# example to force DVB device 1 to budget mode (using FFdecsa)
# --budget=1
# example for serial smartcard reader
# -s /dev/ttyUSB0
# example to use a external script for keyupdate
# -E /etc/vdr/plugins/sc/tps_au.sh
-B1
wie gesagt ich komme nicht weiter!
Es ist ein Smargo am USB angeschlossen und ich möchte auf dem YAVDR 0.4 auch die Programme von sk.. schauen.
Ablauf bis jetzt
sudo add-apt-repository ppa:bpl3f1lmootj/yavdr-stable
sudo apt-get update
sudo apt-get install vdr-plugin-sc
sudo apt-get install vdr-plugin-sc-cardclient
sudo apt-get install vdr-plugin-sc-nagra
cd /etc/vdr/plugins
sudo nano order.conf
sc eingetragen
DANKE
Bis dann