Page 1 of 2
TBS6920 & MOI+

Posted:
Sun Feb 21, 2016 10:06 pm
by simonjboyle
I have a TBS6920 installed in my moi+ box, but the adapter is not appearing in the tvheadend gui. Does anyone know if its possible to get this card working with the moi+, or even how to tell if the os is recognising it using SSH?
Thanks
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 12:22 am
by SergioDanielG
Hi simonjboyle.
You can try login in to MOI+ using ssh, then:
- Code: Select All Code
# ls /dev/dvb
Output must be like
adapter0 adapter1
One adapter per each tuner on your device.
If you have adapters:
- Code: Select All Code
# dvbsnoop -s feinfo -adapter x
Where "x" is adapter's number
In my case, for adapter 0, output is
- Code: Select All Code
dvbsnoop V1.4.50 -- http://dvbsnoop.sourceforge.net/
---------------------------------------------------------
FrontEnd Info...
---------------------------------------------------------
Device: /dev/dvb/adapter0/frontend0
Basic capabilities:
Name: "TurboSight TBS 6903 DVBS/S2 frontend"
Frontend-type: QPSK (DVB-S)
Frequency (min): 950.000 MHz
Frequency (max): 2150.000 MHz
Frequency stepsiz: 1.011 MHz
Frequency tolerance: 5.000 MHz
Symbol rate (min): 1.000000 MSym/s
Symbol rate (max): 67.500000 MSym/s
Symbol rate tolerance: 0 ppm
Notifier delay: 0 ms
Frontend capabilities:
auto inversion
FEC 1/2
FEC 2/3
FEC 3/4
FEC 4/5
FEC 5/6
FEC 6/7
FEC 7/8
FEC AUTO
QPSK
Current parameters:
Frequency: 1920.000 MHz
Inversion: AUTO
Symbol rate: 30.000000 MSym/s
FEC: FEC 5/6
Kind regards.
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 5:27 am
by simonjboyle
Hi SergioDanielG and thanks
I did this but no adapters are listed.
- Code: Select All Code
[root@moi /]# ls -ls /dev/dvb
total 0
[root@moi /]#
My TBS 6920 card is not on the compatability list for the MOI+, is that why they do not appear do you think?
If not, is there a way of getting the required drivers on there? Suppose I would need arm drivers (may have to compile them?)
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 7:03 pm
by costan
Please post /var/log/messages file contents, as well as dmesg command output (use ssh as before).
Probably you need the firmware file.
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 7:51 pm
by simonjboyle
Hmmm, thanks all.
I have had this reply from TBS support - for anyone else trying to do this, I am posting below:
-----
Hi Simon
Sorry that MOI+ can not use with 6920, as TBS6920 PCI-E bridge code can not compiled in MOI+,so this is why
we have not added this support ,if you want to use DVB-S tuner with MOI+,you can have a look at our TBS6922SE.
Thanks
Kind regards
-----
I'm not sure its worth pursuing anymore, any thoughts?..
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 8:37 pm
by simonjboyle
dmesg output attached
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 8:38 pm
by costan
simonjboyle Wrote:dmesg output attached
??? I don't see it...???
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 8:39 pm
by simonjboyle
Sorry posted now!
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 8:43 pm
by costan
simonjboyle Wrote:Sorry posted now!
Unfortunately the TBS support was right.
It's the entire driver missing, not just the firmware.
Maybe you can try to cross compile the kernel module, but I managed to cross compile user-space code only. Never tried with the kernel side.
Re: TBS6920 & MOI+

Posted:
Mon Feb 22, 2016 8:46 pm
by simonjboyle
Thanks costan, as I suspected.. New card it is then.... I have a TBS 6982 to try next!