Chris, I just had the same problem with my PVR-350 that I just bought. I'm not sure if it's a problem with the ivtv packaging (?), but you are clearly not loading a necessary kernel module "tveeprom", as evidenced by your log file.
I and others were able to fix this by using the "tveeprom-ivtv" module. My startup script does the following: /sbin/modprobe tveeprom-ivtv /sbin/modprobe ivtv-fb /sbin/modprobe ivtv Then all you should have to do is make sure the tveeprom-ivtv module is located in your /lib/modules directory. On FC3 it should be.... /lib/modules/$KERNEL_VERSION/updates/drivers/media/video/tveeprom- ivtv.ko Good luck! Justin On Wed, 2005-01-26 at 15:53 -0900, Chris wrote: > this system is an asus kt600, xp1700, radeon aiw8500dv, running fc3. > this setup works properly in windows. the pvr-250 is in the first pci > slot for dma, but i have tried others. radeon driver is the most recent > ati proprietay driver: fglrx_6_8_0-8.8.25-1.i386. it built and installed > no problem, glxgears works. kernel is 2.6.10-1.737_FC3, i have also > tried 2.6.9-1.724_FC3. the module will build and insert successfully. i > have also tried v1.1 installed from apt, as in this howto: > http://wilsonet.com/mythtv/fcmyth.php , with the same result - snow. > > /dev/video0 exists. i can cat from it to mplayer resulting in snow. i > can cat from it to the console, resulting in (haha) ascii snow. i can > cat from it to an .mpg file, which plays back as snow. i have used > ivtvctl to make sure i'm using ntsc, and tried using pitune to flip > channels and inputs while cat'ing video to mplayer - more snow. > > tvtime says "cannot open capture device /dev/video0" and spits this at > the console: > videoinput: Card failed to allocate capture buffers > > i tried this: > echo 16384 > /proc/sys/vm/min_free_kbytes > but it didn't help. > > any related experiance, or suggestions would be appreciated. > thx in advance > > > > dmesg output from apt package of ivtv 1.1: > > Linux video capture interface: v1.00 > ivtv: no version for "struct_module" found: kernel tainted. > ivtv: ==================== START INIT IVTV ==================== > ivtv: version 0.1.10 (0.1.10-49.1_pre2_ck100zz.rhfc3.at) loading > ivtv: Linux version: 2.6.10-1.737_FC3 686 REGPARM 4KSTACKS gcc-3.4 > ivtv: In case of problems please include the debug info > ivtv: between the START INIT IVTV and END INIT IVTV lines when > ivtv: mailing the ivtv-devel mailinglist. > ivtv: Autodetected WinTV PVR 250 card > ivtv: Found an iTVC16 based chip > ACPI: PCI interrupt 0000:00:0c.0[A] -> GSI 9 (level, low) -> IRQ 9 > ivtv: Unreasonably low latency timer, setting to 64 (was 32) > ivtv: pci: VIA detected device: 0x3189 vendor: 0x1106 > ivtv: i2c client addr: 0x50 not found! > ivtv: Error -19 reading Hauppauge eeprom. > ivtv: Possible causes: the tveeprom module was not loaded, or > ivtv: the eeprom kernel module was loaded before the tveeprom module. > tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0 > ivtv: i2c attach [client=(tuner unset),ok] > saa7115: Ignoring new-style parameters in presence of obsolete ones > saa7115: starting probe for adapter SMBus Via Pro adapter at e800 (0x0) > saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005) > saa7115: detecting saa7115 client on address 0x42 > saa7115: writing init values > ivtv: i2c attach [client=saa7115[0],ok] > saa7115: status: (1E) 0x48, (1F) 0xc0 > msp34xx: init: chip=MSP3445G-B8 +nicam +simple +simpler +radio mode=simple > ivtv: i2c attach [client=MSP3445G-B8,ok] > msp3410: daemon started > ivtv: Encoder revision: 0x02040024 > ivtv: Configuring WinTV PVR 250 card with 4 streams > ivtv: Create DMA stream 0 using 128 buffers of size 32768 > ivtv: Create DMA stream 1 using 128 buffers of size 32768 > ivtv: Create stream 2 using 128 buffers of size 52224 > ivtv: Create DMA stream 3 using 128 buffers of size 32768 > ivtv: Could not detect tuner standard, defaulting to NTSC. > ivtv: Setting audio matrix to input 3, output 1 > ivtv: Switching standard to NTSC. > tuner: tuner type not set > saa7115: decoder set norm NTSC > saa7115: set audio: 0x01 > ivtv: Initialized WinTV PVR 250, card #0 > ivtv: ==================== END INIT IVTV ==================== > hald: page allocation failure. order:5, mode:0xd0 > [<c014150a>] __alloc_pages+0x281/0x28e > [<c014152f>] __get_free_pages+0x18/0x24 > [<e5382d1e>] ivtv_init_buffer+0x49/0xa4 [ivtv] > [<e5382d90>] ivtv_init_queue_nolock+0x17/0x61 [ivtv] > [<e5382dfa>] ivtv_init_queues_nolock+0x20/0x39 [ivtv] > [<e5386e87>] ivtv_stream_alloc+0x77/0xad [ivtv] > [<e53865cb>] ivtv_v4l2_open+0x2c8/0x3a6 [ivtv] > [<e0cc416a>] video_open+0xd4/0x14e [videodev] > [<c0167765>] chrdev_open+0x28e/0x2a4 > [<c015d10a>] dentry_open+0xbd/0x180 > [<c015d047>] filp_open+0x36/0x3c > [<c016816f>] sys_lstat64+0x1e/0x23 > [<c01d3f88>] strncpy_from_user+0x37/0x56 > [<c015d511>] sys_open+0x31/0x7d > [<c0103337>] syscall_call+0x7/0xb > ivtv: No memory on buffer alloc! > ivtv: Buffer alloc failed! > > dmesg from ivtv 2.0rc3 built from source: > > Linux video capture interface: v1.00 > ivtv: ==================== START INIT IVTV ==================== > ivtv: version 0.2.0 (rc3e) loading > ivtv: Linux version: 2.6.10-1.737_FC3 686 REGPARM 4KSTACKS gcc-3.4 > ivtv: In case of problems please include the debug info > ivtv: between the START INIT IVTV and END INIT IVTV lines when > ivtv: mailing the ivtv-devel mailinglist. > ivtv: Autodetected WinTV PVR 250 card > ivtv: Found an iTVC16 based chip > ACPI: PCI interrupt 0000:00:0c.0[A] -> GSI 9 (level, low) -> IRQ 9 > ivtv: VIA PCI device: 0x3189 vendor: 0x1106 > tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0 > ivtv: i2c attach [client=(tuner unset),ok] > saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005) > saa7115: detecting saa7115 client on address 0x42 > saa7115: writing init values > ivtv: i2c attach [client=saa7115[1],ok] > saa7115: status: (1E) 0x48, (1F) 0xc0 > msp34xx: init: chip=MSP3445G-B8 +nicam +simple +simpler +radio mode=simple > ivtv: i2c attach [client=MSP3445G-B8,ok] > msp3410: daemon started > ivtv: i2c client addr: 0x50 not found! > ivtv: Error -19 reading Hauppauge eeprom. > ivtv: Possible causes: the tveeprom module was not loaded, or > ivtv: the eeprom kernel module was loaded before the tveeprom module. > ivtv: Encoder revision: 0x02040024 > ivtv: Encoder Firmware is buggy, use version 0x02040011 > ivtv: Configuring WinTV PVR 250 card with 4 streams > ivtv: Create DMA stream 0 using 256 16384 byte buffers 4194304 kbytes total > ivtv: Registered v4l2 device, streamtype 0 minor 0 > ivtv: Create DMA stream 1 > ivtv: Registered v4l2 device, streamtype 1 minor 32 > ivtv: Create stream 2 using 40 52224 byte buffers 2097152 kbytes total > ivtv: Registered v4l2 device, streamtype 2 minor 224 > ivtv: Create DMA stream 3 using 455 4608 byte buffers 2097152 kbytes total > ivtv: Registered v4l2 device, streamtype 3 minor 24 > ivtv: Could not detect tuner standard, defaulting to NTSC. > ivtv: Setting audio matrix to input 3, output 1 > ivtv: Switching standard to NTSC. > tuner: tuner type not set > saa7115: decoder set norm NTSC > saa7115: set audio: 0x01 > ivtv: Initialized WinTV PVR 250, card #0 > ivtv: ==================== END INIT IVTV ==================== > ivtv: ivtv_enc_thread: pid = 10696, itv = 0xe553a5a0 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Ivtv-users mailing list > Ivtv-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ivtv-users -- Justin Schaub [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Ivtv-users mailing list Ivtv-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ivtv-users