<div>In my recent Gentoo setup I have both a PVR350 and a PVR500. To get the second tuner going in the PVR500 I had to enter the following options line in the /etc/modules.d/ivtv (which I think is equiv. to the modprobe.conf
 in FC2) config file:<br><br>&nbsp;&nbsp;alias char-major-81 videodev<br>&nbsp;&nbsp;alias char-major-81-0 ivtv<br>&nbsp;&nbsp;alias char-major-81-1 ivtv</div>
<div>&nbsp; <strong>options ivtv ivtv_std=1 tuner=57,57<br></strong><br>You could give that a try in the appropriate place for your distro. <br>Here's the Gentoo specific page I used to learn this info:<br><a href="http://gentoo-wiki.com/HARDWARE_PVR_500_Setup">
http://gentoo-wiki.com/HARDWARE_PVR_500_Setup</a><br>Some of the info is universally helpful, some is specific to Gentoo.<br><br>Good luck<br><br>Robin<br><br>On 1/25/06, Peter Darley &lt;<a href="mailto:darley@darleyconsulting.com">
darley@darleyconsulting.com</a>&gt; wrote:<br>&gt; Richard,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I had a similar but not identical issue.&nbsp;&nbsp;When I did cat /dev/<br>&gt; video1, I got garbage, instead of a 0 length file.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I resolved my problem by changing the drivers around.&nbsp;&nbsp;Apparently
<br>&gt; the tuner.ko and tveeprom.ko that came with Fedora was interfering<br>&gt; with the ivtv drivers.&nbsp;&nbsp;What I did was:<br>&gt; <br>&gt; cd /lib/modules/`uname -r`/kernel/drivers/media/video/<br>&gt; mv tuner.ko tuner.ko.bak
<br>&gt; mv tveeprom.ko tveeprom.ko.bak<br>&gt; <br>&gt; cd /lib/modules/`uname -r`/updates/drivers/media/video<br>&gt; cp tuner-ivtv.ko tuner.ko<br>&gt; cp tveeprom-ivtv.ko tveeprom.ko<br>&gt; <br>&gt; modprobe -r ivtv<br>
&gt; depmod -a<br>&gt; modprobe ivtv<br>&gt; <br>&gt; Thanks,<br>&gt; Peter Darley<br>&gt; <br>&gt; On Jan 25, 2006, at 9:02 AM, Richard Bronosky wrote:<br>&gt; <br>&gt; &gt; I tried:<br>&gt; &gt; cat /dev/video0 &gt; ~/tmp/video0.mpg
<br>&gt; &gt; [wait 5 seconds, ctrl-c]<br>&gt; &gt; cat /dev/video1 &gt; ~/tmp/video1.mpg<br>&gt; &gt; [wait 5 seconds, ctrl-c]<br>&gt; &gt;<br>&gt; &gt; video0.mpg contained a viewable file that was 5.7meg<br>&gt; &gt; video1.mpg
 was 0 bytes<br>&gt; &gt;<br>&gt; <br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt; <br>&nbsp;</div>