Hi,
First of all I like to thank Chris Kennedy for this update!
I finally got my PVR-150 working (after failing with version 0.3.2e *) and partialy failing with 0.3.2i**)) 0.3.2j****) works!
The version 0.3.2i might have been working, but I did not test it any further since the anouncement of version 0.3.2j arrived in my mailbox. As I first started testing with version 0.3.2e I gave it just one chance to start and as it failed I gave up for over two weeks... the log is shown below marked *).
So when I yesterday gave the version 0.3.2i a try it presented me with a nice clear picture (of 3sat, a german television station) but was unable to change the channel. The sound quality was sometimes quite poor. Any call of ./ptune.pl -f pal-europe-west -c resulted in a line of "Mar 18 02:31:16 localhost kernel: tuner: tuner type not set" (okay the timestamp changed a bit ;-). But that was fine with me I as yesterdays 3sat-program was quite nice and I unwilling to do research.
Then the news about the update to 0.3.2j from Chris Kennedy came and I got it.
After
[EMAIL PROTECTED]:~/downloads/driver/ivtv-0.3.2j/driver$make && su -c "make install" && su -c "modprobe -v ivtv" && dmesg && cd ../utils && make && su -c "make install"
the module presented me with the log shown as ***) and ptune.pl resulted in the same error as with ivtv-0.3.2i.
So i wrote the following little shellscript that was to go out fishing for the right tuner:
#++++++
#!/bin/sh
i=0
while test $i -le 99 ;
do
i=$[$i+1]
modprobe -r ivtv
modprobe ivtv tuner=$i
echo "Tuner $i"
./ptune.pl -f pal-europe-west -c 60
mplayer /dev/video &
sleep 10
killall mplayer
done
#+++++++
This might not have been the cleanest way to do the job but it worked for me. mplayer presented me with a black and white image without sound on tuner 3, b&w with sound on tuner 6&7, with color television with bogus sound on tuner 11 and 13. Tuner 12 presented me a cristal clear image and stereo sound. The log of this successful test is shown below ****), if anyone is interessted in the unsuccessful test results, contact me. At that point I interrupted the script and I tried some other channels using tuner=12 (everything seems to work fine so far) and started writing this mail. I hope it might prove helpful to someone out there.
Sven Marten


****) Log of ivtv 0.3.2j with correctly working tuner!
Mar 19 02:05:18 localhost kernel: Linux video capture interface: v1.00
Mar 19 02:05:18 localhost kernel: ivtv: ==================== START INIT IVTV ====================
Mar 19 02:05:18 localhost kernel: ivtv: version 0.3.2 (j) loading
Mar 19 02:05:18 localhost kernel: ivtv: Linux version: 2.6.8-2-k7 preempt K7 gcc-3.3
Mar 19 02:05:18 localhost kernel: ivtv: In case of problems please include the debug info
Mar 19 02:05:18 localhost kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when
Mar 19 02:05:18 localhost kernel: ivtv: mailing the ivtv-devel mailinglist.
Mar 19 02:05:18 localhost kernel: ivtv: Autodetected WinTV PVR 150 card
Mar 19 02:05:18 localhost kernel: ivtv: Found an iTVC16 based chip
Mar 19 02:05:18 localhost kernel: ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 19 (level, low) -> IRQ 177
Mar 19 02:05:18 localhost kernel: ivtv: VIA PCI device: 0x3099 vendor: 0x1106
Mar 19 02:05:18 localhost kernel: tveeprom: Hauppauge: model = 26034, rev = C197, serial# = 7766106
Mar 19 02:05:18 localhost kernel: tveeprom: tuner = <unknown> (idx = 97, type = 4)
Mar 19 02:05:18 localhost kernel: tveeprom: tuner fmt = PAL(D/K) (eeprom = 0x44, v4l2 = 0x00000e07)
Mar 19 02:05:18 localhost kernel: tveeprom: audio_processor = MSP3400C (type = 4)
Mar 19 02:05:18 localhost kernel: ivtv: i2c attach [client=tveeprom[22],ok]
Mar 19 02:05:18 localhost kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
Mar 19 02:05:18 localhost kernel: ivtv: i2c attach [client=(tuner unset),ok]
Mar 19 02:05:23 localhost kernel: cx25840: FW image '/lib/modules/HcwMakoA.ROM' of size 13883 loaded.
Mar 19 02:05:23 localhost kernel: cx25840: FW image md5 digest: a6f6a90a3be338cdb89d59e835798408
Mar 19 02:05:23 localhost kernel: cx25840: FW image sha1 digest: ad2872fb98ad43b6c4afa45d239a57010edebe84
Mar 19 02:05:23 localhost kernel: ivtv: i2c attach [client=cx25840[22],ok]
Mar 19 02:05:23 localhost kernel: ivtv: i2c attach [client=wm8775[22],ok]
Mar 19 02:05:24 localhost kernel: ivtv: Tuner Type 4, Tuner formats 0x00000e07, Radio: yes, Model 0x008d1657, Revision 0x00000000
Mar 19 02:05:24 localhost kernel: ivtv: PAL tuner detected
Mar 19 02:05:24 localhost kernel: ivtv: Radio detected
Mar 19 02:05:24 localhost kernel: ivtv: Encoder revision: 0x02050032
Mar 19 02:05:24 localhost kernel: ivtv: Encoder Firmware may be buggy, use version 0x02040011
Mar 19 02:05:24 localhost kernel: ivtv: Configuring WinTV PVR 150 card with 5 streams
Mar 19 02:05:24 localhost kernel: ivtv: Registered v4l2 device, streamtype 0 minor 0
Mar 19 02:05:24 localhost kernel: ivtv: Create DMA stream 0 using 1024 16384 byte buffers 0 kbytes total
Mar 19 02:05:24 localhost kernel: ivtv: Allocate DMA stream 0 using 1024 16384 byte buffers 16777216 kbytes total
Mar 19 02:05:24 localhost kernel: ivtv: Registered v4l2 device, streamtype 1 minor 32
Mar 19 02:05:24 localhost kernel: ivtv: Create DMA stream 1
Mar 19 02:05:24 localhost kernel: ivtv: Allocate DMA stream 1
Mar 19 02:05:24 localhost kernel: ivtv: Registered v4l2 device, streamtype 2 minor 224
Mar 19 02:05:24 localhost kernel: ivtv: Create stream 2 using 40 52224 byte buffers 0 kbytes total
Mar 19 02:05:24 localhost kernel: ivtv: Allocate stream 2 using 40 52224 byte buffers 2097152 kbytes total
Mar 19 02:05:24 localhost kernel: ivtv: Registered v4l2 device, streamtype 3 minor 24
Mar 19 02:05:24 localhost kernel: ivtv: Create DMA stream 3 using 455 4608 byte buffers 0 kbytes total
Mar 19 02:05:24 localhost kernel: ivtv: Allocate DMA stream 3 using 455 4608 byte buffers 2097152 kbytes total
Mar 19 02:05:25 localhost kernel: ivtv: Registered v4l2 device, streamtype 4 minor 64
Mar 19 02:05:25 localhost kernel: ivtv: Create stream 4
Mar 19 02:05:25 localhost kernel: ivtv: Allocate stream 4
Mar 19 02:05:25 localhost kernel: ivtv: ivtv_enc_thread: pid = 19224, itv = 0xe12b7da0
Mar 19 02:05:25 localhost kernel: ivtv: Setting Tuner 12
Mar 19 02:05:25 localhost kernel: tuner: type set to 12 (Alps TSBE5) by ivtv i2c driver #0
Mar 19 02:05:25 localhost kernel: ivtv: Switching standard to PAL.
Mar 19 02:05:25 localhost kernel: ivtv: Initialized WinTV PVR 150, card #0
Mar 19 02:05:25 localhost kernel: ivtv: ==================== END INIT IVTV ====================


*) Log of failing with ivtv-0.3.2e
Mar 1 01:14:25 localhost kernel: ivtv: ==================== START INIT IVTV ====================
Mar 1 01:14:25 localhost kernel: ivtv: version 0.3.2 (e) loading
Mar 1 01:14:25 localhost kernel: ivtv: Linux version: 2.6.8 K7 gcc-3.3
Mar 1 01:14:25 localhost kernel: ivtv: In case of problems please include the debug info
Mar 1 01:14:25 localhost kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when
Mar 1 01:14:25 localhost kernel: ivtv: mailing the ivtv-devel mailinglist.
Mar 1 01:14:25 localhost kernel: ivtv: Autodetected WinTV PVR 150 card
Mar 1 01:14:25 localhost kernel: ivtv: Found an iTVC16 based chip
Mar 1 01:14:25 localhost kernel: ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 19 (level, low) -> IRQ 19
Mar 1 01:14:25 localhost kernel: ivtv: VIA PCI device: 0x3099 vendor: 0x1106
Mar 1 01:14:25 localhost kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
Mar 1 01:14:25 localhost kernel: ivtv: i2c attach [client=(tuner unset),ok]
Mar 1 01:15:28 localhost kernel: apm: BIOS version 1.2 Flags 0x0b (Driver version 1.16ac)
Mar 1 01:15:28 localhost kernel: apm: overridden by ACPI.
Mar 1 01:15:47 localhost kernel: cx25840: FW image '/lib/modules/HcwMakoA.ROM' of size 262144 loaded.
Mar 1 01:15:47 localhost kernel: cx25840: FW image md5 digest: 305dba74bbe5905447add8883f3ecb68
Mar 1 01:15:47 localhost kernel: cx25840: FW image sha1 digest: 9b6e6a49c659d79688db2c2332c60db606f27e16
Mar 1 01:15:47 localhost kernel: ivtv: i2c attach [client=cx25840[5],ok]
Mar 1 01:15:47 localhost kernel: ivtv: i2c attach [client=wm8775[5],ok]
Mar 1 01:15:47 localhost kernel: tveeprom: Hauppauge: model = 26034, rev = C197, serial# = 7766106
Mar 1 01:15:47 localhost kernel: tveeprom: tuner = <unknown> (idx = 97, type = 4)
Mar 1 01:15:47 localhost kernel: tveeprom: tuner fmt = PAL(D/K) (eeprom = 0x44, v4l2 = 0x00000e07)
Mar 1 01:15:47 localhost kernel: tveeprom: audio_processor = MSP3400C (type = 4)
Mar 1 01:15:47 localhost kernel: ivtv: i2c attach [client=tveeprom[4],ok]
Mar 1 01:15:48 localhost kernel: ivtv: Encoder revision: 0x02050032
Mar 1 01:15:48 localhost kernel: ivtv: Encoder Firmware may be buggy, use version 0x02040011
Mar 1 01:15:48 localhost kernel: ivtv: Configuring WinTV PVR 150 card with 4 streams
Mar 1 01:15:48 localhost kernel: ivtv: Create DMA stream 0 using 256 16384 byte buffers 4194304 kbytes total
Mar 1 01:15:48 localhost kernel: ivtv: Registered v4l2 device, streamtype 0 minor 0
Mar 1 01:15:48 localhost kernel: ivtv: Create DMA stream 1
Mar 1 01:15:48 localhost kernel: ivtv: Registered v4l2 device, streamtype 1 minor 32
Mar 1 01:15:48 localhost kernel: ivtv: Create stream 2 using 40 52224 byte buffers 2097152 kbytes total
Mar 1 01:15:48 localhost kernel: ivtv: Registered v4l2 device, streamtype 2 minor 224
Mar 1 01:15:48 localhost kernel: ivtv: Create DMA stream 3 using 455 4608 byte buffers 2097152 kbytes total
Mar 1 01:15:48 localhost kernel: ivtv: Registered v4l2 device, streamtype 3 minor 24
Mar 1 01:15:48 localhost kernel: ivtv: Setting Tuner 50
Mar 1 01:15:48 localhost kernel: tuner: type set to 50 (NoTuner) by ivtv i2c driver #0
Mar 1 01:15:48 localhost kernel: ivtv: Switching standard to PAL.
Mar 1 01:15:48 localhost kernel: ivtv: Initialized WinTV PVR 150, card #0
Mar 1 01:15:48 localhost kernel: ivtv: ==================== END INIT IVTV ====================


**) Output of ivtv-0.3.2i
Mar 18 02:27:11 localhost kernel: Linux video capture interface: v1.00
Mar 18 02:27:11 localhost kernel: ivtv: ==================== START INIT IVTV ====================
Mar 18 02:27:11 localhost kernel: ivtv: version 0.3.2 (i) loading
Mar 18 02:27:11 localhost kernel: ivtv: Linux version: 2.6.8-2-k7 preempt K7 gcc-3.3
Mar 18 02:27:11 localhost kernel: ivtv: In case of problems please include the debug info
Mar 18 02:27:11 localhost kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when
Mar 18 02:27:11 localhost kernel: ivtv: mailing the ivtv-devel mailinglist.
Mar 18 02:27:11 localhost kernel: ivtv: Autodetected WinTV PVR 150 card
Mar 18 02:27:11 localhost kernel: ivtv: Found an iTVC16 based chip
Mar 18 02:27:11 localhost kernel: PCI: Enabling device 0000:00:10.0 (0014 -> 0016)
Mar 18 02:27:11 localhost kernel: ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 19 (level, low) -> IRQ 177
Mar 18 02:27:11 localhost kernel: ivtv: Unreasonably low latency timer, setting to 64 (was 32)
Mar 18 02:27:11 localhost kernel: ivtv: VIA PCI device: 0x3099 vendor: 0x1106
Mar 18 02:27:11 localhost kernel: tveeprom: Ignoring new-style parameters in presence of obsolete ones
Mar 18 02:27:11 localhost kernel: tveeprom: Hauppauge: model = 26034, rev = C197, serial# = 7766106
Mar 18 02:27:11 localhost kernel: tveeprom: tuner = <unknown> (idx = 97, type = 4)
Mar 18 02:27:11 localhost kernel: tveeprom: tuner fmt = PAL(D/K) (eeprom = 0x44, v4l2 = 0x00000e07)
Mar 18 02:27:11 localhost kernel: tveeprom: audio_processor = MSP3400C (type = 4)
Mar 18 02:27:11 localhost kernel: ivtv: i2c attach [client=tveeprom[0],ok]
Mar 18 02:27:11 localhost kernel: ivtv: Tuner Type 4, Tuner formats 0x00000e07, Radio: yes, Model 0x008d1657, Revision 0x00000000
Mar 18 02:27:11 localhost kernel: ivtv: PAL tuner detected
Mar 18 02:27:11 localhost kernel: ivtv: Radio detected
Mar 18 02:27:11 localhost kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
Mar 18 02:27:11 localhost kernel: ivtv: i2c attach [client=(tuner unset),ok]
Mar 18 02:27:15 localhost kernel: cx25840: FW image '/lib/modules/HcwMakoA.ROM' of size 13883 loaded.
Mar 18 02:27:15 localhost kernel: cx25840: FW image md5 digest: a6f6a90a3be338cdb89d59e835798408
Mar 18 02:27:15 localhost kernel: cx25840: FW image sha1 digest: ad2872fb98ad43b6c4afa45d239a57010edebe84
Mar 18 02:27:15 localhost kernel: ivtv: i2c attach [client=cx25840[0],ok]
Mar 18 02:27:15 localhost kernel: ivtv: i2c attach [client=wm8775[0],ok]
Mar 18 02:27:16 localhost kernel: ivtv: Encoder revision: 0x02050032
Mar 18 02:27:16 localhost kernel: ivtv: Encoder Firmware may be buggy, use version 0x02040011
Mar 18 02:27:16 localhost kernel: ivtv: Configuring WinTV PVR 150 card with 5 streams
Mar 18 02:27:16 localhost kernel: ivtv: Create DMA stream 0 using 1024 16384 byte buffers 16777216 kbytes total
Mar 18 02:27:16 localhost kernel: ivtv: Registered v4l2 device, streamtype 0 minor 0
Mar 18 02:27:16 localhost kernel: ivtv: Create DMA stream 1
Mar 18 02:27:16 localhost kernel: ivtv: Registered v4l2 device, streamtype 1 minor 32
Mar 18 02:27:16 localhost kernel: ivtv: Create stream 2 using 40 52224 byte buffers 2097152 kbytes total
Mar 18 02:27:16 localhost kernel: ivtv: Registered v4l2 device, streamtype 2 minor 224
Mar 18 02:27:16 localhost kernel: ivtv: Create DMA stream 3 using 455 4608 byte buffers 2097152 kbytes total
Mar 18 02:27:16 localhost kernel: ivtv: Registered v4l2 device, streamtype 3 minor 24
Mar 18 02:27:16 localhost kernel: ivtv: Create stream 4
Mar 18 02:27:16 localhost kernel: ivtv: Registered v4l2 device, streamtype 4 minor 64
Mar 18 02:27:16 localhost kernel: ivtv: ivtv_enc_thread: pid = 4390, itv = 0xe12b9c60
Mar 18 02:27:16 localhost kernel: ivtv: Setting Tuner 4
Mar 18 02:27:16 localhost kernel: tuner: type set to 4 (NoTuner) by ivtv i2c driver #0
Mar 18 02:27:16 localhost kernel: ivtv: Switching standard to PAL.
Mar 18 02:27:16 localhost kernel: ivtv: Initialized WinTV PVR 150, card #0
Mar 18 02:27:16 localhost kernel: ivtv: ==================== END INIT IVTV ====================


***) Log of ivtv 0.3.2 j
Mar 19 01:57:01 localhost kernel: Linux video capture interface: v1.00
Mar 19 01:57:01 localhost kernel: ivtv: ==================== START INIT IVTV ====================
Mar 19 01:57:01 localhost kernel: ivtv: version 0.3.2 (j) loading
Mar 19 01:57:01 localhost kernel: ivtv: Linux version: 2.6.8-2-k7 preempt K7 gcc-3.3
Mar 19 01:57:01 localhost kernel: ivtv: In case of problems please include the debug info
Mar 19 01:57:01 localhost kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when
Mar 19 01:57:01 localhost kernel: ivtv: mailing the ivtv-devel mailinglist.
Mar 19 01:57:01 localhost kernel: ivtv: Autodetected WinTV PVR 150 card
Mar 19 01:57:01 localhost kernel: ivtv: Found an iTVC16 based chip
Mar 19 01:57:01 localhost kernel: ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 19 (level, low) -> IRQ 177
Mar 19 01:57:01 localhost kernel: ivtv: VIA PCI device: 0x3099 vendor: 0x1106
Mar 19 01:57:01 localhost kernel: tveeprom: Hauppauge: model = 26034, rev = C197, serial# = 7766106
Mar 19 01:57:01 localhost kernel: tveeprom: tuner = <unknown> (idx = 97, type = 4)
Mar 19 01:57:01 localhost kernel: tveeprom: tuner fmt = PAL(D/K) (eeprom = 0x44, v4l2 = 0x00000e07)
Mar 19 01:57:01 localhost kernel: tveeprom: audio_processor = MSP3400C (type = 4)
Mar 19 01:57:01 localhost kernel: ivtv: i2c attach [client=tveeprom[7],ok]
Mar 19 01:57:01 localhost kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
Mar 19 01:57:01 localhost kernel: ivtv: i2c attach [client=(tuner unset),ok]
Mar 19 01:57:05 localhost kernel: cx25840: FW image '/lib/modules/HcwMakoA.ROM' of size 13883 loaded.
Mar 19 01:57:05 localhost kernel: cx25840: FW image md5 digest: a6f6a90a3be338cdb89d59e835798408
Mar 19 01:57:05 localhost kernel: cx25840: FW image sha1 digest: ad2872fb98ad43b6c4afa45d239a57010edebe84
Mar 19 01:57:05 localhost kernel: ivtv: i2c attach [client=cx25840[7],ok]
Mar 19 01:57:05 localhost kernel: ivtv: i2c attach [client=wm8775[7],ok]
Mar 19 01:57:05 localhost kernel: ivtv: Tuner Type 4, Tuner formats 0x00000e07, Radio: yes, Model 0x008d1657, Revision 0x00000000
Mar 19 01:57:05 localhost kernel: ivtv: PAL tuner detected
Mar 19 01:57:05 localhost kernel: ivtv: Radio detected
Mar 19 01:57:06 localhost kernel: ivtv: Encoder revision: 0x02050032
Mar 19 01:57:06 localhost kernel: ivtv: Encoder Firmware may be buggy, use version 0x02040011
Mar 19 01:57:06 localhost kernel: ivtv: Configuring WinTV PVR 150 card with 5 streams
Mar 19 01:57:06 localhost kernel: ivtv: Registered v4l2 device, streamtype 0 minor 0
Mar 19 01:57:06 localhost kernel: ivtv: Create DMA stream 0 using 1024 16384 byte buffers 0 kbytes total
Mar 19 01:57:06 localhost kernel: ivtv: Allocate DMA stream 0 using 1024 16384 byte buffers 16777216 kbytes total
Mar 19 01:57:06 localhost kernel: ivtv: Registered v4l2 device, streamtype 1 minor 32
Mar 19 01:57:06 localhost kernel: ivtv: Create DMA stream 1
Mar 19 01:57:06 localhost kernel: ivtv: Allocate DMA stream 1
Mar 19 01:57:06 localhost kernel: ivtv: Registered v4l2 device, streamtype 2 minor 224
Mar 19 01:57:06 localhost kernel: ivtv: Create stream 2 using 40 52224 byte buffers 0 kbytes total
Mar 19 01:57:06 localhost kernel: ivtv: Allocate stream 2 using 40 52224 byte buffers 2097152 kbytes total
Mar 19 01:57:06 localhost kernel: ivtv: Registered v4l2 device, streamtype 3 minor 24
Mar 19 01:57:06 localhost kernel: ivtv: Create DMA stream 3 using 455 4608 byte buffers 0 kbytes total
Mar 19 01:57:06 localhost kernel: ivtv: Allocate DMA stream 3 using 455 4608 byte buffers 2097152 kbytes total
Mar 19 01:57:06 localhost kernel: ivtv: Registered v4l2 device, streamtype 4 minor 64
Mar 19 01:57:06 localhost kernel: ivtv: Create stream 4
Mar 19 01:57:06 localhost kernel: ivtv: Allocate stream 4
Mar 19 01:57:06 localhost kernel: ivtv: ivtv_enc_thread: pid = 16928, itv = 0xe12b7da0
Mar 19 01:57:06 localhost kernel: ivtv: Setting Tuner 4
Mar 19 01:57:06 localhost kernel: tuner: type set to 4 (NoTuner) by ivtv i2c driver #0
Mar 19 01:57:06 localhost kernel: ivtv: Switching standard to PAL.
Mar 19 01:57:06 localhost kernel: ivtv: Initialized WinTV PVR 150, card #0
Mar 19 01:57:06 localhost kernel: ivtv: ==================== END INIT IVTV ====================


--
Sven Marten Czerwonka
Steenbeker Weg 14                       
24106 Kiel                              

--- http://washbear.dyndns.org ---



-------------------------------------------------------
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