I'm trying to get a Hauppauge 350 board working on a Redhat 9 box to do some basic video capture. Based on the website, I'm working with 0.4.6. I successfully compiled & installed the driver w/o any errors and placed the firmware files as per the instructions and it seems to go ok (At least, no errors kick back.) But ivtv-detect blows up:
# ivtv-detect no v4l device: /dev/video Segmentation fault (If I run it again, the prompt, but not the machine, locks. Can't Ctrl-C out) I'd appreciate any help available. (I can't upgrade the box to FC w/o breaking some existing tools) # ls -l /dev/video* crw------- 1 root root 81, 0 Jan 30 2003 /dev/video0 crw------- 1 root root 81, 1 Jan 30 2003 /dev/video1 crw------- 1 root root 172, 0 Jan 30 2003 /dev/video1394 crw------- 1 root root 81, 2 Jan 30 2003 /dev/video2 crw------- 1 root root 81, 3 Jan 30 2003 /dev/video3 /dev/video: total 0 crw------- 1 root root 10, 204 Jan 30 2003 em8300 crw------- 1 root root 10, 206 Jan 30 2003 em8300_ma crw------- 1 root root 10, 205 Jan 30 2003 em8300_mv crw------- 1 root root 10, 207 Jan 30 2003 em8300_sp results of lsmod: Module Size Used by Not tainted tda9887 4444 1 (autoclean) msp3400 30684 1 (autoclean) saa7127 9884 1 (autoclean) saa7115 13660 1 (autoclean) tuner 12448 1 (autoclean) tveeprom 11456 0 (autoclean) (unused) ivtv 216272 0 (unused) i2c-algo-bit 8872 0 [ivtv] i2c-core 19844 0 [tda9887 msp3400 saa7127 saa7115 tuner tveeprom ivtv i2c-algo-bit] videodev 8544 9 [ivtv] My dmesg output: ivtv: ==================== START INIT IVTV ==================== ivtv: version 0.4.6 (tagged release) loading ivtv: Linux version: 2.4.22 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) i2c-core.o: adapter ivtv i2c driver #0 registered as adapter 0. i2c-core.o: driver tveeprom registered. tveeprom: ivtv version tveeprom: Hauppauge: model = 48132, rev = K268, serial# = 8082744 tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47) tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000) tveeprom: audio processor = MSP4448 (type = 1b) tveeprom: decoder processor = SAA7115 (type = 13) ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] i2c-core.o: client [tveeprom] registered to adapter [ivtv i2c driver #0](pos. 0). i2c-core.o: driver i2c TV tuner driver registered. tuner: chip found @ 0xc2 ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61] i2c-core.o: client [(tuner unset)] registered to adapter [ivtv i2c driver #0](pos. 1). i2c-core.o: driver saa7115 registered. 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] i2c-core.o: client [saa7115] registered to adapter [ivtv i2c driver #0](pos. 2). i2c-core.o: driver saa7127 registered. 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] i2c-core.o: client [saa7127] registered to adapter [ivtv i2c driver #0](pos. 3). i2c-core.o: driver msp3400 registered. 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] i2c-core.o: client [MSP4448G-A2] registered to adapter [ivtv i2c driver #0](pos. 4). i2c-core.o: driver i2c tda9887 driver registered. tda9887: chip found @ 0x86 ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43] i2c-core.o: client [tda9887] registered to adapter [ivtv i2c driver #0](pos. 5). ivtv0: loaded /usr/lib/hotplug/firmware/v4l-cx2341x-enc.fw firmware (262144 bytes) ivtv0: loaded /usr/lib/hotplug/firmware/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 /usr/lib/hotplug/firmware/v4l-cx2341x-init.mpg firmware (155648 bytes) ivtv0: Initialized WinTV PVR 350, card #0 ivtv: ==================== END INIT IVTV ==================== _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
