Please, Could anyone give me the right direction ?

Probably I'm missing something, but I can't really see the light...

I can play mp3,wav,etc files.

modprobe ivtv             ->  the PVR250 is recognized as a PVR150
modprobe ivtv cardtype=1  ->  the PVR250 is correctly recognized

Always got good video but no sound. Volume is always 0.

Modprobe doesn't auto load cx25840 (chip is a cx25843-23)
and wm8775 modules... Could be this the matter ?
But got no sound also modprobing these 2 modules.

ivtvctl -d /dev/video1 -u 0xff
ivtvctl -d /dev/video1 -p 4
ivtvctl -d /dev/video1 -f width=720,height=576
ivtvctl -d /dev/video1 -y volume=65535

/usr/lib/ivtv/ptune-ui.pl -d /dev/video1 &

mplayer -vo xv /dev/video1

Following are all info & logs ivtv related.

thanks in advance.

Lucio

*****************************************************************
ivtv installed packages
*****************************************************************
kernel-smp-2.6.11-1.14_FC3
ivtvdev-0.8-1.rhfc3.at
ivtv-firmware-dec-2.02.023-4.at
ivtv-firmware-enc-2.04.024-4.at
perl-Video-ivtv-0.13-6.rhfc3.at

ivtv 0.3.2x from ivtv.sf.net

*****************************************************************
lspci
*****************************************************************
01:04.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) 
MPEG-2 Encoder (rev 01)
        Subsystem: Hauppauge computer works Inc.: Unknown device 8801
        Flags: bus master, medium devsel, latency 64, IRQ 169
        Memory at f0000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [44] Power Management version 2

*****************************************************************
ls -l /dev/video*
*****************************************************************
lrwxrwxrwx  1 root root      6 15 apr 08:04 /dev/video -> video0
crw-------  1 root root 81,  0 15 apr 08:04 /dev/video0
crw-rw----  1 root root 81,  1 15 apr 08:38 /dev/video1
crw-rw----  1 root root 81, 24 15 apr 08:38 /dev/video24
crw-rw----  1 root root 81, 32 15 apr 08:38 /dev/video32
crw-------  1 root root 81,  0 15 apr 08:04 /dev/video4linux

*****************************************************************
/var/log/messages after a modprobe ivtv cardtype=1
*****************************************************************
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.3.2 (x) loading
ivtv: Linux version: 2.6.11-1.14_FC3smp SMP 686 REGPARM 4KSTACKS gcc-3.4
ivtv: In case of problems please include the debug info
ivtv: between the START INIT IVTV and END INIT IVTV lines when
ivtv: mailing the ivtv-devel mailinglist.
ivtv: User specified WinTV PVR 250 card
ivtv: Found an iTVC16 based chip
ACPI: PCI interrupt 0000:01:04.0[A] -> GSI 18 (level, low) -> IRQ 169
ivtv: Unreasonably low latency timer, setting to 64 (was 32)
ivtv: XXX PCI device: 0x2570 vendor: 0x8086
tveeprom: Hauppauge: model = 26559, rev = C260, serial# = 2884412
tveeprom: tuner = LG S001D MK3 (idx = 60, type = 58)
tveeprom: tuner fmt = PAL(B/G) PAL(I) SECAM(L/L) PAL(D/K) (eeprom = 0x74, v4l2 
= 0x00400e17)
tveeprom: audio_processor = MSP3410D (type = 5)
ivtv: i2c attach [client=tveeprom[50],ok]
ivtv: Tuner Type 58, Tuner formats 0x00400e17, Radio: yes, Model 0x008d2590, 
Revision 0x00000001
ivtv: PAL tuner detected
ivtv: SECAM tuner detected
ivtv: Radio detected
tuner: Ignoring new-style parameters in presence of obsolete ones
tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
ivtv: i2c attach [client=(tuner unset),ok]
saa7115: starting probe for adapter SMBus I801 adapter at 5000 (0x0)
saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005)
ivtv: Encoder revision: 0x02040024
ivtv: Encoder Firmware may be buggy, use version 0x02040011
ivtv: Configuring WinTV PVR 250 card with 5 streams
ivtv: Registered v4l2 device, streamtype 0 minor 1
ivtv: Create DMA stream 0 using 1024 16384 byte buffers  0 kbytes total
ivtv: Allocate DMA stream 0 using 1024 16384 byte buffers  16777216 kbytes total
ivtv: Registered v4l2 device, streamtype 1 minor 32
ivtv: Create DMA stream 1
ivtv: Allocate DMA stream 1
ivtv: Registered v4l2 device, streamtype 2 minor 224
ivtv: Create stream 2 using 40 52224 byte buffers  0 kbytes total
ivtv: Allocate stream 2 using 40 52224 byte buffers  2097152 kbytes total
ivtv: Registered v4l2 device, streamtype 3 minor 24
ivtv: Create DMA stream 3 using 455 4608 byte buffers  0 kbytes total
ivtv: Allocate DMA stream 3 using 455 4608 byte buffers  2097152 kbytes total
ivtv: Registered v4l2 device, streamtype 4 minor 64
ivtv: Create stream 4
ivtv: Allocate stream 4
ivtv: Setting Tuner 58
tuner: type set to 58 (LG PAL TAPE-S001D) by ivtv i2c driver #0
ivtv: i2c client addr: 0x21 not found!
ivtv: Setting audio matrix to input 3, output 1
ivtv: i2c client addr: 0x40 not found!
Apr 18 08:28:08 pvr last message repeated 2 times
ivtv: Switching standard to PAL.
ivtv: i2c client addr: 0x40 not found!
ivtv: i2c client addr: 0x21 not found!
ivtv: Initialized WinTV PVR 250, card #0
ivtv: ====================  END INIT IVTV  ====================
ivtv: ivtv_enc_thread: pid = 6240, itv = 0xf95da6a0

*****************************************************************
lsmod after a modprobe ivtv cardtype=1
*****************************************************************
msp3400                31416  0
saa7115                16916  0
tuner                  24748  0
tveeprom               18100  0
ivtv                  820164  0
i2c_algo_bit           13001  1 ivtv
i915                   22721  1
parport_pc             31109  1
lp                     16201  0
parport                38793  2 parport_pc,lp
ipt_limit               6465  6
iptable_mangle          6721  0
ipt_LOG                11073  8
ipt_MASQUERADE          7489  0
iptable_nat            25597  1 ipt_MASQUERADE
ipt_TOS                 6337  0
ipt_REJECT             11073  1
ip_conntrack_irc       75729  0
ip_conntrack_ftp       76497  0
ipt_state               5825  6
ip_conntrack           45481  5 ipt_MASQUERADE,...
iptable_filter          6849  1
ip_tables              25025  9 ipt_limit,i...
dm_mod                 60741  0
video                  19653  0
button                 10577  0
battery                13253  0
ac                      8773  0
md5                     8129  1
ipv6                  259681  14
ohci1394               37849  0
ieee1394              307705  1 ohci1394
pwc                    83249  0
videodev               13633  2 ivtv,pwc
usb_storage            69257  0
uhci_hcd               35289  0
ehci_hcd               37197  0
i2c_i801               12493  0
i2c_core               25665  6 
msp3400,saa7115,tuner,tveeprom,i2c_algo_bit,i2c_i801
snd_usb_audio          66561  1
snd_usb_lib            16577  1 snd_usb_audio
snd_rawmidi            28129  1 snd_usb_lib
snd_seq_device         12493  1 snd_rawmidi
snd_intel8x0           35329  1
snd_ac97_codec         73145  1 snd_intel8x0
snd_pcm_oss            55153  0
snd_mixer_oss          22465  1 snd_pcm_oss
snd_pcm                92741  4 snd_usb_audio,...
snd_timer              28741  1 snd_pcm
snd                    57765  13 snd_usb_audio,...r
soundcore              13217  1 snd
snd_page_alloc         13765  2 snd_intel8x0,snd_pcm
tg3                    87749  0
ext3                  131401  3
jbd                    61401  1 ext3
ata_piix               13125  4
libata                 49093  1 ata_piix
sd_mod                 22337  5
scsi_mod              129801  3 usb_storage,libata,sd_mod

*****************************************************************
ivtvctl -d /dev/video1 -a
*****************************************************************

ioctl: IVTV_IOC_G_CODEC
Codec parameters
aspect      : 2
audio       : 0x00e9
bframes     : 3
bitrate_mode: 0
bitrate     : 8000000
bitrate_peak: 9600000
dnr_mode    : 0
dnr_spatial : 0
dnr_temporal: 0
dnr_type    : 0
framerate   : 0
framespergop: 12
gop_closure : 1
pulldown    : 0
stream_type : 0
ioctl: VIDIOC_G_FMT
        Type   : Video Capture
        Width  : 720
        Height : 576
ioctl: VIDIOC_QUERYCAP
        Driver name   : ivtv
        Card type     : WinTV PVR 250
        Bus info      : 0
        Driver version: 770
        Capabilities  : 0x01070011
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Composite 0
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite 1
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : Composite 2
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 3
        Name    : Composite 3
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 4
        Name    : Tuner 0
        Type    : 0x00000001
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F00FF ( PAL SECAM )
        Status  : 0

        Input   : 5
        Name    : Composite 4
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 6
        Name    : S-Video 0
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 7
        Name    : S-Video 1
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 8
        Name    : S-Video 2
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 9
        Name    : S-Video 3
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0
ioctl: VIDIOC_G_INPUT
Input = 4
ioctl: VIDIOC_ENUMOUTPUT
ioctl: VIDIOC_G_OUTPUT
ioctl: VIDIOC_ENUMAUDIO
        Input   : 0
        Name    : Tuner Audio In

        Input   : 1
        Name    : Audio Line In
ioctl: VIDIOC_G_AUDIO
Input = 0: Tuner Audio In
ioctl: VIDIOC_G_FREQUENCY
Frequency = 0
ioctl: VIDIOC_ENUMSTD
        index       : 0
        ID          : 0x0000000000003000
        Name        : NTSC
        Frame period: 1001/30000
        Frame lines : 525

        index       : 1
        ID          : 0x00000000000000FF
        Name        : PAL
        Frame period: 1/25
        Frame lines : 625

        index       : 2
        ID          : 0x00000000007F0000
        Name        : SECAM
        Frame period: 1/25
        Frame lines : 625
ioctl: VIDIOC_G_STD
Standard = 0x000000ff
ioctl: VIDIOC_QUERYCTRL
Brightness = -455852464
Contrast = -111379876
Saturation = -455852464
Hue = -2146937321
Volume = 0
Mute = 0


-------------------------------------------------------
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-users mailing list
Ivtv-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-users

Reply via email to