Skip to content

TBS linux open source drivers - DKMS Installer script

Notifications You must be signed in to change notification settings

vassilit/TBS_DTV_DKMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TBS linux open source drivers - DKMS Installer script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%