Skip to content

Driver installation for DigitalDevices

DigitalDevices is a hardware manufacturer specialized on DVB devices: tuners, modulators.

Use the official DigitalDevices script to install the driver. Run the command as root or with sudo:

Terminal window
curl -sSf http://linuxsupport.digital-devices.eu/dddvb_build.sh | sudo bash -s -- -g

The -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.

To check if the driver has been installed correctly, list adapters in the dvb directory:

Terminal window
ls /dev/dvb

Should be listed all adapters installed in the system. For example:

adapter0 adapter1 adapter2 adapter3 ...

If you have any issues with your DVB Adapters, please check Troubleshooting