Leadtek WinFast TV2000 XP Expert

From LinuxTVWiki
Jump to navigation Jump to search
front of tuner card
back of tuner card
riser panel of tuner card
Image of ASUS barebone system

An analog PCI tuner card from Leadtek

Overview/Features

Can be found included in an Asus S'presso barebone from AsusTek. As can be seen from that ASUS product page, the included device is supposed to be an ASUS TV/FM card, however, as the pictures illustrate this is a completely different device; The card is actually a Leadtek Winfast TV2000 XP Expert, which itself, given the LR6611 board markings, is likely an OEM from LifeView. Apparently, this is not an isolated case: see [1] and [2].

Identification

At first cold boot it is recognized as a cx88 device but no tuner type set

lspci output:

       02:09.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
       Subsystem: LeadTek Research Inc. Unknown device 6f08
       Flags: bus master, medium devsel, latency 64, IRQ 209
       Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
       Capabilities: <access denied>

from dmesg

       ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 17 (level, low) -> IRQ 209
       cx88[0]: Your board isn't known (yet) to the driver.  You can
       cx88[0]: try to pick one of the existing card configs via
       cx88[0]: card=<n> insmod option.  Updating to the latest
       cx88[0]: version might help as well.
       cx88[0]: Here is a list of valid choices for the card=<n> insmod option:
       cx88[0]:    card=0 -> UNKNOWN/GENERIC
       ... snip ...
       CORE cx88[0]: subsystem: 107d:6f08, board: UNKNOWN/GENERIC [card=0,autodetected]TV tuner -1 at 0x1fe, Radio tuner -1 at 0x1fe
       cx88[0]/0: found at 0000:02:09.0, rev: 5, irq: 209, latency: 64, mmio: 0xf6000000
       tuner 1-0043: chip found @ 0x86 (cx88[0])
       tda9887 1-0043: tda988[5/6/7] found @ 0x43 (tuner)
       tuner 1-0060: All bytes are equal. It is not a TEA5767
       tuner 1-0060: chip found @ 0xc0 (cx88[0])
       cx88[0]/0: registered device video0 [v4l2]
       cx88[0]/0: registered device vbi0
       tuner 1-0060: tuner type not set


Making it work

I would like help getting this to work; mail me at whazilla@gmail.com


as root do:

modprobe -r cx8800

lsmod |grep cx88

modprobe cx88xx card=12 tuner=38

modprobe cx8800

External Links