Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 644 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 644 Bytes

TBS_DTV_DKMS

Very basic DKMS script for TBS DTV drivers from https://github.com/tbsdtv

DKMS will auto recompile these drivers on kernel updates

INSTALL

cd /usr/src
git clone https://github.com/marcusbirkin/TBS_DTV_DKMS.git
ln -s TBS_DTV_DKMS TBS_DTV_DKMS-github.com_tbsdtv
cd TBS_DTV_DKMS
git submodule update --init --recursive --depth=1
sudo dkms install -m TBS_DTV_DKMS -v github.com_tbsdtv

UPDATE

cd /usr/src/TBS_DTV_DKMS
git submodule update --recursive --remote
sudo dkms remove TBS_DTV_DKMS/github.com_tbsdtv -k $(uname -r)
sudo dkms install -m TBS_DTV_DKMS -v github.com_tbsdtv