Driver installation for DigitalDevices
DigitalDevices is a hardware manufacturer specialized on DVB devices: tuners, modulators.
Installation
Section titled “Installation”Use the official DigitalDevices script to install the driver. Run the command as root or with sudo:
curl -sSf http://linuxsupport.digital-devices.eu/dddvb_build.sh | sudo bash -s -- -gThe -g option tells the script to build the latest driver version from the Git repository.
The script installs the required packages, downloads the driver source code, and builds the driver for the current kernel.
When the installation is complete, reboot the server. Then check that the driver is installed correctly.
Check Driver
Section titled “Check Driver”To check if the driver has been installed correctly, list adapters in the dvb directory:
ls /dev/dvbShould be listed all adapters installed in the system. For example:
adapter0 adapter1 adapter2 adapter3 ...Troubleshooting
Section titled “Troubleshooting”If you have any issues with your DVB Adapters, please check Troubleshooting