Leadtek WinFast PVR2000: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (Added category: Analog PCI Cards)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
An analog PCI card from [[Leadtek]]
The Leadtek PVR 2000 card also known to your lspci program as (BTW I am running Fedora Core 3):

==Overview/Features==


===Identification===
Fedora Core 3 lspci output:


01:01.0 Multimedia video controller: Conexant Winfast TV2000 XP (rev 05)
01:01.0 Multimedia video controller: Conexant Winfast TV2000 XP (rev 05)
Line 14: Line 20:
Capabilities: [4c] Power Management version 2
Capabilities: [4c] Power Management version 2


Note that the card is misidentified as a Winfast TV200 XP when Fedora Core 3 boots; in fact, it's a Winfast PVR 2000. I do know where the problem is. When you config its remote function with lirc driver you must be careful.
Note that the card is misidentified as a WinFast TV2000 XP.

==Making it work==

When you config its remote function with lirc driver you must be careful.


# modprobe cx8800
# modprobe cx8800
Line 29: Line 39:
Dec 10 18:53:40 root kernel: cx8800[0]: registered device video0 [v4l2]
Dec 10 18:53:40 root kernel: cx8800[0]: registered device video0 [v4l2]
Dec 10 18:53:40 root kernel: cx8800[0]: registered device vbi0
Dec 10 18:53:40 root kernel: cx8800[0]: registered device vbi0
[[Category:Analog PCI Cards]]

Contributed by SybaseLU and copied from [[Cx88 devices (cx2388x)]].

Latest revision as of 22:58, 4 May 2009

An analog PCI card from Leadtek

Overview/Features

Identification

Fedora Core 3 lspci output:

       01:01.0 Multimedia video controller: Conexant Winfast TV2000 XP (rev 05)
       Subsystem: LeadTek Research Inc.: Unknown device 663c
       Flags: medium devsel, IRQ 9
       Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
       Capabilities: [44] Vital Product Data
       Capabilities: [4c] Power Management version 2
       01:01.2 Multimedia controller: Conexant: Unknown device 8802 (rev 05)
       Subsystem: LeadTek Research Inc.: Unknown device 663c
       Flags: bus master, medium devsel, latency 64, IRQ 9
       Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
       Capabilities: [4c] Power Management version 2

Note that the card is misidentified as a WinFast TV2000 XP.

Making it work

When you config its remote function with lirc driver you must be careful.

# modprobe cx8800
# tail /var/log/messages
       Dec 10 18:53:40 root kernel: ACPI: PCI interrupt 0000:01:01.0[A] -> GSI 9 (level, low) -> IRQ 9
       Dec 10 18:53:40 root kernel: cx8800[0]: found at 0000:01:01.0, rev: 5, irq: 9, latency: 64, mmio: 0xfc000000
       Dec 10 18:53:40 root kernel: cx8800[0]: subsystem: 107d:663c, board: Leadtek PVR 2000 [card=9,autodetected]
       Dec 10 18:53:40 root kernel: cx8800[0]: i2c register ok
       Dec 10 18:53:40 root kernel: tuner: Ignoring new-style parameters in presence of obsolete ones
       Dec 10 18:53:40 root kernel: tuner: chip found at addr 0xc0 i2c-bus cx8800[0]
       Dec 10 18:53:40 root kernel: tuner: type set to 38 (Philips PAL/SECAM multi (FM1216ME MK3)) by cx8800[0]
       Dec 10 18:53:40 root kernel: cx8800[0]: i2c attach [client=Philips PAL/SECAM multi (FM1216ME MK3)]
       Dec 10 18:53:40 root kernel: cx8800[0]: registered device video0 [v4l2]
       Dec 10 18:53:40 root kernel: cx8800[0]: registered device vbi0