Driver installation for DigitalDevices
DigitalDevices is a hardware manufacturer specialized on DVB devices: tuners, modulators.
Auto Installation
Section titled “Auto Installation”You can install driver in automatically mode or manually. To install driver automatically run in console:
curl -sSf https://cdn.cesbo.com/astra/scripts/drv-dd.sh | shAfter server restart, check if the driver has been installed correctly.
Manual Installation
Section titled “Manual Installation”Prepare system
Section titled “Prepare system”To install drivers needed root privileges:
sudo -sInstall system utilities to build drivers from the source code:
apt -y install \ build-essential \ patchutils \ libproc-processtable-perl \ linux-headers-$(uname -r) \ gitRemove old media drivers:
rm -rf /lib/modules/$(uname -r)/extrarm -rf /lib/modules/$(uname -r)/kernel/drivers/mediarm -rf /lib/modules/$(uname -r)/kernel/drivers/staging/mediaInstall
Section titled “Install”Download latest driver from the official repository:
git clone -b 0.9.37 --depth=1 https://github.com/DigitalDevices/dddvb /usr/src/dddvbBuild drivers and install it:
cd /usr/src/dddvbmakemake installUpdate dirver dependencies:
mkdir -p /etc/depmod.decho 'search extra updates built-in' | tee /etc/depmod.d/extra.confdepmod -aCreate driver configuration for DigitalDevices MaxS8:
echo 'options ddbridge fmode=0' | tee /etc/modprobe.d/ddbridge.confFor MaxS8 available next fmode values instead of 0:
fmode=0- 4 tuner mode (internal multiswitch disabled)fmode=1- Quad LNB / normal outputs of multiswitchesfmode=2- Quattro - LNB / cascade outputs of multiswitchesfmode=3- Unicable LNB or JESS / Unicabel output of the multiswitch
Restart System
Section titled “Restart System”To launch installed drivers restart your system:
shutdown -r nowAfter server restart, check if the driver has been 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