handyman1983
Hacker
- Registriert
- 14. März 2010
- Beiträge
- 444
- Reaktionspunkte
- 30
- Punkte
- 88
Hallo zusammen ,
nach dem ich jetzt lange gesucht habe bin ich dem HD Fehler im meinem Netzwerk auf die Schliche gekommen .
Es lieg daran das Oscam seint Building "6469" HD+ Anfragen nicht mehr auf den 1830&003411 zugelassen sind sondern nur noch auf :
1830&000000
und
1830&008011
Und genau da besteht das Problem :
Der Opticum Fragt HD+ nur auf 1830&003411 an .
Log:
Bei Oscam bleibt also nur die Möglichkeit eine Building kleiner "6469" zu nehmen oder eine modification an oscam.c und selbst erstellen.
Vielleicht hat ja jemand noch eine Idee wie man das vielleicht am Opticum lösen kann ?
nach dem ich jetzt lange gesucht habe bin ich dem HD Fehler im meinem Netzwerk auf die Schliche gekommen .
Es lieg daran das Oscam seint Building "6469" HD+ Anfragen nicht mehr auf den 1830&003411 zugelassen sind sondern nur noch auf :
1830&000000
und
1830&008011
Und genau da besteht das Problem :
Der Opticum Fragt HD+ nur auf 1830&003411 an .
Log:
Code:
Opticum 9600 HD
2012/04/07 00:29:50 B79210 c USER-OPTICUM (1830&003411/0000/EF10/92:839A): invalid (20 ms) (0 of 0) - RTL HD (invalid SID)
2012/04/07 00:29:50 B79210 c USER-OPTICUM (1830&003411/0000/EF10/92:839A): invalid (20 ms) (0 of 0) - RTL HD (invalid SID)
2012/04/07 00:29:50 B79210 c USER-OPTICUM (1830&003411/0000/EF10/92:839A): invalid (21 ms) (0 of 0) - RTL HD (invalid SID)
2012/04/07 00:29:53 B79210 c USER-OPTICUM (1830&003411/0000/EF76/92:AACA): invalid (20 ms) (0 of 0) - kabel eins HD (invalid SID)
2012/04/07 00:29:54 B79210 c USER-OPTICUM (1830&003411/0000/EF76/92:AACA): invalid (20 ms) (0 of 0) - kabel eins HD (invalid SID)
2012/04/07 00:29:56 B79210 c USER-OPTICUM (1830&003411/0000/EF15/92:E7E2): invalid (20 ms) (0 of 0) - RTL2 HD (invalid SID)
2012/04/07 00:29:56 B79210 c USER-OPTICUM (1830&003411/0000/EF15/92:E7E2): invalid (20 ms) (0 of 0) - RTL2 HD (invalid SID)
2012/04/07 00:29:57 B79210 c USER-OPTICUM (1830&003411/0000/EF15/92:E7E2): invalid (20 ms) (0 of 0) - RTL2 HD (invalid SID)
2012/04/07 00:29:58 B79210 c USER-OPTICUM (1830&003411/0000/EF11/92:1207): invalid (20 ms) (0 of 0) - VOX HD (invalid SID)
Bei Oscam bleibt also nur die Möglichkeit eine Building kleiner "6469" zu nehmen oder eine modification an oscam.c und selbst erstellen.
Code:
// acamd fix
if ((er->caid == 0x1830 && er->prid != 0x000000) || (er->caid == 0x1830 && er->prid != 0x008011)) er->prid=0;
if ((er->caid == 0x1843 && er->prid != 0x000000) || (er->caid == 0x1843 && er->prid != 0x008011)) er->prid=0;
Vielleicht hat ja jemand noch eine Idee wie man das vielleicht am Opticum lösen kann ?