Hauppauge WinTV Go

From LinuxTVWiki
Revision as of 05:40, 1 December 2006 by Liontooth (talk | contribs) (Contributed by scto and copied from Cx88 devices (cx2388x)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

These cards are based on the cx88 chip.

WinTV Go

The WinTV Go card shows up in lspci as:

Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
Subsystem: Hauppauge computer works Inc. Hauppauge WinTV 34xxx models

Load the driver as follows:

modprobe cx88xx tuner=56 && modprobe cx8800

Tuner 56 is the Philips PAL/SECAM multi (FQ1216AME MK4). You may need a different one; see Tuners.

WinTV Go2

The WinTV Go2 card shows up in lspci-v as:

Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)

lspci -n:

 00:00.0 0600: 8086:2770 (rev 02)
 00:01.0 0604: 8086:2771 (rev 02)
 00:1b.0 0403: 8086:27d8 (rev 01)
 00:1c.0 0604: 8086:27d0 (rev 01)
 00:1c.2 0604: 8086:27d4 (rev 01)
 00:1d.0 0c03: 8086:27c8 (rev 01)
 00:1d.1 0c03: 8086:27c9 (rev 01)
 00:1d.2 0c03: 8086:27ca (rev 01)
 00:1d.3 0c03: 8086:27cb (rev 01)
 00:1d.7 0c03: 8086:27cc (rev 01)
 00:1e.0 0604: 8086:244e (rev e1)
 00:1f.0 0601: 8086:27b8 (rev 01)
 00:1f.2 0101: 8086:27c0 (rev 01)
 00:1f.3 0c05: 8086:27da (rev 01)
 01:00.0 0300: 10de:01df (rev a1)
 03:00.0 0200: 10ec:8168 (rev 01)
 04:01.0 0400: 14f1:8800 (rev 05)
 04:01.1 0480: 14f1:8811 (rev 05)

portions of /var/log/message:

CORE cx88[0]: subsystem: 0070:3401, board: Hauppauge WinTV 34xxx models [card=1,autodetected]
TV tuner -1 at 0x1fe, Radio tuner -1 at 0x1fe
cx2388x alsa driver version 0.0.6 loaded
i2c-algo-bit.o: cx88[0] passed test.
tveeprom 0-0050: Hauppauge model 34704, rev J1B3, serial# 8521833
tveeprom 0-0050: tuner model is TCL M2523_3DB_E (idx 113, type 55)
tveeprom 0-0050: TV standards PAL(B/G) PAL(D/D1/K) (eeprom 0x44)
tveeprom 0-0050: audio processor is CX881 (idx 31)
tveeprom 0-0050: has radio
cx88[0]: warning: unknown hauppauge model #34704
cx88[0]: hauppauge eeprom: model=34704
Input: cx88 IR (Hauppauge WinTV 34xxx  as /class/input/input3
cx88[0]/0: found at 0000:04:01.0, rev: 5, irq: 217, latency: 32, mmio: 0xe5000000
tuner 0-0061: chip found @ 0xc2 (cx88[0])
tuner 0-0061: type set to 55 (TCL 2002MB)
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/0: registered device radio0

This must be a new WinTV Go2 Model, so with the current (November 2006) v4l-dvb tree (hg) it's autodected, even if /var/log/message says:

CORE cx88[0]: subsystem: 0070:3401, board: Hauppauge WinTV 34xxx models [card=1,autodetected]
TV tuner -1 at 0x1fe, Radio tuner -1 at 0x1fe

if you go a bit down in my /var/log/message (shown above) you can see a line like this:

tuner 0-0061: type set to 55 (TCL 2002MB)

Contributed by scto and copied from Cx88 devices (cx2388x).