I'm trying to make my pv150 work (secam mode),  kernel 2.6.11-rc5 / ivtv
0.3.2d

I found that i can have sound or video from tuner, but not both...

Here is the script i use to test :
============================================================================



#!/bin/sh

modprobe ivtv ivtv_std=3 tuner=38 tda9887=0
rmmod ivtv
rmmod wm8775 cx25840 tuner videodev tda9887

modprobe tveeprom
sleep 1

modprobe saa7127
sleep 1
#if i load it after cx25840 => then i've sound but scrambled image...
#loading this module before is required to have tuner video ok

modprobe cx25840 i2c_enable=1 debug=1
sleep 1

modprobe wm8775 debug=0
sleep 1

modprobe tda9887 secam=l
sleep 1

modprobe ivtv ivtv_std=3 tuner=38 tda9887=0
sleep 1

#here i've video from tuner working but no sound (saa7127 loaded)
ivtvctl -d /dev/video0 -c bitrate=4800000
ivtvctl -d /dev/video0 -u 0x7F0000
ptune.pl  --frequency 847250 --tuner-num 0
dd if=/dev/video0 of="/myth/video.mpeg" bs=1024 count=10k

rmmod ivtv
rmmod wm8775 cx25840 tuner videodev tda9887 tveeprom saa7127
modprobe ivtv ivtv_std=3 tuner=38 tda9887=0 ivtv_debug=255

#here i've tuner sound working but scrambled image (saa7127 not loaded)
ivtvctl -d /dev/video0 -c bitrate=4800000
ivtvctl -d /dev/video0 -u 0x7F0000
ptune.pl --frequency 847250 --tuner-num 0
dd if=/dev/video0 of="/myth/sound.mpeg" bs=1024 count=10k
==========================================================================================




Is saa7172 module really needed for this card ?
I think, i'm really near to have it working... Help really appreciated...

Thanks
Best regards

Laurent



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.5.0 - Release Date: 25/02/2005



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to