<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
This should not be an inssue in KnoppMyth correct?&nbsp; Any KnoppMyth users
want to chime in?&nbsp; This is the reason I chose KoppMyth, to avaoid
duplicate driver conflicts.<br>
<br>
Peter Darley wrote:
<blockquote
 cite="mid6788B68E-5332-4C2A-AC48-36503BACF047@darleyconsulting.com"
 type="cite">
  <pre wrap="">Richard,
        I had a similar but not identical issue.  When I did cat /dev/ 
video1, I got garbage, instead of a 0 length file.
        I resolved my problem by changing the drivers around.  Apparently  
the tuner.ko and tveeprom.ko that came with Fedora was interfering  
with the ivtv drivers.  What I did was:

cd /lib/modules/`uname -r`/kernel/drivers/media/video/
mv tuner.ko tuner.ko.bak
mv tveeprom.ko tveeprom.ko.bak

cd /lib/modules/`uname -r`/updates/drivers/media/video
cp tuner-ivtv.ko tuner.ko
cp tveeprom-ivtv.ko tveeprom.ko

modprobe -r ivtv
depmod -a
modprobe ivtv

Thanks,
Peter Darley

On Jan 25, 2006, at 9:02 AM, Richard Bronosky wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I tried:
cat /dev/video0 &gt; ~/tmp/video0.mpg
[wait 5 seconds, ctrl-c]
cat /dev/video1 &gt; ~/tmp/video1.mpg
[wait 5 seconds, ctrl-c]

video0.mpg contained a viewable file that was 5.7meg
video1.mpg was 0 bytes

    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
</body>
</html>