NotOnlyTV LV3H: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
*DVB-T Decoder: Intel CE6353 (WJCE 6353) |
*DVB-T Decoder: Intel CE6353 (WJCE 6353) |
||
NotOnlyTV provide in their website a driver for Fedora Linux. This driver (v4l-dvb-experimental-x8000mt.tar.gz) is for the Geniatech X8000-MT |
NotOnlyTV provide in their website a driver for Fedora Linux. This driver (v4l-dvb-experimental-x8000mt.tar.gz) is for the Geniatech X8000-MT DVB-T [http://www.geniatech.com/pa/x8000t.asp]. Unfortunatelly this doesn't seem to work. And in recent kernels the LV3H is detected as Geniatech X8000-MT, but it doesn't work as this model. |
||
Revision as of 11:17, 22 May 2011
Brief specification.
The card consist of:
- A/V Controller: Conexant CX-23881
- Tuner: Xceive XC3028
- DVB-T Decoder: Intel CE6353 (WJCE 6353)
NotOnlyTV provide in their website a driver for Fedora Linux. This driver (v4l-dvb-experimental-x8000mt.tar.gz) is for the Geniatech X8000-MT DVB-T [1]. Unfortunatelly this doesn't seem to work. And in recent kernels the LV3H is detected as Geniatech X8000-MT, but it doesn't work as this model.
Making it work with latest kernels
Working with kernel > 2.6.32.
Install linux-firmware-nonfree or:
wget http://steventoth.net/linux/hvr1400/xc3028L-v36.fw mv xc3028L-v36.fw /lib/firmware/xc3028-v27.fw
Once we have the firmware, now we need the options for the module to make it work properly:
nano /etc/modprobe.d/LV3H.conf
Now add the line:
options cx88xx card=81 tuner=71
save it, reboot.