Yes, this is.
Well... can we start again?
- Code: Select All Code
sudo su
# apt-get install linux-headers-$(uname -r)
# cd /usr/src
# mkdir tbsdriver
# cd tbsdriver
# wget http://www.tbsdtv.com/download/document/common/tbs-linux-drivers_v120216.zip
# unzip -e tbs-linux-drivers_v120216.zip
# tar xjvf linux-tbs-drivers.tar.bz2
# cd linux-tbs-drivers
# make clean
# make distclean
# ./v4l/tbs-x86_64.sh
# make
(this folder are not in Debian, I need do it)
# mkdir -p /lib/modules/3.2.0-1-amd64/kernel/drivers/media/video/m5mols/
# mkdir -p /lib/modules/3.2.0-1-amd64/kernel/drivers/media/common/saa716x/
# mkdir -p /lib/modules/3.2.0-1-amd64/kernel/drivers/media/dvb/ddbridge/
# mkdir -p /lib/modules/3.2.0-1-amd64/kernel/drivers/media/../linux/drivers/media/
# checkinstall -D
( When run checkinstal, select "y"es to make doc package and change option 3 to something like 20120216, or other that start with a number.
The process fail to install .deb package becouse need to overwrite some files. Don't worry.)
# dpkg --force-overwrite -i linux-tbs_20120216-1_amd64.deb
(or the .deb package generated by checkinstall)
# shutdown -r now
If you have some errors or some warings, please, copy and post here.
Remember, if you upgrade the kernel, it overwrite this package and you need to compile aganin.
Best regards.