Skip to content

Instantly share code, notes, and snippets.

@sudosanet
Last active December 5, 2015 12:59
Show Gist options
  • Save sudosanet/35924ae309f12077e2cc to your computer and use it in GitHub Desktop.
Save sudosanet/35924ae309f12077e2cc to your computer and use it in GitHub Desktop.
LinuxにTBS6922ドライバをインストールできるかもしれないスクリプト
sudo apt-get install build-essential unzip linux-headers-`uname -r`
mkdir tbs
cd tbs
# wget http://www.tbsdtv.com/download/document/common/tbs-linux-drivers_v150728.zip
wget http://www.tbsdtv.com/download/document/common/tbs-linux-drivers_v151105.zip
unzip tbs-linux-drivers_v151105.zip
tar xfv linux-tbs-drivers.tar.bz2
cd linux-tbs-drivers/
#x86_64の場合,X86の時はtbs-x86.shを、X86(kernel3.x)のときはtbs-x86_r3.shを実行
make distclean
./v4l/tbs-x86_64.sh
make
sudo make install
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment