Leadtek WinFast PVR2000: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Leadtek PVR 2000 moved to Leadtek WinFast PVR2000: name) |
Revision as of 16:30, 9 November 2008
The Leadtek PVR 2000 card also known to your lspci program as (BTW I am running Fedora Core 3):
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 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.
# 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
Contributed by SybaseLU and copied from Cx88 devices (cx2388x).