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