Well you are missing the tveeprom module. This module discovers the type of tuner you have. You can try setup the tuner to a type. AKA modprobe ivtv tuner=39
what does 'rpm -qa| grep ivtv' give you? On Sat, 2005-02-05 at 16:25 -0500, Benjamin Wright wrote: > Thanks for responding Stephen, > > It tells me: > > FATAL: module tveeprom not found. > > I installed ivtv from the atrpms through apt-get following the howto I > mentioned in my first message. > > I'm useing fedora core 3, mostly My backround is with SuSE so I'm kind > of lost in fedora :/ > > Thanks again! > > -Ben > > Stephen Webb wrote: > > >What is the output of dmesg when you load tveeprom module? > > > >AKA > >modprobe tveeprom && dmesg > > > > > >On Sat, 2005-02-05 at 15:50 -0500, [EMAIL PROTECTED] wrote: > > > > > >>Greetings, > >> > >>The fellow that runs http://www.wilsonet.com/mythtv/ suggested that if i > >>have > >>any troubles with my tuner that i send an email to this list and include: > >> > >>Feb 5 14:12:31 localhost kernel: ivtv: ==================== START INIT IVTV > >>==================== > >>Feb 5 14:12:31 localhost kernel: ivtv: version 0.2.0 (rc3e) loading > >>Feb 5 14:12:31 localhost kernel: ivtv: Linux version: 2.6.9-1.724_FC3 686 > >>REGPARM 4KSTACKS gcc-3.4 > >>Feb 5 14:12:31 localhost kernel: ivtv: In case of problems please include > >>the > >>debug info > >>Feb 5 14:12:31 localhost kernel: ivtv: between the START INIT IVTV and END > >>INIT > >>IVTV lines when > >>Feb 5 14:12:31 localhost kernel: ivtv: mailing the ivtv-devel mailinglist. > >>Feb 5 14:12:31 localhost kernel: ivtv: Autodetected WinTV PVR 250 card > >>Feb 5 14:12:31 localhost kernel: ivtv: Found an iTVC15 based chip > >>Feb 5 14:12:31 localhost kernel: ACPI: PCI interrupt 0000:00:0c.0[A] -> > >>GSI 9 > >>(level, low) -> IRQ 9 > >>Feb 5 14:12:31 localhost kernel: ivtv: VIA PCI device: 0x0691 vendor: > >>0x1106 > >>Feb 5 14:12:31 localhost kernel: ivtv: Failed to load module tveeprom > >>Feb 5 14:12:31 localhost kernel: ivtv: i2c client addr: 0x50 not found! > >>Feb 5 14:12:31 localhost kernel: ivtv: Error -19 reading Hauppauge eeprom. > >>Feb 5 14:12:31 localhost kernel: ivtv: Possible causes: the tveeprom > >>module was > >>not loaded, or > >>Feb 5 14:12:32 localhost kernel: ivtv: the eeprom kernel module was loaded > >>before the tveeprom module. > >>Feb 5 14:12:32 localhost kernel: tuner: Ignoring new-style parameters in > >>presence of obsolete ones > >>Feb 5 14:12:32 localhost kernel: tuner: chip found at addr 0xc2 i2c-bus > >>ivtv > >>i2c driver #0 > >>Feb 5 14:12:32 localhost kernel: ivtv: i2c attach [client=(tuner unset),ok] > >>Feb 5 14:12:32 localhost kernel: saa7115: starting probe for adapter ivtv > >>i2c > >>driver #0 (0x10005) > >>Feb 5 14:12:32 localhost kernel: saa7115: detecting saa7115 client on > >>address > >>0x42 > >>Feb 5 14:12:32 localhost kernel: saa7115: writing init values > >>Feb 5 14:12:32 localhost kernel: ivtv: i2c attach [client=saa7115[0],ok] > >>Feb 5 14:12:32 localhost kernel: saa7115: status: (1E) 0x48, (1F) 0xc0 > >>Feb 5 14:12:32 localhost kernel: msp3400: Ignoring new-style parameters in > >>presence of obsolete ones > >>Feb 5 14:12:32 localhost kernel: msp34xx: init: chip=MSP3445G-B8 +nicam > >>+simple > >>+radio > >>Feb 5 14:12:32 localhost kernel: ivtv: i2c attach [client=MSP3445G-B8,ok] > >>Feb 5 14:12:32 localhost kernel: msp3410: daemon started > >>Feb 5 14:12:33 localhost kernel: ivtv: Encoder revision: 0x02040024 > >>Feb 5 14:12:33 localhost kernel: ivtv: Encoder Firmware is buggy, use > >>version > >>0x02040011 > >>Feb 5 14:12:33 localhost kernel: ivtv: Decoder revision: 0x02020023 > >>Feb 5 14:12:33 localhost kernel: ivtv: Configuring WinTV PVR 250 card with > >>4 > >>streams > >>Feb 5 14:12:33 localhost kernel: ivtv: Create DMA stream 0 using 256 16384 > >>byte > >>buffers 4194304 kbytes total > >>Feb 5 14:12:33 localhost kernel: ivtv: Registered v4l2 device, streamtype > >>0 min > >>Feb 5 14:12:33 localhost kernel: ivtv: Create DMA stream 1 > >>Feb 5 14:12:33 localhost kernel: ivtv: Registered v4l2 device, streamtype > >>1 min > >>Feb 5 14:12:33 localhost kernel: ivtv: Create stream 2 using 40 52224 byte > >>buff > >>Feb 5 14:12:33 localhost kernel: ivtv: Registered v4l2 device, streamtype > >>2 min > >>Feb 5 14:12:33 localhost kernel: ivtv: Create DMA stream 3 using 455 4608 > >>byte > >>Feb 5 14:12:33 localhost kernel: ivtv: Registered v4l2 device, streamtype > >>3 min > >>Feb 5 14:12:33 localhost kernel: ivtv: Could not detect tuner standard, > >>default > >>Feb 5 14:12:33 localhost kernel: tuner: tuner type not set > >>Feb 5 14:12:33 localhost kernel: ivtv: Setting audio matrix to input 3, > >>output > >>Feb 5 14:12:33 localhost kernel: ivtv: Switching standard to NTSC. > >>Feb 5 14:12:33 localhost kernel: tuner: tuner type not set > >>Feb 5 14:12:33 localhost kernel: saa7115: decoder set norm NTSC > >>Feb 5 14:12:33 localhost kernel: ivtv: ivtv_enc_thread: pid = 3544, itv = > >>0xd8c > >>Feb 5 14:12:33 localhost kernel: saa7115: set audio: 0x01 > >>Feb 5 14:12:33 localhost kernel: ivtv: Initialized WinTV PVR 250, card #0 > >>Feb 5 14:12:33 localhost kernel: ivtv: ==================== END INIT IVTV > >> === > >> > >>I'm just getting static when I try to capture from the card. Also I have to > >>/sbin/depmod -a and /sbin/modprobe ivtv after every reboot, the modules > >>won't > >>take at boot time. > >> > >>Any assistance you folks can provide is greatly appreciated! I did get this > >>card > >>working in WinXp with hauppauge's drivers as I bought it off ebay for > >>extremely > >>cheap and wanted to prove that the card did work and I was successfull at > >>getting my cable channels there. > >> > >>-Ben > >> > >> > >>------------------------------------------------------- > >>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-devel mailing list > >>[email protected] > >>https://lists.sourceforge.net/lists/listinfo/ivtv-devel > >> > >> > >> > > > > ------------------------------------------------------- > 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-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > -- Stephen Webb <[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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
