NotOnlyTV LV3H

From LinuxTVWiki
Revision as of 10:30, 22 May 2011 by Danitool (talk | contribs)
Jump to navigation Jump to search

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 DVBT. 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.