Cecil Watson wrote: > Hello Everyone, > > I'm working on my next release of KnoppMyth and have ran into an issue > the with 350. While 0.4.2 works beautifully for the 150, 250 and 500 > (kudos to all!), it won't load the encoder firmware for the 350. Here > is what I get: > > ivtv: ==================== START INIT IVTV ==================== > ivtv: version 0.4.2 (tagged release) loading > ivtv: Linux version: 2.6.15-chw-2 SMP preempt 586 gcc-3.3 > 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 WinTV PVR 350 card (cx23415 based) > ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] > tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0) > ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61] > ivtv0: i2c attach to card #0 ok [client=MSP4448G-A2, addr=40] > saa7115 1-0021: saa7115 found @ 0x42 (ivtv i2c driver #0) > ivtv0: i2c attach to card #0 ok [client=saa7115, addr=21] > saa7127 1-0044: saa7127 found @ 0x88 (ivtv i2c driver #0) > ivtv0: i2c attach to card #0 ok [client=saa7127, addr=44] > ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) > ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes) > ivtv0 warning: 1000 ms time out waiting for firmware > ivtv0 warning: Failed api call 0x000000c4 with result 0xfffffff0 > ivtv0: error getting Encoder firmware version > ivtv0: Error -16 getting firmware version! > ivtv0: Error -16 on initialization > ivtv: probe of 0000:01:06.0 failed with error -16 > ivtv: ==================== END INIT IVTV ==================== > > I've installed per http://ivtvdriver.org/index.php/Firmware and tried > the firmware per http://ivtvdriver.org/index.php/Firmware_versions. > Probably a case of not seeing the forest from the trees. Any pointers? > > Thanks, > > Cecil
I'm sure I'm probably wrong but it seems like something might be wrong with tveeprom.ko to me.... Shouldn't you be seeing the tuner model before it ever gets to loading the firmware? Would it be dying because it doesn't know what to do with the firmware? e.g. an excerpt from mine (debian sarge with 350/500/HD3000) ivtv: ==================== START INIT IVTV ==================== ivtv: version 0.4.2 (tagged release) loading ivtv: Linux version: 2.6.14.4 preempt K7 gcc-3.3 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 WinTV PVR 350 card (cx23415 based) ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 PCI: setting IRQ 10 as level-triggered ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10 ivtv0: Unreasonably low latency timer, setting to 64 (was 32) ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] tveeprom 0-0050: Hauppauge model 48132, rev K268, serial# 7875498 tveeprom 0-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47) tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08) tveeprom 0-0050: audio processor is MSP4448 (idx 27) tveeprom 0-0050: decoder processor is SAA7115 (idx 19) tveeprom 0-0050: has radio, has IR remote tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #0 ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61] saa7115 0-0021: ivtv driver saa7115 0-0021: saa7115 found @ 0x42 (ivtv i2c driver #0) ivtv0: i2c attach to card #0 ok [client=saa7115, addr=21] saa7127 0-0044: ivtv driver saa7127 0-0044: saa7129 found @ 0x88 (ivtv i2c driver #0) ivtv0: i2c attach to card #0 ok [client=saa7127, addr=44] msp3400 0-0040: ivtv driver msp3400 0-0040: chip=MSP4448G-A2 +nicam +simple +simpler +radio mode=simpler msp3400 0-0040: msp34xxg daemon started ivtv0: i2c attach to card #0 ok [client=MSP4448G-A2, addr=40] tda9887 0-0043: (ivtv) chip found @ 0x86 (ivtv i2c driver #0) ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43] ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes) ivtv0: Encoder revision: 0x02050032 ivtv0: Decoder revision: 0x02020023 ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total) ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total) ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total) ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total) ivtv0: Create encoder radio stream ivtv0: Allocate DMA decoder MPEG stream: 16 x 65536 buffers (1024KB total) ivtv0: Allocate DMA decoder VBI stream: 512 x 2048 buffers (1024KB total) ivtv0: Create decoder VOUT stream ivtv0: Allocate DMA decoder YUV stream: 24 x 43200 buffers (1024KB total) ivtv0: loaded v4l-cx2341x-init.mpg firmware (155648 bytes) tuner: type set to 47 (LG NTSC (TAPE series)) by ivtv i2c driver #0 ivtv0: Initialized WinTV PVR 350, card #0 ivtv: ====================== NEXT CARD ====================== _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
