NotOnlyTV LV3H: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Created page with 'Brief specification. The card consist of: *A/V Controller: Conexant CX-23881 *Tuner: Xceive XC3028 *DVB-T Decoder: Intel CE6353 (WJCE 6353) Working with kernel > 2.6.32. <br> ...')
 
No edit summary
Line 5: Line 5:
*Tuner: Xceive XC3028
*Tuner: Xceive XC3028
*DVB-T Decoder: Intel CE6353 (WJCE 6353)
*DVB-T Decoder: Intel CE6353 (WJCE 6353)

They provide in their a driver for Fedora Linux. Th 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. <br>
Working with kernel > 2.6.32. <br>

Revision as of 10:29, 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)

They provide in their a driver for Fedora Linux. Th 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.