Maybe I misunderstood your instructions in README.1st. I'll remove
the v4l-dvb directory in the future.

After a 'modprobe -f ivtv' I ran ivtv-tune and got a 'signal
detected' message. However 'cat /dev/video0' > test.mpg yields
a zero byte file and the following messages:

ivtv0 warning: Setup VBI API header 0x0000bd0d pkts 1 buffs 4 ln 24 sz 1456
ivtv0 warning: Setup VBI start 0x002fea04 frames 4 fpi 1 lines 0x00000140

Load messages below.

Kirk Bocek


ivtv: no version for "struct_module" found: kernel tainted.
ivtv: no version magic, tainting kernel.
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.9.0 (development snapshot compiled on Fri 03 Nov 2006
12:40:55 PM PST) loading
ivtv:  Linux version: 2.6.18.1smp-beryl-02 SMP mod_unload gcc-3.4
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-150 card (cx23416 based)
PCI: Enabling device 0000:08:08.0 (0150 -> 0152)
ACPI: PCI Interrupt 0000:08:08.0[A] -> GSI 16 (level, low) -> IRQ 169
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
tveeprom 0-0050: Hauppauge model 23552, rev E587, serial# 9867390
tveeprom 0-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 70)
tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 0-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101,
type 62)
tveeprom 0-0050: audio processor is CX25843 (idx 37)
tveeprom 0-0050: decoder processor is CX25843 (idx 30)
tveeprom 0-0050: has radio, has no IR remote
ivtv0: This is the first unit of a PVR500
tuner 0-0060: TEA5767 detected.
tuner 0-0060: chip found @ 0xc0 (ivtv i2c driver #0)
tuner 0-0060: type set to 62 (Philips TEA5767HN FM Radio)
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
cx25840 0-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
cx25840 0-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
ivtv0: Registered device video0 for encoder MPEG (4 MB)
ivtv0: Registered device video32 for encoder YUV (2 MB)
ivtv0: Registered device vbi0 for encoder VBI (1 MB)
ivtv0: Registered device video24 for encoder PCM audio (1 MB)
ivtv0: Registered device radio0 for encoder radio
tuner 0-0061: type set to 70 (Samsung TCPN 2121P30A)
ivtv0: Initialized WinTV PVR 500 (unit #1), card #0
ivtv:  ======================  NEXT CARD  ======================
ivtv1: Autodetected Hauppauge WinTV PVR-150 card (cx23416 based)
PCI: Enabling device 0000:08:09.0 (0150 -> 0152)
ACPI: PCI Interrupt 0000:08:09.0[A] -> GSI 17 (level, low) -> IRQ 185
ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv1: Encoder revision: 0x02050032
wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #1)
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #1)
cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1)
cx25840 1-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
tveeprom 1-0050: Hauppauge model 23552, rev E587, serial# 9867390
tveeprom 1-0050: tuner model is Samsung TCPN 2121P30A (idx 87, type 70)
tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 1-0050: second tuner model is Philips TEA5768HL FM Radio (idx 101,
type 62)
tveeprom 1-0050: audio processor is CX25843 (idx 37)
tveeprom 1-0050: decoder processor is CX25843 (idx 30)
tveeprom 1-0050: has radio, has no IR remote
ivtv1: This is the second unit of a PVR500
ivtv1: Correcting tveeprom data: no radio present on second unit
ivtv1: Registered device video1 for encoder MPEG (4 MB)
ivtv1: Registered device video33 for encoder YUV (2 MB)
ivtv1: Registered device vbi1 for encoder VBI (1 MB)
ivtv1: Registered device video25 for encoder PCM audio (1 MB)
tuner 1-0061: type set to 70 (Samsung TCPN 2121P30A)
ivtv1: Initialized WinTV PVR 500 (unit #2), card #1
ivtv:  ====================  END INIT IVTV  ====================


Hans Verkuil wrote:
> There is no need to use v4l-dvb, you can just compile against your 
> current kernel (provided it is a 2.6.18 kernel).
> 
> It is module versioning problems, you can try modprobe -f ivtv to force 
> the ivtv load regardless of module version mismatches.
> 
>       Hans
> 
> On Friday 03 November 2006 21:46, Kirk Bocek wrote:
>> Hans,
>> I downloaded your new driver, updated v4l, compiled and installed.
>> When I modprobe ivtv I get:
>>
>> ivtv: disagrees about version of symbol video_unregister_device
>> ivtv: Unknown symbol video_unregister_device
>> ivtv: disagrees about version of symbol video_device_alloc
>> ivtv: Unknown symbol video_device_alloc
>> ivtv: disagrees about version of symbol video_register_device
>> ivtv: Unknown symbol video_register_device
>> ivtv: disagrees about version of symbol video_device_release
>> ivtv: Unknown symbol video_device_release
>>
>> The steps I followed were:
>>
>> 1. untar your source.
>> 2. Copy the v4l-dvb directory from my last trunk copy
>> 3. make v4l-update
>> 4. make clean v4l-distclean
>> 5. make v4l
>> 6. make v4l-install
>> 7. make
>> 8. make install
>>
>> Is there anything I missed?
>>
>> Kirk Bocek
>>
>> Hans Verkuil wrote:
>>> Hi all,
>>>
>>> A week later than intended, but here is a new beta to test with:
>>>
>>> If you are running a 2.6.18 kernel with ivtv-0.8, then I'd
>>> appreciate it if you can test the following beta driver:
>>>
>>> http://dl.ivtvdriver.org/ivtv/unstable/ivtv-b3508.tar.gz
>> _______________________________________________
>> ivtv-users mailing list
>> [email protected]
>> http://ivtvdriver.org/mailman/listinfo/ivtv-users
> 
> _______________________________________________
> ivtv-users mailing list
> [email protected]
> http://ivtvdriver.org/mailman/listinfo/ivtv-users


_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to