LinHES Forums
http://forum.linhes.org/

Problem with PVR350 tuner (ivtv v0.3.3k)
http://forum.linhes.org/viewtopic.php?f=2&t=5440
Page 1 of 1

Author:  lnl9437 [ Thu Jul 21, 2005 11:58 am ]
Post subject:  Problem with PVR350 tuner (ivtv v0.3.3k)

Hello,

I just installed MythTV V5R16 on my ASUS Terminator K7. (Via chipset I believe if it matters)

Everything was pretty straightforward, my tv out and remote are working fine. My problem is that when I go to watch live TV I see nothing but static. I have read some posts recommending upgrading IVTV to support newer tuners which I did, I think.

My tuner is
Code:
lspci | grep MPEG
0000:00:0f.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)


and from my logs
Code:
 dmesg | grep ivtv
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.3.3 (k) loading
ivtv: Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3
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: Autodetected WinTV PVR 350 card
ivtv: Found an iTVC15 based chip
ivtv: Unreasonably low latency timer, setting to 64 (was 32)
ivtv: XXX PCI device: 0x0740 vendor: 0x1039
ivtv: i2c attach [client=tveeprom[50],ok]
ivtv: i2c attach [client=Hauppauge IR,ok]
msp34xx: ivtv version
ivtv: i2c attach [client=MSP3448W-A2,ok]
saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005)
ivtv: i2c attach [client=saa7115[50],ok]
ivtv: Tuner Type 47, Tuner formats 0x00001000, Radio: yes, Model 0x00ad2598, Revision 0x00000001
ivtv: Radio detected
ivtv: Failed to load module tuner
ivtv: i2c attach [client=saa7127[0],ok]
ivtv: i2c attach [client=tda9887,ok]
ivtv: Encoder revision: 0x02040011
ivtv: Decoder revision: 0x02020023
ivtv: Configuring WinTV PVR 350 card with 10 streams
ivtv: Registered v4l2 device, streamtype 0 minor 0
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 DMA stream 2 using 80 52224 byte buffers  0 kbytes total
ivtv: Allocate DMA stream 2 using 80 52224 byte buffers  4194304 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: Registered v4l2 device, streamtype 5 minor 16
ivtv: Create DMA stream 5 using 16 65536 byte buffers  0 kbytes total
ivtv: Allocate DMA stream 5 using 16 65536 byte buffers  1048576 kbytes total
ivtv: Registered v4l2 device, streamtype 6 minor 228
ivtv: Create DMA stream 6 using 2048 2048 byte buffers  0 kbytes total
ivtv: Allocate DMA stream 6 using 2048 2048 byte buffers  262144 kbytes total
ivtv: Registered v4l2 device, streamtype 7 minor 232
ivtv: Create stream 7
ivtv: Allocate stream 7
ivtv: Registered v4l2 device, streamtype 8 minor 48
ivtv: Create DMA stream 8 using 24 86400 byte buffers  0 kbytes total
ivtv: Allocate DMA stream 8 using 24 86400 byte buffers  2097152 kbytes total
ivtv: Create DMA stream 9 using 32 65536 byte buffers  0 kbytes total
ivtv: Setting Tuner 47
ivtv: i2c client id: 0x02 not found!
ivtv: i2c client id: 0x02 not found!
ivtv: Setting audio matrix to input 3, output 1
ivtv: Switching standard to NTSC.
ivtv: i2c client id: 0x02 not found!
ivtv: ivtv_enc_thread: pid = 2745, itv = 0xceba20a0
ivtv: ivtv_dec_thread: pid = 2746, itv = 0xceba20a0
ivtv: Initialized WinTV PVR 350, card #0
ivtv: ====================  END INIT IVTV  ====================
ivtv-osd: Framebuffer module loaded (attached to ivtv card id 0)
ivtv-osd: Framebuffer is at decoder-relative address 0x00510000 and has 1704960 bytes.
ivtv-osd: screen coords: [0 0] -> [720 480]
ivtv-osd: original global alpha = 208
ivtv-osd: current OSD state = 39
ivtv-osd: new global alpha = 208 (1 255 0)
ivtv-osd: framebuffer at 0xe9510000, mapped to 0xcfa10000, size 1350k
ivtv-osd: mode is 720x480x32, linelength=2880
ivtv-osd: fb0: iTVC15 TV out frame buffer device
ivtv: Allocate DMA stream 9 using 32 65536 byte buffers  2097152 kbytes total
ivtv: Setting audio matrix to input 1, output 1
ivtv: Setting audio matrix to input 3, output 1
ivtv: i2c client id: 0x02 not found!


I have a feeling that I messed up something in ivtv so I will also ask in advance what my tuner type should be in the ivtv config file. Is there a default tuner that I can use with limited functionality so verify if everything software wise is working?

Author:  brendan [ Thu Jul 21, 2005 11:22 pm ]
Post subject:  Re: Problem with PVR350 tuner (ivtv v0.3.3k)

> ivtv: Failed to load module tuner

That's clearly a problem. Also, 0.3.3k is a bit old. IIRC, some of the older ivtvs didn't quit push out all the module files to the right place under knoppmyth.

Might want to move up to something like 0.3.6s or so. And, also, remove or rename any duplicated modules in the v4l2 directory, which is also often a problem under current alphas of knoppmyth.

-brendan

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/