Moderator Control Panel ]

TBS 5220 Drivers and Fedora 22

TBS 5220 Drivers and Fedora 22

Postby sp00ge » Fri Oct 16, 2015 4:27 pm

Hi,

I'm trying to install the TBS 5220 drivers on Fedora 22 and running into issues.
I followed the readme file and can compile and make the drivers fine, but after rebooting the machine the TBS 5220 isn't detected properly.

Code: Select All Code
[root@F22-Test 4.1.10-200.fc22.x86_64]# uname -a
Linux F22-Test.testlab.co.uk 4.1.10-200.fc22.x86_64 #1 SMP Mon Oct 5 14:22:49 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux


Code: Select All Code
[root@F22-Test 4.1.10-200.fc22.x86_64]# lsusb
Bus 001 Device 002: ID 734c:5220 TBS Technologies China
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


Code: Select All Code
[root@F22-Test 4.1.10-200.fc22.x86_64]# dmesg | grep QBOX
[root@F22-Test 4.1.10-200.fc22.x86_64]# dmesg | grep dvb
[   13.155775] dvb_usb_tbs5220: module verification failed: signature and/or required key missing - tainting kernel
[root@F22-Test 4.1.10-200.fc22.x86_64]# ls /dev/dvb*
ls: cannot access /dev/dvb*: No such file or directory


Code: Select All Code
[root@F22-Test 4.1.10-200.fc22.x86_64]# lsmod
Module                  Size  Used by
vmw_vsock_vmci_transport    32768  1
vsock                  36864  2 vmw_vsock_vmci_transport
dvb_usb_tbs5220        20480  0
dvb_usb                24576  1 dvb_usb_tbs5220
dvb_core              122880  1 dvb_usb
rc_core                28672  1 dvb_usb
coretemp               16384  0
ppdev                  20480  0
vmw_balloon            16384  0
parport_pc             28672  0
parport                40960  2 ppdev,parport_pc
shpchp                 40960  0
i2c_piix4              24576  0
acpi_cpufreq           20480  0
vmw_vmci               69632  1 vmw_vsock_vmci_transport
nfsd                  323584  1
auth_rpcgss            65536  1 nfsd
nfs_acl                16384  1 nfsd
lockd                  94208  1 nfsd
grace                  16384  2 nfsd,lockd
sunrpc                311296  7 nfsd,auth_rpcgss,lockd,nfs_acl
xfs                   929792  2
libcrc32c              16384  1 xfs
vmwgfx                180224  1
drm_kms_helper        122880  1 vmwgfx
ttm                    94208  1 vmwgfx
drm                   331776  4 ttm,drm_kms_helper,vmwgfx
serio_raw              16384  0
vmxnet3                57344  0
vmw_pvscsi             24576  2
ata_generic            16384  0
pata_acpi              16384  0


A copy of my dmesg can be found at http://pastebin.com/rG8X5xf2

Thanks,
sp00ge
 
Posts: 4
Joined: Thu Oct 15, 2015 8:36 pm

Re: TBS 5220 Drivers and Fedora 22

Postby xiaocao » Fri Oct 16, 2015 5:50 pm

hi ,

1. delete the media .
rm -rf /lib/modules/4.1.10-200.fc22.x86_64/kernel/drivers/media

2. enter the driver source dir ,
cd linux-tbs-drivers
make install


best regards !
xiaocao
 
Posts: 71
Joined: Tue Jun 25, 2013 5:48 pm

Re: TBS 5220 Drivers and Fedora 22

Postby sp00ge » Fri Oct 16, 2015 6:00 pm

xiaocao Wrote:hi ,

1. delete the media .
rm -rf /lib/modules/4.1.10-200.fc22.x86_64/kernel/drivers/media

2. enter the driver source dir ,
cd linux-tbs-drivers
make install


best regards !


Thank you xiaocao !!!!!
I can now confirm that the device is being recognised and loaded properly.

Code: Select All Code
[root@F22-Test ~]# dmesg -T | grep dvb
[Fri Oct 16 10:58:02 2015] dvb-usb: found a 'TBS 5220 USB2.0' in cold state, will try to load a firmware
[Fri Oct 16 10:58:03 2015] dvb-usb: downloading firmware from file 'dvb-usb-tbsqbox-id5220.fw'
[Fri Oct 16 10:58:03 2015] dvb-usb: found a 'TBS 5220 USB2.0' in warm state.
[Fri Oct 16 10:58:03 2015] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[Fri Oct 16 10:58:05 2015] dvb-usb: MAC address reading failed.
[Fri Oct 16 10:58:05 2015] dvb-usb: no frontend was attached by 'TBS 5220 USB2.0'
[Fri Oct 16 10:58:05 2015] dvb-usb: schedule remote query interval to 150 msecs.
[Fri Oct 16 10:58:05 2015] dvb-usb: TBS 5220 USB2.0 successfully initialized and connected.
[Fri Oct 16 10:58:05 2015] dvb-usb: TBS 5220 USB2.0 successfully deinitialized and disconnected.
[Fri Oct 16 10:58:06 2015] dvb-usb: found a 'TBS 5220 USB2.0' in cold state, will try to load a firmware
[Fri Oct 16 10:58:06 2015] dvb-usb: downloading firmware from file 'dvb-usb-tbsqbox-id5220.fw'
[Fri Oct 16 10:58:07 2015] dvb-usb: found a 'TBS 5220 USB2.0' in warm state.
[Fri Oct 16 10:58:07 2015] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[Fri Oct 16 10:58:08 2015] dvb-usb: MAC address: ff:ff:ff:ff:ff:ff
[Fri Oct 16 10:58:35 2015] dvb-usb: schedule remote query interval to 150 msecs.
[Fri Oct 16 10:58:35 2015] dvb-usb: TBS 5220 USB2.0 successfully initialized and connected.


Thank you again for your prompt reply and help !
sp00ge
 
Posts: 4
Joined: Thu Oct 15, 2015 8:36 pm

Re: TBS 5220 Drivers and Fedora 22

Postby sp00ge » Fri Oct 16, 2015 8:09 pm

Well, after configuring TVHeadend and doing a scan, it found a few channels and now my TBS 5220 has stopped responding.
I have rebooted the machine but keep seeing the following error regarding no frontend being attached.

Code: Select All Code
[   14.125039] dvb-usb: found a 'TBS 5220 USB2.0' in cold state, will try to load a firmware
[   14.241243] dvb-usb: downloading firmware from file 'dvb-usb-tbsqbox-id5220.fw'
[   14.637443] dvb-usb: found a 'TBS 5220 USB2.0' in warm state.
[   14.637567] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[   15.869739] dvb-usb: MAC address: ff:ff:ff:ff:ff:ff
[   15.974306] dvb-usb: no frontend was attached by 'TBS 5220 USB2.0'
[   15.978074] dvb-usb: schedule remote query interval to 150 msecs.
[   15.978078] dvb-usb: TBS 5220 USB2.0 successfully initialized and connected.


I'm not physically able to disconnect and reconnect the USB device at present, but will try later to see if it resolves the issue.
sp00ge
 
Posts: 4
Joined: Thu Oct 15, 2015 8:36 pm


Return to Linux

Who is online

Users browsing this forum: No registered users and 1 guest