Autor Thema: SkyTV Ultimate III network mode Diseqc problem  (Gelesen 10664 mal)

yaapu

  • Newbie
  • *
  • Beiträge: 5
    • Profil anzeigen
SkyTV Ultimate III network mode Diseqc problem
« am: Februar 19, 2013, 07:26:10 Nachmittag »
Hi,
I'm looking for help on making diseqc work in network mode.

2 satellites, HotBird (diseqc port 0) + Astra (diseqc port 1) on a diseqc 1.2 compliant switch

1) my working setup (networking off):
- raspberrypi on debian
- usb sundtek stick with latest netinst driver
- latest tvheadend from git


2) my failing setup (network mode on)
system A (sat cable is here)
- raspberrypi on debian
- usb sundtek stick with latest netinst driver + network mode on
system B
- linux PC on debian wheezy
- latest sundtek netinst driver with network mount to system A
- latest tvheadend from git

The tvheadend configuration is the same on both setups, but on setup 1 when tvheadend starts the tuning the diseqc switch is correctely set to port A for hotbird scanning and to port B for astra scanning.
On setup 2 (network mode) I see from mediaserver log that system A receives diseqc port B switching request before tuning to every single transponder. This happens even if I only configure 1 diseqc port in tvheadend.

I tried to send diseqc commands from mediaclient but I allways get an unrecognized option as a result, do you have any ideas on how to troubleshoot this?

thanks a lot,

btw I love network mode :-)

Alex.

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:SkyTV Ultimate III network mode Diseqc problem
« Antwort #1 am: Februar 19, 2013, 07:58:06 Nachmittag »
I'm not sure when you installed the latest driver, there was a change in the burst port configuration.

You can switch manually by running
/opt/bin/mediaclient --secmini A -d /dev/dvb/adapter0/frontend0
or
/opt/bin/mediaclient --secmini B -d /dev/dvb/adapter0/frontend0

Diseqc commands are:
/opt/bin/mediaclient --diseqc "FF FF FF FF"  -d /dev/dvb/adapterN/frontend0

Replace FF with your commands.
Failure is a good thing! I'll fix it

yaapu

  • Newbie
  • *
  • Beiträge: 5
    • Profil anzeigen
Re:SkyTV Ultimate III network mode Diseqc problem
« Antwort #2 am: Februar 19, 2013, 08:57:42 Nachmittag »
I can confirm that on my setup diseqc commands are not being passed corretely via network mode, If I issue on system B (no sat cable here)
root@squeeze:~# /opt/bin/mediaclient --secmini A -d /dev/dvb/adapter0/frontend0
Using device: /dev/dvb/adapter0/frontend0
setting mini cmd
SEC MINI A
root@squeeze:~#

on system A I see (sat cable here)
2013-02-19 20:47:47 [14386] Waking up device
2013-02-19 20:47:48 [14386] voltage is off
2013-02-19 20:47:49 [14386] voltage is low/0
2013-02-19 20:47:49 [14386] diseqc send burst Modulated (SEC_MINI_B)
2013-02-19 20:47:49 [14386] voltage is off
2013-02-19 20:48:04 [14386] Enabling standby
2013-02-19 20:48:04 [14386] Device is now in standby

any more ideas?

Alex

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:SkyTV Ultimate III network mode Diseqc problem
« Antwort #3 am: Februar 19, 2013, 09:15:24 Nachmittag »
Are both systems using the latest driver?

/opt/bin/mediaclient --build
Failure is a good thing! I'll fix it

yaapu

  • Newbie
  • *
  • Beiträge: 5
    • Profil anzeigen
Re:SkyTV Ultimate III network mode Diseqc problem
« Antwort #4 am: Februar 19, 2013, 09:20:00 Nachmittag »
yes

system with physical adapter
root@raspbmc:~# /opt/bin/mediaclient --build
Build date: 2013-02-16 15:33:57
root@raspbmc:~#

system with virtual adapter (network)
root@squeeze:~# /opt/bin/mediaclient --build
Build date: 2013-02-16 15:33:57
root@squeeze:~#

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:SkyTV Ultimate III network mode Diseqc problem
« Antwort #5 am: Februar 19, 2013, 10:15:20 Nachmittag »
So wir haben das Bursttone Netzwerk-Argument etwas abgeändert, der Treiber wurde ebenfalls aktualisiert
« Letzte Änderung: Februar 19, 2013, 10:20:15 Nachmittag von Sundtek »
Failure is a good thing! I'll fix it

yaapu

  • Newbie
  • *
  • Beiträge: 5
    • Profil anzeigen
Re:SkyTV Ultimate III network mode Diseqc problem
« Antwort #6 am: Februar 20, 2013, 12:14:56 Vormittag »
great,
problem SOLVED with the new release!

root@raspbmc:~# /opt/bin/mediaclient --build
Build date: 2013-02-19 20:53:11
root@raspbmc:~#

thanks a lot!

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:SkyTV Ultimate III network mode Diseqc problem
« Antwort #7 am: Februar 20, 2013, 07:08:50 Nachmittag »
Just for your information there has been another update regarding the burst tone.
Failure is a good thing! I'll fix it

yaapu

  • Newbie
  • *
  • Beiträge: 5
    • Profil anzeigen
Re:SkyTV Ultimate III network mode Diseqc problem
« Antwort #8 am: Februar 21, 2013, 11:05:33 Vormittag »
Hi thanks a lot,
I had indeed tuning problems with the previous release, now the tuner is working beautifully.

Alex