What does the following command return?
I get nothing
[user@Dell ~]$ lsmod | grep qt
[user@Dell ~]$
If yours is the same then you need to load the driver for the tuner - as root -
[root@Dell user]# modprobe qt1010
[root@Dell user]# lsmod | grep qt
qt1010 4685 0
i2c_core 16500 11 qt1010,tda18218,af9013,i2c_i801,nvidia,dvb_usb_af9015,dvb_usb,em28xx,v4l2_common,videodev,tveeprom
After that plug in the device.
You need to be using a newer kernel it seems .....
[user@Dell ~]$ locate qt1010
/lib/modules/2.6.38.4-pclos1.bfs/kernel/drivers/media/common/tuners/qt1010.ko.gz
regards.