I have been running FC3 & MythTv with a PVR150
(non-MCE) and IVTV 0.3.2h for a while now with
reasonable results.

Recently I have had time to try and upgrade IVTV to a
newer version (having seen positive results on this
forum) however having tried two of the most recent
releases (0.3.5n&z) I have not had much luck. 
Basically, everything appears to initialise fine, but
the tuner doesn't seem to work.

If I install 0.3.2h again it works again, and if I
then install the new version it is fine until the
system is power cycled.

I have enclosed the info in /var/log/messages and the
script I have ben using to load IVTV (0.3.2h needed
seperate modprobes for each module).  Note that I have
tried this script with various combinations of options
to no avail.

Any help would be appreciated.

Cheers

Daniel

******************************************************
******** /var/log/messages - START *******************
******************************************************

Jun  3 19:38:29 localhost kernel: ivtv:
==================== START INIT IVTV
====================
Jun  3 19:38:29 localhost kernel: ivtv: version 0.3.5
(z) loading
Jun  3 19:38:29 localhost kernel: ivtv: Linux version:
2.6.11-1.27_FC3 686 REGPARM 4KSTACKS gcc-3.4
Jun  3 19:38:29 localhost kernel: ivtv: In case of
problems please include the debug info
Jun  3 19:38:29 localhost kernel: ivtv: between the
START INIT IVTV and END INIT IVTV lines when
Jun  3 19:38:29 localhost kernel: ivtv: mailing the
ivtv-devel mailinglist.
Jun  3 19:38:29 localhost kernel: ivtv: Autodetected
WinTV PVR 150 card
Jun  3 19:38:29 localhost kernel: ivtv: Found an
iTVC16 based chip
Jun  3 19:38:29 localhost kernel: ACPI: PCI interrupt
0000:01:09.0[A] -> GSI 5 (level, low) -> IRQ 5
Jun  3 19:38:29 localhost kernel: ivtv: XXX PCI
device: 0x7124 vendor: 0x8086
Jun  3 19:38:29 localhost kernel: tveeprom: Hauppauge:
model = 26039, rev = C155, serial# = 7729516
Jun  3 19:38:29 localhost kernel: tveeprom: tuner =
Philips FQ1216ME MK3 (idx = 55, type = 38)
Jun  3 19:38:29 localhost kernel: tveeprom: tuner fmt
= PAL(B/G) PAL(I) SECAM(L/L) PAL(D/K) (eeprom = 0x74,
v4l2 = 0x00400e17)
Jun  3 19:38:29 localhost kernel: tveeprom:
audio_processor = MSP3400C (type = 4)
Jun  3 19:38:29 localhost kernel: ivtv: i2c attach
[client=tveeprom[50],ok]
Jun  3 19:38:33 localhost kernel: cx25840: FW image
'/lib/modules/HcwMakoA.ROM' of size 14264 loaded.
Jun  3 19:38:33 localhost kernel: cx25840: FW image
md5 digest: 3a4803384f749d644ee1f1ca9dcb12fa
Jun  3 19:38:33 localhost kernel: cx25840: FW image
sha1 digest: 2b5e6292b7391c980b93d156cf6b34178ce770f6
Jun  3 19:38:33 localhost kernel: ivtv: i2c attach
[client=cx25840[50],ok]
Jun  3 19:38:33 localhost kernel: tuner: chip found at
addr 0xc2 i2c-bus ivtv i2c driver #0
Jun  3 19:38:33 localhost kernel: ivtv: i2c attach
[client=(tuner unset),ok]
Jun  3 19:38:33 localhost kernel: ivtv: i2c attach
[client=wm8775[50],ok]
Jun  3 19:38:33 localhost kernel: ivtv: Tuner Type 38,
Tuner formats 0x00400e17, Radio: yes, Model
0x008d1555, Revision 0x00000000
Jun  3 19:38:33 localhost kernel: ivtv: Radio detected
Jun  3 19:38:34 localhost kernel: ivtv: Encoder
revision: 0x02050032
Jun  3 19:38:34 localhost kernel: ivtv: Encoder
Firmware may be buggy, use version 0x02040011
Jun  3 19:38:34 localhost kernel: ivtv: Configuring
WinTV PVR 150 card with 5 streams
Jun  3 19:38:34 localhost kernel: ivtv: Registered
v4l2 device, streamtype 0 minor 0
Jun  3 19:38:34 localhost kernel: ivtv: Create DMA
stream 0 using 128 16384 byte buffers  0 kbytes total
Jun  3 19:38:34 localhost kernel: ivtv: Registered
v4l2 device, streamtype 1 minor 32
Jun  3 19:38:34 localhost kernel: ivtv: Create DMA
stream 1 using 80 51840 byte buffers  0 kbytes total
Jun  3 19:38:34 localhost kernel: ivtv: Registered
v4l2 device, streamtype 2 minor 224
Jun  3 19:38:34 localhost kernel: ivtv: Create DMA
stream 2 using 41 50960 byte buffers  0 kbytes total
Jun  3 19:38:34 localhost kernel: ivtv: Registered
v4l2 device, streamtype 3 minor 24
Jun  3 19:38:34 localhost kernel: ivtv: Create DMA
stream 3 using 455 4608 byte buffers  0 kbytes total
Jun  3 19:38:35 localhost kernel: ivtv: Registered
v4l2 device, streamtype 4 minor 64
Jun  3 19:38:35 localhost kernel: ivtv: Create stream
4
Jun  3 19:38:35 localhost kernel: ivtv: Setting Tuner
38
Jun  3 19:38:35 localhost kernel: tuner: type set to
38 (Philips PAL/SECAM multi (FM1216ME MK3)) by ivtv
i2c driver #0Jun  3 19:38:35 localhost kernel: ivtv:
Switching standard to PAL.
Jun  3 19:38:35 localhost kernel: ivtv: Initialized
WinTV PVR 150, card #0
Jun  3 19:38:35 localhost kernel: ivtv:
====================  END INIT IVTV 
====================
J

******************************************************
******** /var/log/messages - END *********************
******************************************************



******************************************************
******** modivtv - START *****************************
******************************************************

#!/bin/bash
echo Loading IVTV drivers.
echo Loading tveeprom
/sbin/modprobe tveeprom
sleep 1
echo Loading videodev
/sbin/modprobe videodev
sleep 1
echo Loading cx25840
/sbin/modprobe cx25840 i2c_enable=1
#/sbin/modprobe cx25840
#sleep 1
echo Loading tuner
/sbin/modprobe tuner
sleep 1
echo Loading wm8775
/sbin/modprobe wm8775
sleep 1
echo Loading ivtv
/sbin/modprobe ivtv ivtv_std=2 tuner=38
#/sbin/modprobe ivtv ivtv_std=2

******************************************************
******** modivtv - END *******************************
******************************************************



        
        
                
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to