neumoDVB

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Sorry mind not engaged.
This -
Python etc..png
 

frankviana

Member
Joined
Jan 10, 2006
Messages
191
Reaction score
154
Points
43
Age
43
My Satellite Setup
Satellites/tv
My Location
Brazil
Hi friends.

I think this is second time testing neumodvb, but first using this hardware configuration.

I found 2 problems:

1: After spectrum, when blindscan H polarization, the software crash (desappear). All OK using V polarization;

frank@frank-X99:~$ ~/neumodvb/gui/neumodvb.py
loading options from /home/frank/neumodvb/config/neumodvb.cfg
python3: /home/frank/neumodvb/src/receiver/streamparser/section.cc:1445: bool dtdemux::stored_section_t::parse_nit_section(dtdemux::nit_network_t &, dtdemux::section_header_t &): Assertion `tst1 == this->available()' failed.
Abortado (imagem do núcleo gravada)
frank@frank-X99:~$


2: How to decrease spectrum zoom? I don't see all frequencies. No way to change the font size?

Thanks and @deeptho congratulations for the sofware. Tests now using 6903-X
 

Attachments

  • Captura de tela de 2023-07-10 14-51-48.png
    Captura de tela de 2023-07-10 14-51-48.png
    366.6 KB · Views: 14
  • Captura de tela de 2023-07-10 13-52-04.png
    Captura de tela de 2023-07-10 13-52-04.png
    371.7 KB · Views: 12
  • Captura de tela de 2023-07-10 13-50-54.png
    Captura de tela de 2023-07-10 13-50-54.png
    1.9 MB · Views: 10
  • Captura de tela de 2023-07-10 13-49-42.png
    Captura de tela de 2023-07-10 13-49-42.png
    169.7 KB · Views: 10
  • Captura de tela de 2023-07-10 13-48-45.png
    Captura de tela de 2023-07-10 13-48-45.png
    457.2 KB · Views: 10
  • Captura de tela de 2023-07-10 13-33-22.png
    Captura de tela de 2023-07-10 13-33-22.png
    986.4 KB · Views: 10
  • Captura de tela de 2023-07-10 13-29-52.png
    Captura de tela de 2023-07-10 13-29-52.png
    1.6 MB · Views: 11
  • Captura de tela de 2023-07-10 13-24-43.png
    Captura de tela de 2023-07-10 13-24-43.png
    1.1 MB · Views: 9
  • Captura de tela de 2023-07-10 13-07-03.png
    Captura de tela de 2023-07-10 13-07-03.png
    1.9 MB · Views: 9
  • Captura de tela de 2023-07-10 13-04-07.png
    Captura de tela de 2023-07-10 13-04-07.png
    391.4 KB · Views: 14

frankviana

Member
Joined
Jan 10, 2006
Messages
191
Reaction score
154
Points
43
Age
43
My Satellite Setup
Satellites/tv
My Location
Brazil
More questions:

Any way to:

1: Use external player (vlc, tsreader, etc)
2: Oscam
3: Plugins (pwu emu, acamd, nvemu)
4: Record .ts file?

Thx.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
2: How to decrease spectrum zoom? I don't see all frequencies. No way to change the font size?
frankviana, click on the ✠ icon and use your left or right buttons to increase or decrease spectrum or change the positioning in the chart.
 

frankviana

Member
Joined
Jan 10, 2006
Messages
191
Reaction score
154
Points
43
Age
43
My Satellite Setup
Satellites/tv
My Location
Brazil
How to identify S2x signal?
 

frankviana

Member
Joined
Jan 10, 2006
Messages
191
Reaction score
154
Points
43
Age
43
My Satellite Setup
Satellites/tv
My Location
Brazil
After scan some satellites, I have this error:

frank@frank-X99:~$ ~/neumodvb/gui/neumodvb.py
loading options from /home/frank/neumodvb/config/neumodvb.cfg
Traceback (most recent call last):
File "/home/frank/neumodvb/gui/neumodvb.py", line 724, in <module>
neumodvb = NeumoGui()
File "/home/frank/neumodvb/gui/neumodvb.py", line 627, in __init__
self.live_service_screen = LiveServiceScreen(self)
File "/home/frank/neumodvb/gui/neumodvb/livescreen.py", line 64, in __init__
self.make_screen()
File "/home/frank/neumodvb/gui/neumodvb/livescreen.py", line 83, in make_screen
self.set_service_screen(service, sort_order=sort_order)
File "/home/frank/neumodvb/gui/neumodvb/livescreen.py", line 218, in set_service_screen
ret = self.set_service_screen_(txn, service, sat, sort_order)
File "/home/frank/neumodvb/gui/neumodvb/livescreen.py", line 233, in set_service_screen_
assert h.h.service_sort_order != 0
AssertionError
terminate called without an active exception
Abortado (imagem do núcleo gravada)
frank@frank-X99:~$


EDIT: Solved after delete database "chdb.mdb"
 
Last edited:

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
741
Reaction score
458
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe
You have to type at this stage (or paste)
import wx
wx.version()
 

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
741
Reaction score
458
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
741
Reaction score
458
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe
Hi friends.

I think this is second time testing neumodvb, but first using this hardware configuration.

I found 2 problems:

1: After spectrum, when blindscan H polarization, the software crash (desappear). All OK using V polarization;

frank@frank-X99:~$ ~/neumodvb/gui/neumodvb.py
loading options from /home/frank/neumodvb/config/neumodvb.cfg
python3: /home/frank/neumodvb/src/receiver/streamparser/section.cc:1445: bool dtdemux::stored_section_t::parse_nit_section(dtdemux::nit_network_t &, dtdemux::section_header_t &): Assertion `tst1 == this->available()' failed.
Abortado (imagem do núcleo gravada)
frank@frank-X99:~$

The usual problem is incorrect versions of driver or application. And of course: in the absence of any useful debug information , there is nothing I can do.
2: How to decrease spectrum zoom? I don't see all frequencies. No way to change the font size?

Thanks and @deeptho congratulations for the sofware. Tests now using 6903-X
Font size should scale with the overall font size set by the user in the gui. It was chosen for a good compromise. The dark screens have larger fonts as this is meant for viewing TV (use on ST:cool:. The other screens have smaller fonts so as to fit all information.
 

frankviana

Member
Joined
Jan 10, 2006
Messages
191
Reaction score
154
Points
43
Age
43
My Satellite Setup
Satellites/tv
My Location
Brazil
The usual problem is incorrect versions of driver or application. And of course: in the absence of any useful debug information , there is nothing I can do.

Font size should scale with the overall font size set by the user in the gui. It was chosen for a good compromise. The dark screens have larger fonts as this is meant for viewing TV (use on ST:cool:. The other screens have smaller fonts so as to fit all information.

How to set font size (user in the gui)? I don't understood where I see the other screens

Thx
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
There seems to be one extra digit in the version number, which causes a small problem
Very strange. I'll have to look around for a different version.
 

RyLe

Member
Joined
Sep 14, 2011
Messages
29
Reaction score
5
Points
3
Age
44
Location
France
My Satellite Setup
Wavefrontier T90, 8W to 28.2E
TBS 6909-X, TBS 6904SE, TBS 6983
My Location
France
Hi Deeptho, I have a question for you since you have both 6903-X and 6909-X.
Between the two, is the best card to buy the 6909-X since it can scan faster than the 6903-X using your parallel blindscan technique ?
TBS specs for the two cards differ on the support for 128APSK and 256APSK; since both use STiD135, does the difference come from the FPGA configuration or the internal links ?
Why would the 6909-X cost a little less than the 6903-X ?
 

CrazyCat

Regular Member
Joined
Oct 18, 2012
Messages
139
Reaction score
213
Points
43
Website
crazycat69.narod.ru
My Satellite Setup
13E 4.8E 4W: Dish Variant CA-902 0.95m + 3xLNB Ku-Universal DreamSat DS8 + DiseqC 1.0
30W-95E: Dish Strong 0.95m + LNB Ku-Universal ALPS BSTE8-751B + Motor PowerTech DG240
OpenBox X-800
TT S-1401 PCI
Omicom S2 PCI
TBS 5980 USB2.0
My Location
Ukraine, Kharkov
cards have same FFT scan capabilities (4 fft scan cells)
6903x more suitable for HTS transponders receiving (two parallel TS buses) + heatsink
6909x for regular streaming applications (8x transponder DVB-S2,8PSK,30000Ks)
 

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
741
Reaction score
458
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe
Very strange. I'll have to look around for a different version.
No, don't. That version seems to work for you, so all that is needed is a small change to proerly detect
the version number. I have already implemented it and it will be in some future version. Right now I am
improving the speed of skyuk epg processing. 7 days worth of epg in less than 30 seconds. :->
 

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
741
Reaction score
458
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe
Hi Deeptho, I have a question for you since you have both 6903-X and 6909-X.
Between the two, is the best card to buy the 6909-X since it can scan faster than the 6903-X using your parallel blindscan technique ?
TBS specs for the two cards differ on the support for 128APSK and 256APSK; since both use STiD135, does the difference come from the FPGA configuration or the internal links ?
Why would the 6909-X cost a little less than the 6903-X ?
There are a couple of differences:
-6909x is probably more expensive
-6909x has 4 inputs instead of 2 for 6903x
-but the chip is the same. So the support for standards is also the same. Both cards have 4 tuners and 8 demods.
All 4 tuners can connect to all available RF connectors.
-Like crazycat explained: the chip is connected in a different way to the the FPGA that transfers the data from the chip to
the computer on 6903x versus 6909x. This small difference is actually a major disadvantage for the 6903x as it prevents
me from using all 8 demodulators at once. The problem is that data can only be gotten out of the chip for 2 demods in parallel
and not for 8. I tried to find workarounds for that, but had to give up.

So for the user, blindscan is 4x slower on 6903x and only 2 muxes can be tuned at once. For 6909x 8 muxes can be tuned at once
and thus blindscan is also 4x faster.

I have been wondering if this 6903x problem could be solved by reprogramming the fpga (which I cannot do anyway, but
tbs could do that. They won't do that anyway because it is a bad business decision) or it would need hardware modifications (making it practically impossible).

I have the 6909x card and am very happy with it. There are other cards which can do a few things better (like very low symbol rate
or automatic pls code searching), but 6909x provides the best spectrum, the fastest scanning and the most standards.
And TBS has been very helpful in problem solving and the documentation of the chip, while far from perfect, is much better than for
other cards.

With some slight hardware changes, these cards could do a lot more, like supporting "waterfall spectrum" display, tuning
very low symbol rate muxes and even supporting new modulation schemes in software., This is because the chip can capture
raw radio samples. The only problem is that the outputs are not connected to the FPGA and/or the FPGA would need to
be reprogrammed.

it is a pity that some functionality on these cards cannot be unlocked.

Just be careful where you buy the card: when you order directly from china, you risk huge import taxes.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
No, don't. That version seems to work for you, so all that is needed is a small change to proerly detect
the version number. I have already implemented it and it will be in some future version. Right now I am
improving the speed of skyuk epg processing. 7 days worth of epg in less than 30 seconds. :->
What happens, is that a section of Services appears in the video screen if I tune a channel from Services.

(Tuning a channel from Channel list has an empty screen, even in toggle overlay, which normally shows signal values).

Otherwise, it (Manjero) is performing well for spectrum scanning with all my cards, which is what I'm more interested in.

Services in Video screen.pngServices.png
 

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
741
Reaction score
458
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe
What happens, is that a section of Services appears in the video screen if I tune a channel from Services.

(Tuning a channel from Channel list has an empty screen, even in toggle overlay, which normally shows signal values).

Otherwise, it (Manjero) is performing well for spectrum scanning with all my cards, which is what I'm more interested in.

View attachment 150896
That could be due to something in the new version of wxwidgets, or some other problem related to manjaro
 

RyLe

Member
Joined
Sep 14, 2011
Messages
29
Reaction score
5
Points
3
Age
44
Location
France
My Satellite Setup
Wavefrontier T90, 8W to 28.2E
TBS 6909-X, TBS 6904SE, TBS 6983
My Location
France
So if I understand correctly, outside of HTS use (for internet for example ?) the 6909-X is better suited for feedhunting than the 6903-X ?
The absence of a "big" heatsink doesn't make the 6909-X too hot when parallel blindscanning ?

For very low symbol rates I think I saw receptions of small TP for radios using 6903-X /6909-X so it should be quite OK on this side (even if I think you may be talking about cards like a 6983 that I already got). I also got a 6904SE for the PLS auto discovery if that's what you meant.


For the price question, in Europe/France the 6909-X is ~35€ cheaper than the 6903-X using tbs-technology.de and about 30€ cheaper using amazon.com, shipping and taxes included.

I will probably buy the 6909-X if that's the better choice for purely feedhunting, but I will need your help with the current bug (?) that makes neumodvb crash on my machine when I try to view a channel.
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
Hello friends ;
I use 3 programs in ubuntu Tvheadend, Openpli PC-TV and Kodi (I keep getting the same errors while trying to install neumodvb, what should I do to fix these errors.)

Thank you in advance for your help.
 

Attachments

  • rapor.txt
    120.6 KB · Views: 7
Top