Hi,
ich hab noch zwei weitere Ideen was da vielleicht nicht stimmt.
Mein Satip Server ist ein EXIP414/e der ist dem EXIP418 sehr ähnlich.
1) Welche Art LNB ist angeschlossen? Eins mit integriertem Mulitschalter? dann ok. Wenn eines mit vier Anschlüssen wo Low/vertikal High/Vertikal usw, unterschieden wird - dann sind vielleicht Kabel nicht richtig angeschlossen?
2) beim EXIP414 müssen für korrekten Betrieb im satip-Plugin "Quirks" aktiviert werden, und zwar "ForcePilot". Beim EXIP414 erfolgt das über den UPNP-String
"KATHREIN SatIP Server"
Aktuelle Versionen vom satip-plugin setzen dann das "ForcePilot".
Die entsprechende Zeile im syslog nach dem vdr start sieht dann so aus:
May 13 20:28:58 vdr vdr: [24364] SATIP: Adding server '192.168.166.129|DVBC-4|FRITZ!Box 6490 Cable' Bind: default Filters: none CI: no Quirks: none
May 13 20:28:58 vdr vdr: [24364] SATIP: Adding server '192.168.166.146|DVBS2-4|KATHREIN SatIP Server' Bind: default Filters: none CI: no Quirks: ForcePilot
Wenn der EXIP 418 dem 414 auch in dieser Beziehung ähnlich ist, dann funktioniert die Erkennung nicht - denn laut Bedienungsanleitung meldet der EXIP418 hier "EXIP418". Siehe Sourcecode server.c Zeile 116 und folgende.
Wenn Du aber den Satip-Server als plugin-parameter fest angibst dann muß alles stimmen. Das habe ich als Hilfe in der gentoo vdr-satip config abgelegt:
# Some SAT>IP tuners need quirks, which the plugin tries to autodetect.
# Check vdr log for lines like "SATIP: Adding server" what devices are found
# and added.
# If this autodetection is not enough, quirks can be overridden with a hexadecimal
# number behind the description:
# vdr -P 'satip -s 192.168.0.1|DVBS2-2,DVBT2-2|EXIP414:0x40'
# available quirks:
# eSatipQuirkSessionId = 0x01 fix a session id bug
# eSatipQuirkPlayPids = 0x02 fix a play (add/delpids) parameter bug
# eSatipQuirkForceLock = 0x04 fix a frontend locking bug
# eSatipQuirkRtpOverTcp = 0x08 support for RTP over TCP
# eSatipQuirkCiXpmt = 0x10 support the X_PMT protocol extension
# eSatipQuirkCiTnr = 0x20 support the TNR protocol extension
# eSatipQuirkForcePilot = 0x40 fix not-supported auto-detection of pilot tones
#
# the quirks parameter must be the summary of the single quirks needed
# Warning: specify <description> always without spaces - the gentoo vdr framework
# will break parameters
# no default parameters
# uncomment the next line and add your personal settings,
# depend on the infos from ahead
#
#_EXTRAOPTS="--devices 1 --server 192.168.166.146|DVBS2-1|EXIP414:0x40"
#_EXTRAOPTS="--devices 1 --server=192.168.166.129|DVBC-1|fritzdvbc:0x6"
#_EXTRAOPTS="--devices 4"
Display More
Vielleicht hilft das?
Grüsse
Martin