Hi,
I just went from Pi3 to a recently bought Vero 4K.
I’m re-installing everything.
I’m on the latest stable release of OSMC.
I want to setup my DVB Tuner: AverMedia AVerTV Volar Green HD A835.
When I go inside TVHeadEnd, I can’t find my dongle.
I think that I’m missing drivers. I just found these instructions in that post:
https://forum.ubuntu-fr.org/viewtopic.php?pid=8928491#p8928491
- Installer les paquet nécessaires à la compilation :
sudo aptitude install libdigest-sha1-perl make gcc git patch patchutils libproc-processtable-perl linux-source linux-headers-
uname -r
- Avec Ubuntu 12.04 libdigest-sha1-perl devient libdigest-sha-perl
sudo aptitude install libdigest-sha-perl make gcc git patch patchutils libproc-processtable-perl linux-source linux-headers-
uname -r
- Télécharger les modules :
git clone git://linuxtv.org/media_build.git
cd media_build
./build
- Interrompre le processus avec CTRL+C à la fin du téléchargement, lorsque la compilation débute.
- Compiler et installer les modules :
make allyesconfig
make
sudo make install
-Enfin télécharger le nouveau firmare :cd /lib/firmware
sudo wget http://xgazza.altervista.org/Linux/DVB/dvb-usb-af9035-02.fw
Are they compatible with Vero4K and OSMC ?
Thanks a lot