Proper Installation TBS 5922 in Debian Jesee and Ubuntu
Posted: Tue Jun 23, 2015 9:46 am
Hello. It has been a problem to install the drivers for this device. But I noticed that the instructions are contradictory. If you look at the drivers folder there are 2, 3 types of instructions for installing TBS 5922.
You can look at the README file folder and look at the file in the main directory of the drivers file. Besides indicating that file follow the instructions of a previous model (5921)
In any case, all are deprecated.
Here the correct instructions to install Debian Jessie (and probably Ubuntu):
You can look at the README file folder and look at the file in the main directory of the drivers file. Besides indicating that file follow the instructions of a previous model (5921)
In any case, all are deprecated.
Here the correct instructions to install Debian Jessie (and probably Ubuntu):
- Code: Select All Code
su -
apt-get update
apt-get install linux-headers-`uname -r`
mkdir /lib/firmware
unzip tbs-linux-drivers_v150525.zip -d tbs
cd tbs
mv dvb-usb-tbsqbox-id5922.fw /lib/firmware/
tar xjvf linux-tbs-drivers.tar.bz2
cd linux-tbs-drivers
./v4l/tbs-x86_64.sh (if kernel 64) ----- ./v4l/tbs-x86.sh (if kernel x86)
make
make install
shutdown -r now
dmesg | grep QBOX