I am hopefully in my final steps towards getting my PVR-350 working for a Mythtv installation. I am using Mandriva 2007 64 bit with the 2.6.17.-14mdv kernel. I appear to have a functional ivtv install and I am able to capture some snow with cat /dev/video0 > test.mpg and play it with mplayer. I just cant get live tv to show up in mythtv. Are there some additional things I need to do in /etc/modprobe.conf? I have found some of these posts, but I dont know if they apply to this version of the ivtv driver. Do I need to modprobe ivtv-fb as well as ivtv? You can see dmesg output below.
Thx SFS Users of the PVR-350 (may?) need to add a line to /etc/modprobe.conf if they want to enable TV-Out, like this: # load ivtv-fb for PVR-350 output install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb # /sbin/depmod -a # /sbin/modprobe ivtv With the ivtv-fb line in your modprobe.conf, your system will automatically load up the ivtv-fb module. If you have that line commented out, you can load the ivtv-fb module up manually, with this command: # /sbin/modprobe ivtv-fb > ivtv: ==================== START INIT IVTV ==================== > ivtv: version 0.7.0 (tagged release) loading > ivtv: Linux version: 2.6.17-14mdv SMP mod_unload gcc-4.1 > 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-350 card (cx23415 based) > ivtv0: Unreasonably low latency timer, setting to 64 (was 32) > tveeprom 0-0050: Hauppauge model 48132, rev K268, serial# 9921474 > 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 0-0061: chip found @ 0xc2 (ivtv i2c driver #0) > tda9887 0-0043: chip found @ 0x86 (ivtv i2c driver #0) > saa7115 0-0021: saa7115 found @ 0x42 (ivtv i2c driver #0) > saa7127 0-0044: saa7129 found @ 0x88 (ivtv i2c driver #0) > msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0) > msp3400 0-0040: MSP4448G-A2 supports radio, mode is autodetect and > autoselect > ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) > ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes) > ivtv0: Encoder revision: 0x02060039 > ivtv0 warning: Encoder Firmware can be buggy, use version 0x02040011, > 0x02040024 or 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) > ivtv0 warning: 100 ms time out waiting for firmware > ivtv0 warning: Failed api call 0x00000002 with result 0xfffffff0 > tuner 0-0061: type set to 47 (LG NTSC (TAPE series)) > ivtv0 warning: 1000 ms time out waiting for firmware > ivtv0 warning: Failed api call 0x00000010 with result 0xfffffff0 > ivtv0: Initialized Hauppauge WinTV PVR-350, card #0 > ivtv: ==================== END INIT IVTV ==================== _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
