https://github.com/janbar/tbs-dvb-driver
dkms build of TBS driver (pcie cards) with the stable branch of linux media stack
https://github.com/janbar/tbs-dvb-driver
Last synced: over 1 year ago
JSON representation
dkms build of TBS driver (pcie cards) with the stable branch of linux media stack
- Host: GitHub
- URL: https://github.com/janbar/tbs-dvb-driver
- Owner: janbar
- Created: 2023-03-17T18:12:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T17:41:36.000Z (over 1 year ago)
- Last Synced: 2025-03-27T23:41:48.966Z (over 1 year ago)
- Language: C
- Size: 1.39 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
ABOUT
=====
This contains source files and tools to build the TBS-ECP3 drivers with the
stable media stack of your Linux OS. The build is automated with DKMS to
install all required modules after each upgrade of the kernel tree.
FIRST
=====
Install DKMS if you haven't already, using the packages manager (apt, zypper),
then enable and start the service dkms.
Clone or download the right branch of this repository, depending on the kernel
version you are using:
- Branch v5.19: build drivers with Linux kernel version from 5.4 to 5.19.
- Branch v6.X : build drivers with Linux kernel version 6.X where X=MAJOR_REVISION i.e 6.2.
See below to install the required firmwares in path /lib/firmware/.
HOWTO
=====
cd /usr/src/
wget https://github.com/janbar/tbs-dvb-driver/archive/refs/heads/v6.13.tar.gz
tar xvfz v6.13.tar.gz
tar xvfz tbs-dvb-driver-6.13/dvb-firmwares.tar.gz -C /lib/firmware
chown root:root /lib/firmware/*.fw
dkms add tbs-dvb-driver/6.13
dkms build tbs-dvb-driver/6.13
dkms install tbs-dvb-driver/6.13
Once installed, the modules will be rebuilt and deployed when upgrading the
kernel. If not for any reason, type manually the install step with dkms.