Kymberly brought herself a Divco FusionHDTV DVB-T Dual Digital 4
After googling we found and install guide for Gentoo most of the credit for this guide must go to this guy: Dual digital 4 under linux
For starters we want to do everything in terminal and everything as root
sudo -s -H
Install the software from the ubuntu repos
apt-get install mercurial build-essential linux-headers-‘uname -r’
Follow the downloading and patching as described in Dual digital 4 under linux. (I’ll copy and past it over if I have time.)
When you get to the “Now make and install the modules”
We need to divert for a second to do this part. We need to do some hacks as Ubuntu isn’t really up for kernel changes
First find out what kernel version you are up to
uname -r
For me at the time it was 2.6.22-14 if yours is different you need to change where I have “2.6.22-14” to whatever yours is.
The kernel source wasn’t in the the right place so we have to create a symbolic link
ln -s /usr/src/linux-headers-2.6.22-14 /lib/modules/2.6.22-14-generic/source
Now for some reason I needed to tell make to compile for the 2.6.22-14 kernel not the older 2.6.22-12 kernel which was installed.
make release VER=2.6.22-14-generic
Now we can return to Dual digital 4 under linux and do
make && make install
Once we have done that follow the firmware upgrade as in Dual digital 4 under linux.
Now we can modprobe it into the kernel
modprobe dvb-core
modprobe dvb-usb
modprobe dvb-pll
modprobe xc3028-fe
modprobe zl10353
modprobe dvb-usb-cxusb
Open up kaffeine and success we have a working turner card.
Note: We have an Nvidia card installed, we are using the latest driver from Nvidia which we have manually installed . This broke when we complied the kernel so it had to be reinstalled.