Hello there.
I just got a WinTV GO and tried to use it with 2.4-prerelease. Currently,
I can't seem to grab a correct picture from the Composite1 or the
Television input. Here's the relevent info from dmesg:
Linux video capture interface: v1.00
i2c-core.o: driver tv card mixer driver registered.
tvmixer: adapter Velleman K8000
tvmixer: adapter PCF8584 ISA adapter
tvaudio: TV audio decoder + audio/video mux driver
tvaudio: known chips:
tda9840,tda9873h,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951)
i2c-core.o: driver generic i2c audio driver registered.
i2c-core.o: driver i2c TV tuner driver registered.
i2c-core.o: driver i2c msp3400 driver registered.
bttv: driver version 0.7.52 loaded
bttv: using 2 buffers with 2080k (4160k total) for capture
bttv: Bt8xx card found (0).
PCI: Found IRQ 3 for device 01:09.0
PCI: The same IRQ used for device 01:09.1
bttv0: Bt878 (rev 17) at 01:09.0, irq: 3, latency: 64, memory: 0xf6afe000
bttv0: subsystem: 0070:13eb => Hauppauge WinTV => card=10
bttv0: model: BT878(Hauppauge new (bt878)) [autodetected]
bttv0: Hauppauge msp34xx: reset line init
i2c-dev.o: Registered 'bt848 #0' as minor 2
tvmixer: adapter bt848 #0
tuner: chip found @ 0x61
bttv0: i2c attach [(unset)]
i2c-core.o: client [(unset)] registered to adapter [bt848 #0](pos. 0).
i2c-core.o: adapter bt848 #0 registered as adapter 2.
bttv0: Hauppauge eeprom: model=38101, tuner=Philips FI1236 MK2 (2)
tuner: type set to 2 (Philips NTSC)
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Here's the modules.conf file, as it seems to be requested often too:
alias char-major-81 videodev
alias char-major-81-0 bttv
pre-install bttv modprobe -k tuner; modprobe -k msp3400
options bttv radio=0 bttv_verbose=2 bttv_debug=1
options tvmixer debug=1
options tvaudio debug=1
options msp3400 debug=2
options tuner debug=1
The system is a Celeron 600 on an Intel D815EEAL motherboard, 128MB SDRAM,
built-in video controller. It's a fresh install of Slackware 7.1, with
the kernel upgraded to 2.4.0-prerelease.
I am in the USA, so it is correct as NTSC. Using xawtv-3.27, I run these
series of commands (after a clean system boot):
$ v4lctl snap jpeg full /mnt/media/one.jpg
v4l: bttv version 0.7.52
$ v4lctl setnorm NTSC
v4l: bttv version 0.7.52
$ v4lctl setinput Composite1
v4l: bttv version 0.7.52
$ v4lctl snap jpeg full /mnt/media/two.jpg
ioctl VIDIOCGTUNER: Invalid argument
v4l: bttv version 0.7.52
$ v4lctl setinput Television
ioctl VIDIOCGTUNER: Invalid argument
v4l: bttv version 0.7.52
$ v4lctl snap jpeg full /mnt/media/three.jpg
v4l: bttv version 0.7.52
$
one.jpg is available at http://in.divo.net/one.jpg (8k)
two.jpg is available at http://in.divo.net/two.jpg (113k)
three.jpg is available at http://in.divo.net/three.jpg (19k)
So, now what? I have generated ~/.xawtv using scantv:
$ head --lines=5 ~/.xawtv
[defaults]
norm = NTSC
freqtab = us-cable
input = Television
So now I'm very very lost.. what now? I went through a similar process
with an Avermedia TV/FM98 Stereo, and had the same types of output as
shown above. I'm really at a loss. This is my second TV card, and my
third is coming in the mail (Pinnacle PCTV Pro). Any help would be much
appreciated. Thanks!
-Andrew