2015-09-17 11:42:01 +02:00
|
|
|
# DDBridge Driver
|
2015-09-07 16:50:43 +02:00
|
|
|
|
2024-03-26 22:16:18 +01:00
|
|
|
Device driver for all Digital Devices DVB demodulator and modulator cards.
|
|
|
|
|
2017-05-19 16:59:30 +02:00
|
|
|
### Patches
|
2017-05-19 15:48:35 +02:00
|
|
|
We can only accept patches which don't break compilation for older kernels (as far back as 2.6.37).
|
|
|
|
|
2018-02-09 20:51:12 +01:00
|
|
|
Due to this and other changes not approved by us the kernel version of the ddbridge driver might contain
|
|
|
|
incompatiblities to this driver package.
|
|
|
|
|
2021-03-09 22:14:14 +01:00
|
|
|
For installation instructions see:
|
|
|
|
|
|
|
|
http://support.digital-devices.eu/index.php?article=152
|
2015-09-07 16:50:43 +02:00
|
|
|
|
|
|
|
|
2024-03-26 22:16:18 +01:00
|
|
|
To compile against the dvb-core of a current kernel compile with KERNEL_DVB_CORE=y:
|
|
|
|
|
|
|
|
make KERNEL_DVB_CORE=y install
|
|
|
|
|
|
|
|
This will only work with current mainline kernels.
|
|
|
|
|
|
|
|
Some features will also not work correctly with the mainline kernel dvb-core:
|
|
|
|
|
|
|
|
- some devices will have fewer delivery systems enumerated
|
|
|
|
if one you need is missing you will have to fix it yourself
|
|
|
|
|
|
|
|
- the DTV_INPUT property will not work
|
|
|
|
|
|
|
|
- local bugfixes in dvb-core will be missing
|
|
|
|
|
|
|
|
- Some device names will be different because they do not exist in the kernel
|
|
|
|
|
|
|
|
Also, do not forget to delete old dvb-core modules from e.g. /lib/modules/x.y.z-amd64/updates/ !
|