Hi Admin,

Thank you for your help.

I didn't know the driver section of the forum, very interesting.

I found there all explanation (http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=5196#Post5196), so here are the commands I have to enter via ssh (root) :

opkg update
opkg install --force-overwrite v4l-dvb-module-dvb-usb
opkg install --force-overwrite v4l-dvb-module-dvb-usb-af9035
reboot

The problem is that's impossible to update opkg because of a server error :

root@vuduo:~# opkg update
Downloading http://jam.japhar.com/feeds/OpenPLi-4/ff/vuduo/all/Packages.gz.
Downloading http://jam.japhar.com/feeds/OpenPLi-4/ff/vuduo/mips32el/Packages.gz.
Downloading http://jam.japhar.com/feeds/OpenPLi-4/ff/vuduo/vuduo/Packages.gz.
Collected errors:
* opkg_download: Failed to download http://jam.japhar.com/feeds/OpenPLi-4/ff/vuduo/all/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://jam.japhar.com/feeds/OpenPLi-4/ff/vuduo/mips32el/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://jam.japhar.com/feeds/OpenPLi-4/ff/vuduo/vuduo/Packages.gz, wget returned 1.
root@vuduo:~#
root@vuduo:~# opkg install --force-overwrite v4l-dvb-module-dvb-usb
Unknown package 'v4l-dvb-module-dvb-usb'.
Collected errors:
* opkg_install_cmd: Cannot install package v4l-dvb-module-dvb-usb.
root@vuduo:~#

Is it possible to fix this by enterring correct server addresses somewhere ?

Regards.