I just upgraded from Fedora Core 4 to Core 5. I'm running the 2.6.15-1.2054_FC5 kernel. I also tried a 2.6.16 kernel from the development repository. I built ivtv 0.4.2 because 0.4.3 complains about owner, name and flags. I had built this into some milestone of FC4 so thought it would be quick work. No matter what I put into modprobe.conf -including nothing- I can't convince the driver that the tuner has a type. I've checked for duplicate driver modules (not being built on this tree against 2.6.15 kernel, as it should be, right?). The v4l firmware files are where they should be and the mpg init file is also. Everything looks good to me except that I have only /dev/video0 and no others.
Is anyone having similar troubles? Any help would be largely appreciated! Regards, -Richard --- /usr/local/src/ivtv-0.4.3/driver/tuner.c:1855: error: unknown field ‘owner’ specified in initializer /usr/local/src/ivtv-0.4.3/driver/tuner.c:1857: error: unknown field ‘name’ specified in initializer /usr/local/src/ivtv-0.4.3/driver/tuner.c:1859: error: unknown field ‘flags’ specified in initializer --- Mar 22 15:12:37 MVX001 kernel: ivtv: ==================== START INIT IVTV ==================== Mar 22 15:12:37 MVX001 kernel: ivtv: version 0.4.2 (tagged release) loading Mar 22 15:12:37 MVX001 kernel: ivtv: Linux version: 2.6.15-1.2054_FC5 686 REGPARM 4KSTACKS gcc-4.1 Mar 22 15:12:37 MVX001 kernel: ivtv: In case of problems please include the debug info between Mar 22 15:12:37 MVX001 kernel: ivtv: the START INIT IVTV and END INIT IVTV lines, along with Mar 22 15:12:37 MVX001 kernel: ivtv: any module options, when mailing the ivtv-users mailinglist. Mar 22 15:12:37 MVX001 kernel: ivtv0: Autodetected WinTV PVR 350 card (cx23415 based) Mar 22 15:12:37 MVX001 kernel: ACPI: PCI Interrupt 0000:01:04.0[A] -> GSI 16 (level, low) -> IRQ 18 Mar 22 15:12:37 MVX001 kernel: ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] Mar 22 15:12:37 MVX001 kernel: tveeprom 3-0050: Hauppauge model 48132, rev K268, serial# 7997876 Mar 22 15:12:37 MVX001 kernel: tveeprom 3-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47) Mar 22 15:12:37 MVX001 kernel: tveeprom 3-0050: TV standards NTSC(M) (eeprom 0x08) Mar 22 15:12:37 MVX001 kernel: tveeprom 3-0050: audio processor is MSP4448 (idx 27) Mar 22 15:12:37 MVX001 kernel: tveeprom 3-0050: decoder processor is SAA7115 (idx 19) Mar 22 15:12:37 MVX001 kernel: tveeprom 3-0050: has radio, has IR remote Mar 22 15:12:37 MVX001 kernel: tuner 3-0061: chip found @ 0xc2 (ivtv i2c driver #0) Mar 22 15:12:37 MVX001 kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61] Mar 22 15:12:37 MVX001 kernel: saa7115 3-0021: saa7115 found @ 0x42 (ivtv i2c driver #0) Mar 22 15:12:37 MVX001 kernel: ivtv0: i2c attach to card #0 ok [client=saa7115, addr=21] Mar 22 15:12:37 MVX001 kernel: saa7127 3-0044: saa7129 found @ 0x88 (ivtv i2c driver #0) Mar 22 15:12:37 MVX001 kernel: ivtv0: i2c attach to card #0 ok [client=saa7127, addr=44] Mar 22 15:12:37 MVX001 kernel: msp3400 3-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0) Mar 22 15:12:37 MVX001 kernel: msp3400 3-0040: MSP4448G-A2 supports radio, mode is autodetect and autoselect Mar 22 15:12:37 MVX001 kernel: ivtv0: i2c attach to card #0 ok [client=MSP4448G-A2, addr=40] Mar 22 15:12:37 MVX001 kernel: tda9887 3-0043: chip found @ 0x86 (ivtv i2c driver #0) Mar 22 15:12:37 MVX001 kernel: ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43] Mar 22 15:12:38 MVX001 kernel: ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) Mar 22 15:12:38 MVX001 kernel: ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes) Mar 22 15:12:38 MVX001 kernel: ivtv0: Encoder revision: 0x02050032 Mar 22 15:12:38 MVX001 kernel: ivtv0: Decoder revision: 0x02020023 Mar 22 15:12:38 MVX001 kernel: ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total) Mar 22 15:12:38 MVX001 kernel: ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total) Mar 22 15:12:38 MVX001 kernel: ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total) Mar 22 15:12:38 MVX001 kernel: ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total) Mar 22 15:12:38 MVX001 kernel: ivtv0: Create encoder radio stream Mar 22 15:12:38 MVX001 kernel: ivtv0: Allocate DMA decoder MPEG stream: 16 x 65536 buffers (1024KB total) Mar 22 15:12:38 MVX001 kernel: ivtv0: Allocate DMA decoder VBI stream: 512 x 2048 buffers (1024KB total) Mar 22 15:12:38 MVX001 kernel: ivtv0: Create decoder VOUT stream Mar 22 15:12:38 MVX001 kernel: ivtv0: Allocate DMA decoder YUV stream: 24 x 43200 buffers (1024KB total) Mar 22 15:12:38 MVX001 kernel: ivtv0: loaded v4l-cx2341x-init.mpg firmware (155648 bytes) Mar 22 15:12:39 MVX001 kernel: tuner 3-0061: tuner type not set Mar 22 15:12:39 MVX001 kernel: tuner 3-0061: tuner type not set Mar 22 15:12:39 MVX001 kernel: ivtv0: Initialized WinTV PVR 350, card #0 Mar 22 15:12:39 MVX001 kernel: ivtv: ==================== END INIT IVTV ==================== ( --- ivtv-firmware-1.8a-8.at ivtv-firmware-dec-2.02.023-8.at ivtv-firmware-audio-0.0.1-5.at ivtv-firmware-enc-2.04.024-8.at _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
