Autor Thema: New blind scan for DVB-C/T  (Gelesen 31347 mal)

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
New blind scan for DVB-C/T
« am: Mai 11, 2015, 07:53:18 Vormittag »
My name on openPli forum Dimitrij.
I want to add to the PLi image of the blind scan for sundtek tuners.
Show me examples of these command:
DVB-C  mediaclient --?
DVB-T  mediaclient --?

P.S.
mr. Sundtek my order 'Order No. 9692' for shop.sundtek.com
What do I do next?

« Letzte Änderung: Mai 11, 2015, 08:09:18 Vormittag von Dima73 »

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #1 am: Mai 11, 2015, 10:58:26 Vormittag »
Hi,

first of all the device needs to be set up into DVB-C or DVB-T/T2 mode - this is usually done with the sundtek control center.

Second of it the Blindscan feature is currently the same for DVB-C and DVB-T (because the DVB-T options are currently not exposed to the user).

DVB-T/T2 officially does not support hardware based Blindscan with the new devices, the devices are just able to scan DVB-T/T2 very fast so there's no noticeable difference but T/T2 would need some information eg. start frequency, stop frequency, frequency step at the moment we set up default values for Germany.
I think those values should be adjustable via the Controlcenter within the next updates.

Regular blindscan on the console, on any linux system:
/opt/bin/mediaclient --blindscan /dev/dvb/adapter0/frontend0

or in case of settopboxes
/opt/bin/mediaclient --blindscan NIMSOCKETNUMBER
Failure is a good thing! I'll fix it

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #2 am: Mai 11, 2015, 11:43:46 Vormittag »
Thank you.
So blind scan to add to openPli only DVB-T/T2 mode.

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #3 am: Mai 11, 2015, 12:54:36 Nachmittag »
I think those values should be adjustable via the Controlcenter within the next updates.
Great idea.
+
create a blind scan for the DVB-S2 tuners(Sundtek SkyTV Ultimate)
and add this options for scan Controlcenter.

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #4 am: Mai 11, 2015, 05:35:47 Nachmittag »
Since we updated our driver framework to support Blindscan in general it's all no problem now.

We'll update the drivers to support Blindscan for DVB-S/S2 once the new devices are available, I think it should even be possible to add Blindscan support for all our DVB-S/S2 products.
Failure is a good thing! I'll fix it

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #5 am: Mai 12, 2015, 10:14:55 Vormittag »
Thank you very much to order :)

And the question:
Three possible settings tuners add /etc/sundtek.conf?
If yes i will add the setting for the third tuner in SCC.

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #6 am: Mai 12, 2015, 12:01:07 Nachmittag »
initial_dvb_mode you mean? The Sundtek Controlcenter supports all that already.
Failure is a good thing! I'll fix it

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #7 am: Mai 12, 2015, 12:23:48 Nachmittag »
initial_dvb_mode you mean? The Sundtek Controlcenter supports all that already.
No.
Now it supports only two usb stick simultaneously.
Add support third stick for Sundtek Controlcenter.

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #8 am: Mai 12, 2015, 12:38:36 Nachmittag »
Ah, yes.

The number of tuners supported should be limited by the number of vtuner interfaces in /dev/misc

And the number of tuners available can be figured out by running /opt/bin/mediaclient -e
Failure is a good thing! I'll fix it

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #9 am: Juni 04, 2015, 06:29:15 Nachmittag »
Ah, yes.

The number of tuners supported should be limited by the number of vtuner interfaces in /dev/misc

And the number of tuners available can be figured out by running /opt/bin/mediaclient -e
root@et8000:~# mediaclient --blindscan 3
waiting for 1 seconds
OK 474000 0 FEC_AUTO NOT_IMPLEMENTED INVERSION_OFF
OK 490000 0 FEC_AUTO NOT_IMPLEMENTED INVERSION_OFF
OK 514000 0 FEC_AUTO NOT_IMPLEMENTED INVERSION_OFF
OK 570000 0 FEC_AUTO NOT_IMPLEMENTED INVERSION_OFF
OK 586000 0 FEC_AUTO NOT_IMPLEMENTED INVERSION_OFF
OK 618000 0 FEC_AUTO NOT_IMPLEMENTED INVERSION_OFF
scan took 26540 ms (found 6 muxes)
1)
This DVB-T frequency.
What is the answer scanning DVB-T2?
2)What is the third value(0)?

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #10 am: Juni 04, 2015, 07:10:08 Nachmittag »
Can you run --blindscan /dev/dvb/adapter1/frontend0

Failure is a good thing! I'll fix it

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #11 am: Juni 04, 2015, 07:50:00 Nachmittag »
Can you run --blindscan /dev/dvb/adapter1/frontend0


root@et8000:~# mediaclient --blindscan /dev/dvb/adapter1/frontend0
Succeeded this device supports Hardware Blindscan
MODE: DVB-T FREQUENCY: 474000000 BANDWIDTH: 8000000
MODE: DVB-T FREQUENCY: 490000000 BANDWIDTH: 8000000
MODE: DVB-T FREQUENCY: 514000000 BANDWIDTH: 8000000
MODE: DVB-T FREQUENCY: 570000000 BANDWIDTH: 8000000
MODE: DVB-T FREQUENCY: 586000000 BANDWIDTH: 8000000
MODE: DVB-T FREQUENCY: 618000000 BANDWIDTH: 8000000
MODE: DVB-T FREQUENCY: 770000000 BANDWIDTH: 8000000

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #12 am: Juni 04, 2015, 08:01:08 Nachmittag »


root@et8000:~# ls -la /dev/dvb/
drwxrwxrwx    3 root     root            60 Jan  1  1970 .
drwxr-xr-x   14 root     root          3020 Jun  4 18:08 ..
drwxr-xr-x    2 root     root           660 Jun  4 18:08 adapter0
How does it work?
I do not have /dev/dvb/adapter1/frontend0

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #13 am: Juni 04, 2015, 08:29:32 Nachmittag »
Our driver operates with virtual nodes, it does not need to register them for real.

Since you're trying to integrate it into e2 I think it might be better to contact us via skype (sundtek) or chat http://chat.sundtek.de
Failure is a good thing! I'll fix it

Dima73

  • Jr. Member
  • **
  • Beiträge: 91
    • Profil anzeigen
Re:New blind scan for DVB-C/T
« Antwort #14 am: Juni 05, 2015, 07:57:43 Vormittag »
I only care about one issue.
How does the scanning DVB-T2?
There is a value PLP ID?