NotOnlyTV LV3H

From LinuxTVWiki
Revision as of 23:15, 20 May 2011 by Danitool (talk | contribs) (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> ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)

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.