Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Raspberry als CS-Server mit Unitymedia - was brauche ich?

    Nobody is reading this thread right now.
Mach dein V23 Reader mal so
Code:
[reader]
label                         = easymouse1
protocol                      = mouse
device                        = /dev/ttyUSB0
autospeed                     = 0
caid                          = 098E
boxid                         = 12345678
detect                        = cd
mhz                           = 358
cardmhz                       = 358
group                         = 1
emmcache                      = 1,1,2,0
ndsversion                    = 2
Easymouse Schalter oben unten unten unten

Die Client Config komplett platt machen und diese nehmen: HowTo - OScam Client Configs für CCcam Protokoll (VERY tiny & cute)

-supraracer
 
Danke Euch vielmals für Eure Hilfe.
Ich habe alle Kombinationen durchprobiert. Problem bleibt bestehen...

Bekomme Timeouts in dem Moment, wo sich die Sache aufhängt...

  • [*]2017/02/04 21:31:36 23ACFBCA c (ecm) Test22_x (098E@000000/1D4D/D73F/7B:14317594EF1B13549076B1123B2C6474:0F06000000000000:): found (114 ms) by server
    [*]2017/02/04 21:31:50 23ACFBCA c (ecm) Test22_x (098E@000000/1D4D/D73F/7B:20B43CC5BAA966988EA448D2B825541C): timeout (5001 ms) by server
    [*]2017/02/04 21:31:55 23ACFBCA c (ecm) Test22_x (098E@000000/1D4D/D73F/7B:20B43CC5BAA966988EA448D2B825541C): timeout (5000 ms) by server
Code:
2017/02/04 21:31:36 23ACFBCA c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:14317594EF1B13549076B1123B2C6474:0F06000000000000:): found (114 ms) by server
2017/02/04 21:31:50 23ACFBCA c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:20B43CC5BAA966988EA448D2B825541C): timeout (5001 ms) by server
2017/02/04 21:31:55 23ACFBCA c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:20B43CC5BAA966988EA448D2B825541C): timeout (5000 ms) by server

Da muss es doch irgendeinen Grund dafür geben :(
Wodurch kommen diese TImeouts zustande? :(

Die Easymouse habe ich getestet mit:
oben/unten/unten/oben
oben/unten/unten/unten

V
 
Zuletzt bearbeitet von einem Moderator:
Hast du meinen Reader 1:1 übernommen und OScam danach neu gestartet?
Easymouse direkt am Rasp angeschlossen oder ein Hub dazwischen? Hub aktiv oder passiv?
Auch mal das Kabel der Easymouse tauschen.
Mach mal alles komplett stromlos, dann nochmal testen.

-supraracer
 
Habe jetzt alle Geräte komplett vom Strom genommen und die Easymouse so konfiguriert:

oben (3,3V)
unten (Phoenix)
unten (3,579MHz
unten (Y5)

Deine Einstellungen habe ich übernommen.

Jetzt ist der Client so eingestellt:

OSCAM.CONF
Code:
[global]
logfile                       = /var/log/oscam.log

[dvbapi]
enabled                       = 1
au                            = 1
user                          = local
boxtype                       = dreambox

[webif]
httpport                      = 83
httpuser                      = oscam
httppwd                       = oscam
httpallowed                   = 127.0.0.1,192.168.0.0-192.168.255.255
http_status_log               = 1

OSCAM.SERVER
Code:
[reader]
label                         = Remote-CCcam
protocol                      = cccam
device                        = 192.168.178.106,44343
user                          = Test22_x
password                      = Test33
group                         = 1
cccversion                    = 2.3.0
cccwantemu                    = 1
ccckeepalive                  = 1

OSCAM.USER
Code:
[account]
user                          = local
au                            = 1
group                         = 1


Und hier die Einstellungen am Raspberry (Server):
OSCAM.CONF
Code:
[global]
logfile                       = /var/log/ipc/OScam.log
maxlogsize                    = 2480

[cache]

[newcamd]
port                          = 22000@1830:003411
key                           = 0102030405060708091011121314


[webif]
httpport                      = 16002
httpuser                      = oscam
httppwd                       = oscam
httprefresh                   = 15
httpallowed                   = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,172.16.0.0-172.31.255.255

[cccam]
port                          = 44343
reshare                       = 1
ignorereshare                 = 0
version                       = 2.3.0
keepconnected                 = 1
stealth                       = 1

OSCAM.SERVER
Code:
[reader]
label                         = Remote-CCcam
protocol                      = mouse
device                        = /dev/ttyUSB0
caid                          = 098E
boxid                         = 12345678
ins7e11                       = 15
detect                        = cd
group                         = 1
emmcache                      = 1,1,2,0
ndsversion                    = 2

OSCAM.USER
Code:
[account]
user                          = Test22_x
pwd                           = Test33
caid                          = 098E
uniq                          = 1
au                            = easymouse1
group                         = 1


Was mache ich falsch? :(
Siehst Du bzw. irgendwer einen Fehler oder was könnte ich noch testen?
Habe das Gefühl, dass am Server (Raspi) bzw. der OSCAM-Konfig was nicht stimmt...
Wie gesagt funktioniert es ja für ca. 5 Sekunden und dann erscheint der Timeout...

Letztes Log beim Fehler:
Code:
2017/02/04 22:09:12 44DE5327 r   (reader) Remote-CCcam [videoguard2] classD1 ins40: (-2) status not ok b8 bb
2017/02/04 22:09:12 44DE5327 r   (reader) Remote-CCcam [videoguard2] The card is not answering correctly! Restarting reader for safety
2017/02/04 22:09:12 06B6E4A2 c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:EDA9B8AEB15C2C77EFD16994C90A3BB6): timeout (5000 ms) by Remote-CCcam

Achso, ich habe keinen Hub dazwischen, steckt ganz normal direkt im Raspi...
Kabel der Easymouse habe ich auch schon getauscht, hat nichts gebracht :(
 
Zuletzt bearbeitet von einem Moderator:
Mach das ins7e11 = 15 raus
Die Karte kann nur 14 soweit ich weiß

Gesendet von meinem LG-D855 mit Tapatalk
 
Ich werde langsam echt noch verrückt...
Habe alles mögliche getestet. Problem bleibt bestehen...
Auch mit dem cs378x - völlig simpel konfiguriert...
Bin jetzt kurz davor, aufzugeben :(

Code:
2017/02/05 10:23:02 6A8DC6E2 r   (reader) Remote-CCcam [videoguard2] classD1 ins5C: failed
2017/02/05 10:23:06 07F1BD36 c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:03F5F2984EB54FE49B71880CAD599C30): timeout (5001 ms) by Remote-CCcam
2017/02/05 10:23:09 07F1BD36 c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:2ACAD8D8582206ED964855E78B1936CB): timeout (5000 ms) by Remote-CCcam
2017/02/05 10:23:09 07F1BD36 c      (ecm) Test22_x (1850@000000/0000/7D6A/B7:00000000000000000000000000000000): rejected caid (0 ms) (invalid caid 0x1850)
2017/02/05 10:23:10 07F1BD36 c      (ecm) Test22_x (1838@000000/0000/7D6A/92:00000000000000000000000000000000): rejected caid (0 ms) (invalid caid 0x1838)

So sieht das Protokoll mit cs378x aus.
 
Zuletzt bearbeitet von einem Moderator:
Das Problem liegt hier und nur hier:
2017/02/04 14:50:35 76DEE80E r (reader) easymouse1 [videoguard2] classD1 ins40: (-2) status not ok 00 00
2017/02/04 14:50:35 76DEE80E r (reader) easymouse1 [videoguard2] The card is not answering correctly! Restarting reader for safety

Darum solltest du meinen V23 Reader mal 1:1 übernehmen, was du anscheinend immernoch nicht gemacht hast. Jedenfalls sehen deine Configs weiter oben wieder völlig anders aus und ein vollständiges Log vom Server hast du auch nicht gepostet.

-supraracer
 
Danke nochmals! Also: Ich hab jetzt nochmals alles genau nach Deiner Anleitung gemacht und alle anderen Einträge rausgenommen.
Ich hoffe zumindest, dass das jetzt so passt!?
Einstellungen der Easymouse sind ebenfalls wie von Dir vorgeschlagen.
Fehler besteht nach wie vor.
Nachfolgend poste ich die jetzigen Einstellungen für Server und Client und das Log vom Server komplett.
Wäre klasse, wenn wir das Ding irgendwie doch noch hinbekommen :/

Zuerst das Log:
Code:
Status Live Log    Config Readers Users Services Files Failban CacheEX    Scripts Restart
2017/02/05 10:39:05 00000000 s     (main) System name    = Linux
2017/02/05 10:39:05 00000000 s     (main) Host name      = raspberrypi
2017/02/05 10:39:05 00000000 s     (main) Release        = 4.4.26-v7+
2017/02/05 10:39:05 00000000 s     (main) Version        = #915 SMP Thu Oct 20 17:08:44 BST 2016
2017/02/05 10:39:05 00000000 s     (main) Machine        = armv7l
2017/02/05 10:39:05 00000000 s     (main) creating pidfile /tmp/.oscam/oscam.pid with pid 3538
2017/02/05 10:39:05 00000000 s   (config) services reloaded: 0 services freed, 1 services loaded, rejected 0
2017/02/05 10:39:05 00000000 s   (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
2017/02/05 10:39:05 00000000 s     (main) signal handling initialized
2017/02/05 10:39:05 00000000 s      (net) cs378x: initialized (fd=5, port=44443)
2017/02/05 10:39:05 00000000 s      (net) newcamd: initialized (fd=6, port=22000)
2017/02/05 10:39:05 00000000 s      (net) -> CAID: 1830 PROVID: 003411
2017/02/05 10:39:05 00000000 s      (net) cccam: initialized (fd=7, port=44343)
2017/02/05 10:39:05 00000000 s   (reader) easymouse1 [mouse] creating thread for device /dev/ttyUSB0
2017/02/05 10:39:05 00000000 s     (stat) loadbalancer: could not open /tmp/.oscam/stat for reading (errno=2 No such file or directory)
2017/02/05 10:39:05 00000000 s     (main) waiting for local card init
2017/02/05 10:39:05 054D51EB h    (webif) webif: decompressed 175959 bytes back into 430952 bytes
2017/02/05 10:39:05 054D51EB h    (webif) HTTP Server running. ip=0.0.0.0 port=16002
2017/02/05 10:39:05 2E3B2A97 r   (reader) easymouse1 [mouse] Buffers readed  0 bytes total time_us 75140
2017/02/05 10:39:05 2E3B2A97 r   (reader) easymouse1 [mouse] Buffers readed  0 bytes total time_us 75118
2017/02/05 10:39:05 2E3B2A97 r   (reader) easymouse1 [mouse] Reader initialized (device=/dev/ttyUSB0, detect=cd, mhz=358, cardmhz=358)
2017/02/05 10:39:06 2E3B2A97 r   (reader) easymouse1 [mouse] card detected
2017/02/05 10:39:06 2E3B2A97 r   (reader) easymouse1 [mouse] Buffers readed  0 bytes total time_us 75120
2017/02/05 10:39:07 2E3B2A97 r   (reader) easymouse1 [mouse] ATR: 00 D7 5B 3F F7 FE D5 F2 7F 69 00 AD F5 F1 FF FF 2D 15 7F FF
2017/02/05 10:39:07 2E3B2A97 r   (reader) easymouse1 [mouse] ERROR: Could not read reader->convention
2017/02/05 10:39:07 2E3B2A97 r   (reader) easymouse1 [mouse] Error activating card.
2017/02/05 10:39:08 2E3B2A97 r   (reader) easymouse1 [mouse] Buffers readed  0 bytes total time_us 75123
2017/02/05 10:39:09 2E3B2A97 r   (reader) easymouse1 [mouse] ATR: 3F FF 14 25 03 10 80 54 B0 01 69 FF 4A 50 70 00 00 4B 57 01 00 00
2017/02/05 10:39:09 2E3B2A97 r   (reader) easymouse1 [mouse] Init card protocol T0, FI=1, F=372, D=8, N=3
2017/02/05 10:39:09 2E3B2A97 r   (reader) easymouse1 [mouse] Setting baudrate to 76800 bps
2017/02/05 10:39:09 2E3B2A97 r   (reader) easymouse1 [mouse] Calculated work ETU is 12.99 us reader mhz = 358
2017/02/05 10:39:09 2E3B2A97 r   (reader) easymouse1 [mouse] Buffers readed  0 bytes total time_us 75132
2017/02/05 10:39:09 2E3B2A97 r   (reader) easymouse1 [mouse] ATR Fsmax is 5 MHz, clocking card to wanted user cardspeed off 3.58 MHz (specified in reader->mhz)
2017/02/05 10:39:10 2E3B2A97 r   (reader) easymouse1 [mouse] Card type:   KWPE
2017/02/05 10:39:10 2E3B2A97 r   (reader) easymouse1 [mouse] Rom version: 10T1
2017/02/05 10:39:10 2E3B2A97 r   (reader) easymouse1 [mouse] Credit available on card: 0 euro
2017/02/05 10:39:10 2E3B2A97 r   (reader) easymouse1 [mouse] FuseByte: 25
2017/02/05 10:39:10 2E3B2A97 r   (reader) easymouse1 [mouse] Region Code: DEU00001
2017/02/05 10:39:10 2E3B2A97 r   (reader) easymouse1 [mouse] Country Code: DEU
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [mouse] classD1 ins742A: failed
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [mouse] Pincode read: 3535
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [mouse] PCB settings: FF FF FF FF
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [mouse] type: VideoGuard Kabel BW (098E), caid: 098E
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [mouse] serial: ########, BoxID: ########, baseyear: 2004
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [mouse] ready for requests
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [mouse] found card system videoguard2
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] THIS WAS A SUCCESSFUL START ATTEMPT No  1 out of max alloted of 1
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] card detected
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] type: VideoGuard Kabel BW (098E)
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] ------------------------------------------------------------------
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] |- class -|-- tier --|----- valid to ------|--- package name ----|
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] +---------+----------+---------------------+---------------------+
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] |-- 00 ---|-- 0028 --| 2017/03/18-00:00:00 |
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] |-- 00 ---|-- 0029 --| 2017/03/18-00:00:00 |
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] |-- 00 ---|-- 002a --| 2017/03/18-00:00:00 |
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] |-- 00 ---|-- 00f3 --| 2017/03/18-00:00:00 |
2017/02/05 10:39:11 2E3B2A97 r   (reader) easymouse1 [videoguard2] ------------------------------------------------------from-ins70--
2017/02/05 10:39:12 00000000 s     (main) init for all local cards done
2017/02/05 10:39:12 00000000 s (emmcache) loaded 0 emmcache records from /tmp/.oscam/oscam.emmcache in 0 ms
2017/02/05 10:39:12 00000000 s (emmcache) loaded 0 emmstat records from /tmp/.oscam/oscam.emmstat in 0 ms
2017/02/05 10:39:12 00000000 s (anticasc) anti cascading disabled
2017/02/05 10:39:12 5A44447F c   (client) anonymous disconnected from 192.168.178.115
2017/02/05 10:39:12 129B2B05 c   (client) encrypted cccam-client 192.168.178.115 granted (Test22_x, au=on (1 reader))
2017/02/05 10:39:14 129B2B05 c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:39D49AEED0ACE6BB4D1399EE93974A16:0F06000000000000:): found (142 ms) by easymouse1
2017/02/05 10:39:14 2E3B2A97 r   (reader) easymouse1 [videoguard2] Test22_x emmtype=global, len=135 (hex: 0x87), cnt=1: written (66 ms)
2017/02/05 10:39:14 2E3B2A97 r   (reader) easymouse1 [videoguard2] Test22_x emmtype=global, len=46 (hex: 0x2E), cnt=1: written (27 ms)
2017/02/05 10:39:14 2E3B2A97 r   (reader) easymouse1 [videoguard2] Test22_x emmtype=global, len=48 (hex: 0x30), cnt=1: written (30 ms)
2017/02/05 10:39:14 2E3B2A97 r   (reader) easymouse1 [videoguard2] Test22_x emmtype=global, len=47 (hex: 0x2F), cnt=1: written (30 ms)
2017/02/05 10:39:14 2E3B2A97 r   (reader) easymouse1 [videoguard2] Test22_x emmtype=global, len=44 (hex: 0x2C), cnt=1: written (32 ms)
2017/02/05 10:39:14 2E3B2A97 r   (reader) easymouse1 [videoguard2] Test22_x emmtype=global, len=44 (hex: 0x2C), cnt=1: written (28 ms)
2017/02/05 10:39:29 129B2B05 c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:904FF48B2C0F9FF14E5167A660131385): timeout (5000 ms) by easymouse1

Server:
Oscam.conf
Code:
[global]
logfile                       = /var/log/ipc/OScam.log
maxlogsize                    = 2480

[cache]

[newcamd]
port                          = 22000@1830:003411
key                           = 0102030405060708091011121314


[webif]
httpport                      = 16002
httpuser                      = oscam
httppwd                       = oscam
httprefresh                   = 15
httpallowed                   = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,172.16.0.0-172.31.255.255

[cccam]
port                          = 44343
reshare                       = 1
ignorereshare                 = 0
version                       = 2.3.0
keepconnected                 = 1
stealth                       = 1

Oscam.Server
Code:
[reader]
label                         = easymouse1
protocol                      = mouse
device                        = /dev/ttyUSB0
autospeed                     = 0
caid                          = 098E
boxid                         = 12345678
detect                        = cd
mhz                           = 358
cardmhz                       = 358
group                         = 1
emmcache                      = 1,1,2,0
ndsversion                    = 2

Oscam.user
Code:
[account]
user                          = Test22_x
pwd                           = Test33
uniq                          = 1
au                            = easymouse1
group                         = 1

CLIENT

Oscam.Conf
Code:
[global]
logfile                       = /var/log/oscam.log

[dvbapi]
enabled                       = 1
au                            = 1
user                          = local
boxtype                       = dreambox

[webif]
httpport                      = 83
httpuser                      = oscam
httppwd                       = oscam
httpallowed                   = 127.0.0.1,192.168.0.0-192.168.255.255
http_status_log               = 1

Oscam.Server
Code:
[reader]
label                         = Remote-CCcam
protocol                      = cccam
device                        = 192.168.178.106,44343
user                          = Test22_x
password                      = Test33
group                         = 1
cccversion                    = 2.3.0
cccwantemu                    = 1
ccckeepalive                  = 1

Oscam.User
Code:
[account]
user                          = local
au                            = 1
group                         = 1
 
Zuletzt bearbeitet von einem Moderator:
Ist das Netzteil deines Raspi stark genug, hast du die Möglichkeit das mal zu tauschen? Kann man ausschließen dass die Easymouse eine Macke hat, also läuft eine andere Karte darin? Mal einen anderen USB Port getestet? Wenn du einen AKTIVEN USB Hub zur Hand hast würde ich es auch damit mal probieren.

-supraracer
 
du solltest bei deinem v23 reader unbedingt per oscam webif bei blockemm
alle emm ausser unique blocken, nds karte braucht nur diese

zudem auch client log zeitgleich zum server log
 
Zuletzt bearbeitet:
Netzteil sollte eigentlich einwandfrei passen. Ist ein 5V 2,5A / 2500 mAh.
Ich habe es schon mehrfach an den anderen USB-Ports und mit verschiedenen Kabeln probiert.
Leider habe ich keinen aktiven USB-Port - das kann ich nicht testen...
Aber: Wenn ich die Easymouse direkt an den Receiver anschließe und als Reader konfiguriere, dann läuft es - sprich es liegt nicht an der Easymouse, sondern muss irgendwo am Raspi bzw. der Konfiguration des OScam am Raspi...

Gibt es eine Möglichkeit, die Timeouts zu erhöhen oder zu deaktivieren?
Dann könnte ich das mal testen. Scheint ja so, als ob Oscam (auf dem Raspi) ein gewissen Timeout hat und es an dieser Stelle dann hängt...
 
Zuletzt bearbeitet von einem Moderator:
Hi,

Timeouts erhöhen? :confused:

Poste mal ein längeres Log, ich sehe nur eine! Abfrage.

Gruß
 
dein serverlog ist viel zu kurz, man sieht eigentlich nicht, wie oft sich timeout wiederholt,

auch mal umschalten,

beim einem router als server läuft die karte in der mouse (per udev) mit 6mhz, kein cardmhz eingetragen
(evtl. sogar mit 5V, aber dieser server steht nicht bei mir)

mhz = 600
emmcache = 1,1,2,0
blockemm-unknown = 1
blockemm-s = 1
blockemm-g = 1
 
Zuletzt bearbeitet:
Ich habe jetzt mal längere Logs vom Server und vom Client.
Die Timeouts wiederholen sich ständig... Es ist immer dasselbe Spiel. ca. 5 Sekunden wirds hell und dann Timeouts.
Das mit den Einstellungen für 600mhz habe ich nicht so ganz verstanden... Die Jumper der Easycard müssen ja passen, sonst könnte der Receiver damit nicht funktionieren und da habe ich es ja auch über den USB-Port und Oscam getestet...
Serverlog:
Code:
2017/02/05 11:51:53 00000000 s     (main) System name    = Linux
2017/02/05 11:51:53 00000000 s     (main) Host name      = raspberrypi
2017/02/05 11:51:53 00000000 s     (main) Release        = 4.4.26-v7+
2017/02/05 11:51:53 00000000 s     (main) Version        = #915 SMP Thu Oct 20 17:08:44 BST 2016
2017/02/05 11:51:53 00000000 s     (main) Machine        = armv7l
2017/02/05 11:51:53 00000000 s     (main) creating pidfile /tmp/.oscam/oscam.pid with pid 4734
2017/02/05 11:51:53 00000000 s   (config) services reloaded: 0 services freed, 1 services loaded, rejected 0
2017/02/05 11:51:53 00000000 s   (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
2017/02/05 11:51:53 00000000 s     (main) signal handling initialized
2017/02/05 11:51:53 00000000 s      (net) newcamd: initialized (fd=5, port=22000)
2017/02/05 11:51:53 00000000 s      (net) -> CAID: 1830 PROVID: 003411
2017/02/05 11:51:53 00000000 s      (net) cccam: initialized (fd=6, port=44343)
2017/02/05 11:51:53 00000000 s   (reader) easymouse1 [mouse] creating thread for device /dev/ttyUSB0
2017/02/05 11:51:53 00000000 s     (stat) loadbalancer: could not open /tmp/.oscam/stat for reading (errno=2 No such file or directory)
2017/02/05 11:51:53 00000000 s     (main) waiting for local card init
2017/02/05 11:51:53 08702EDB h    (webif) webif: decompressed 175959 bytes back into 430952 bytes
2017/02/05 11:51:53 08702EDB h    (webif) HTTP Server running. ip=0.0.0.0 port=16002
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Buffers readed  0 bytes total time_us 75139
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 1 value 03 time_us 6172
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 2 value 00 time_us 50459
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 3 value d7 time_us 1208
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 4 value 5b time_us 1267
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 5 value 3f time_us 1397
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 6 value f7 time_us 2648
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 7 value fe time_us 1273
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 8 value d5 time_us 1272
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 9 value f2 time_us 1398
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 10 value 7f time_us 1273
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 11 value 69 time_us 1276
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 12 value 00 time_us 1273
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 13 value ad time_us 1275
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 14 value f5 time_us 2774
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 15 value f1 time_us 1272
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 16 value ff time_us 1273
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 17 value ff time_us 1272
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 18 value 2d time_us 1398
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 19 value 15 time_us 1289
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 20 value 7f time_us 1252
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 21 value ff time_us 1267
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Flush readed byte Nr 22 value ff time_us 1400
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Buffers readed  22 bytes total time_us 162790
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] Reader initialized (device=/dev/ttyUSB0, detect=cd, mhz=358, cardmhz=358)
2017/02/05 11:51:54 12406DE8 r   (reader) easymouse1 [mouse] card detected
2017/02/05 11:51:55 12406DE8 r   (reader) easymouse1 [mouse] Buffers readed  0 bytes total time_us 75126
2017/02/05 11:51:56 12406DE8 r   (reader) easymouse1 [mouse] ATR: 3F FF 14 25 03 10 80 54 B0 01 69 FF 4A 50 70 00 00 4B 57 01 00 00
2017/02/05 11:51:56 12406DE8 r   (reader) easymouse1 [mouse] Init card protocol T0, FI=1, F=372, D=8, N=3
2017/02/05 11:51:56 12406DE8 r   (reader) easymouse1 [mouse] Setting baudrate to 76800 bps
2017/02/05 11:51:56 12406DE8 r   (reader) easymouse1 [mouse] Calculated work ETU is 12.99 us reader mhz = 358
2017/02/05 11:51:56 12406DE8 r   (reader) easymouse1 [mouse] Buffers readed  0 bytes total time_us 75121
2017/02/05 11:51:56 12406DE8 r   (reader) easymouse1 [mouse] ATR Fsmax is 5 MHz, clocking card to wanted user cardspeed off 3.58 MHz (specified in reader->mhz)
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] Card type:   KWPE
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] Rom version: 10T1
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] Credit available on card: 0 euro
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] FuseByte: 25
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] Region Code: DEU00001
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] Country Code: DEU
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] classD1 ins742A: failed
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] Pincode read: 3535
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] PCB settings: FF FF FF FF
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] type: VideoGuard Kabel BW (098E), caid: 098E
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] serial: ########, BoxID: ########, baseyear: 2004
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] ready for requests
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [mouse] found card system videoguard2
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] THIS WAS A SUCCESSFUL START ATTEMPT No  1 out of max alloted of 1
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] card detected
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] type: VideoGuard Kabel BW (098E)
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] ------------------------------------------------------------------
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] |- class -|-- tier --|----- valid to ------|--- package name ----|
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] +---------+----------+---------------------+---------------------+
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] |-- 00 ---|-- 0028 --| 2017/03/18-00:00:00 |
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] |-- 00 ---|-- 0029 --| 2017/03/18-00:00:00 |
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] |-- 00 ---|-- 002a --| 2017/03/18-00:00:00 |
2017/02/05 11:51:57 12406DE8 r   (reader) easymouse1 [videoguard2] |-- 00 ---|-- 00f3 --| 2017/03/18-00:00:00 |
2017/02/05 11:51:58 12406DE8 r   (reader) easymouse1 [videoguard2] ------------------------------------------------------from-ins70--
2017/02/05 11:51:58 00000000 s     (main) init for all local cards done
2017/02/05 11:51:58 00000000 s (emmcache) loaded 4 emmcache records from /tmp/.oscam/oscam.emmcache in 0 ms
2017/02/05 11:51:58 00000000 s (emmcache) loaded 10 emmstat records from /tmp/.oscam/oscam.emmstat in 0 ms
2017/02/05 11:51:58 00000000 s (anticasc) anti cascading disabled
2017/02/05 11:51:58 7EE756A9 c   (client) anonymous disconnected from 192.168.178.115
2017/02/05 11:51:58 1EC544AB c   (client) encrypted cccam-client 192.168.178.115 granted (Test22_x, au=on (1 reader))
2017/02/05 11:52:00 1EC544AB c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:E1651DDD5AB7412795BD366343EA7BB2:0F06000000000000:): found (140 ms) by easymouse1
2017/02/05 11:52:00 12406DE8 r   (reader) easymouse1 [videoguard2] Test22_x emmtype=global, len=44 (hex: 0x2C), cnt=1: written (30 ms)
2017/02/05 11:52:00 12406DE8 r   (reader) easymouse1 [videoguard2] Test22_x emmtype=global, len=48 (hex: 0x30), cnt=1: written (29 ms)
2017/02/05 11:52:13 1EC544AB c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:D3DA881F3E03C85F18008CCC4960A03A): timeout (5001 ms) by easymouse1
2017/02/05 11:52:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins40: (-2) status not ok 00 00
2017/02/05 11:52:18 12406DE8 r   (reader) easymouse1 [videoguard2] The card is not answering correctly! Restarting reader for safety
2017/02/05 11:52:18 1EC544AB c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:D3DA881F3E03C85F18008CCC4960A03A): timeout (5001 ms) by easymouse1
2017/02/05 11:52:23 1EC544AB c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:ABD1C9D68535BFD551CD43F408BBB716): timeout (5000 ms) by easymouse1
2017/02/05 11:52:33 1EC544AB c        (-) -- Skipped 1 duplicated log lines --
2017/02/05 11:52:33 1EC544AB c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:97DE136938442E7CCDAA07B000F11CD6): timeout (5000 ms) by easymouse1
2017/02/05 11:52:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:52:38 1EC544AB c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:97DE136938442E7CCDAA07B000F11CD6): timeout (5000 ms) by easymouse1
2017/02/05 11:52:43 1EC544AB c      (ecm) Test22_x (098E@000000/1D4D/D73F/7B:8791849AD1A991569C28D43042287471): timeout (5000 ms) by easymouse1
2017/02/05 11:52:58 12406DE8 r        (-) -- Skipped 2 duplicated log lines --
2017/02/05 11:52:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:52:58 1EC544AB c      (ecm) Test22_x (098E@000000/1D4E/7D66/7B:873BD51AA6828962B367DE12A95D52E5): timeout (5000 ms) by easymouse1
2017/02/05 11:53:03 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:1EAD3FB408975AA641355C6D95937537): timeout (5000 ms) by easymouse1
2017/02/05 11:53:13 1EC544AB c        (-) -- Skipped 1 duplicated log lines --
2017/02/05 11:53:13 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:AC688DB8620903FF9BE0A9AF475416B9): timeout (5000 ms) by easymouse1
2017/02/05 11:53:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:53:18 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:AC688DB8620903FF9BE0A9AF475416B9): timeout (5000 ms) by easymouse1
2017/02/05 11:53:23 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:31822C1ABF9F37D581CB9FF6EB6E2BD2): timeout (5000 ms) by easymouse1
2017/02/05 11:53:33 1EC544AB c        (-) -- Skipped 1 duplicated log lines --
2017/02/05 11:53:33 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:FE79CC30E63D5A3C47443FD373FB75DF): timeout (5001 ms) by easymouse1
2017/02/05 11:53:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:53:38 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:FE79CC30E63D5A3C47443FD373FB75DF): timeout (5000 ms) by easymouse1
2017/02/05 11:53:43 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:D79010229B2CCB6041B4BA35936B6C91): timeout (5000 ms) by easymouse1
2017/02/05 11:53:53 1EC544AB c        (-) -- Skipped 1 duplicated log lines --
2017/02/05 11:53:53 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:A2D91EA0CE386504A8C5AD7E431A60CE): timeout (5000 ms) by easymouse1
2017/02/05 11:53:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:53:58 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:A2D91EA0CE386504A8C5AD7E431A60CE): timeout (5001 ms) by easymouse1
2017/02/05 11:54:03 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:902B75A832F44A1C0E4B4AC5DEB914B3): timeout (5001 ms) by easymouse1
2017/02/05 11:54:08 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:902B75A832F44A1C0E4B4AC5DEB914B3): timeout (5000 ms) by easymouse1
2017/02/05 11:54:13 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:21796F7E74509C55B874835DCB23D0C0): timeout (5000 ms) by easymouse1
2017/02/05 11:54:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:54:18 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:21796F7E74509C55B874835DCB23D0C0): timeout (5001 ms) by easymouse1
2017/02/05 11:54:23 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:FADCD7CF6AB0FE03DF348E4047871233): timeout (5001 ms) by easymouse1
2017/02/05 11:54:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:54:38 1EC544AB c      (ecm) Test22_x (098E@000000/1DB1/D73E/8E:B1C80F30258CE94D5E1AD456C7D9ED49): timeout (5000 ms) by easymouse1
2017/02/05 11:54:49 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:02F59D0FF25FCB019FC549FD4F3D323A): timeout (5000 ms) by easymouse1
2017/02/05 11:54:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:55:07 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:B1DA2FEC9B04BCE3874DC758A2923DF4): timeout (5001 ms) by easymouse1
2017/02/05 11:55:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:55:26 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:F3DBCEA647560CEFB41497BE9F6B0C24): timeout (5001 ms) by easymouse1
2017/02/05 11:55:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:55:46 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:5CFCB678BAC528679ECE955C6EB11F15): timeout (5000 ms) by easymouse1
2017/02/05 11:55:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:56:00 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:0B92F8CEFF4171C7C4DF2814C1472598): timeout (5001 ms) by easymouse1
2017/02/05 11:56:15 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:4EB0CE80F494F8C6C478883703584B2C): timeout (5000 ms) by easymouse1
2017/02/05 11:56:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:56:30 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:BC2F6F41C50D804597A3D7F917E558BF): timeout (5001 ms) by easymouse1
2017/02/05 11:56:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:56:45 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:DD2AA5FB3548239548446869AC284CF8): timeout (5000 ms) by easymouse1
2017/02/05 11:56:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:57:06 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:673C793D47C8EF4D52B0F77C197EE698): timeout (5000 ms) by easymouse1
2017/02/05 11:57:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:57:27 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:32BDEE2C8D9B3BA89A9FB8C0E5FED6A2): timeout (5000 ms) by easymouse1
2017/02/05 11:57:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:57:45 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:B8826DD017AF5A7FD51BC2659844C3FD): timeout (5000 ms) by easymouse1
2017/02/05 11:57:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:58:06 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:4E486CF077BD7BC328D4C7CFCE545A1F): timeout (5000 ms) by easymouse1
2017/02/05 11:58:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:58:20 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:B5198B0979841FD87DC0B5B1E36EE3F7): timeout (5000 ms) by easymouse1
2017/02/05 11:58:35 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:44DCEBD86929694476954B22A9A8B23A): timeout (5001 ms) by easymouse1
2017/02/05 11:58:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:58:50 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:C53D6AE91B29A9DACAFFD96547C7124D): timeout (5001 ms) by easymouse1
2017/02/05 11:58:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:59:06 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:5FA6D4D96FDE62948635CB8653D7D9B7): timeout (5000 ms) by easymouse1
2017/02/05 11:59:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:59:25 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:8FBB1E66ADBB9F2D29B0B0729DB04D06): timeout (5000 ms) by easymouse1
2017/02/05 11:59:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 11:59:45 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:83D62580F58ADE6E965B806AB05F50B5): timeout (5001 ms) by easymouse1
2017/02/05 11:59:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 12:00:00 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:0283C250720CF0E2F1A711547F06A655): timeout (5001 ms) by easymouse1
2017/02/05 12:00:15 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:68E45681B58B7EBFC14C7385ACED11F6): timeout (5000 ms) by easymouse1
2017/02/05 12:00:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 12:00:35 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:3492AD4E49D882F84E6D0428F482A716): timeout (5001 ms) by easymouse1
2017/02/05 12:00:38 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 12:00:55 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:E879A4D67D629D69DCB1E8FCD5FDFFFA): timeout (5000 ms) by easymouse1
2017/02/05 12:00:58 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 12:01:15 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:569D30989B4B3C3FF2989C78A78CD82F): timeout (5000 ms) by easymouse1
2017/02/05 12:01:18 12406DE8 r   (reader) easymouse1 [videoguard2] classD1 ins5C: failed
2017/02/05 12:01:30 1EC544AB c      (ecm) Test22_x (098E@000000/1D52/7D6A/7B:2C6D7E4E26C8D21E62067EC73BC7839D): timeout (5000 ms) by easymouse1
 
Zuletzt bearbeitet von einem Moderator:
Zurück
Oben