My WandTV has the EC168 chipset and now works under Ubuntu!
I did this on a Ubuntu system (9.04 x86_64)
First install Mercurial:
sudo apt-get install mercurial
Then get the source for the driver and the v4l and dvb-system with mercurial:
hg clone
http://linuxtv.org/hg/~anttip/ec168/When it completes downloading, go into the folder ~/ec168/ and run make.
Hopefully the compiling goes well, then you will have a lot of modules in the ~/ec168/v4l/ subfolder.
Then you have to download the firmware from
http://palosaari.fi/linux/v4l-dvb/firmw ... b-ec168.fw( This file can also be found on your driver CD, called EC168BDA.bin. This has to be renamed to dvb-usb-ec168.fw )
Put this file in /lib/firmware/
Then load the following modules from the ~/ec168-2/v4l/ folder:
sudo insmod dvb-core.ko
sudo insmod dvb-usb.ko
sudo insmod ec100.ko
sudo insmod mxl5005s.ko
sudo insmod dvb-usb-ec168.ko
Fire up VLC, open capture device, set it to dvb, select frequency of your local transponder, and enjoy the show.