I also have an ATSC-110 on FC6, works perfectly.<br><br><br>Just to start testing you can do:<br>modprobe saa7134-dvb<br><br>This should load without a problem, make sure you have downloaded the firmware and put it in the correct place.
<br><br>You can take a look at dmesg to see if it loaded.<br><br>Next, to make it load on every startup you can add<br><br>alias char-major-212 saa7134-dvb<br><br>to the modprobe.conf file and in /etc/sysconfig/modules <br>
create a file called dvb.modules with:<br>#!/bin/sh<br><br>for i in char-major-212; do<br> modprobe $i > /dev/null<br>done<br><br><br>chmod +x the file, reboot and you should be all set.<br><br>-Jake<br><br><br>
<br><br><div><span class="gmail_quote">On 1/9/07, <b class="gmail_sendername">Myth User</b> <<a href="mailto:mythuser@comcast.net">mythuser@comcast.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all<br>I am trying to setup atsc-110 to use QAM to record HD programs. I<br>have followed a bunch of documentation on getting this to work. I am<br>able to modprobe the saa1734-dvd module at the command line. As I am
<br>not very familiar with the modprobe.conf entries (I tried and I am<br>having a kernel panic), it would be of great help if people using the<br>atsc-110 could post their modprobe entires. I have tried a few things<br>but, the dvb module does not load with the changes I have made. I
<br>obviously don't understand the format and how the modprobe.conf<br>works:-(. My last change resulted in a kernel panic.<br><br>The doc on the wiki<br><br><a href="http://www.mythtv.org/wiki/index.php/Kworld_ATSC_110">
http://www.mythtv.org/wiki/index.php/Kworld_ATSC_110</a><br><br>says,<br><br>Edit your /etc/modules file and insert an 'saa7134-dvb' right after<br>the saa7134 entry that should already exist in the file. This will
<br>cause the module to load during boot.<br><br>But, I don't see any entries for a saa7134 in the modprobe.conf and<br>dmesg seems to be loading it fine and I have been successful in<br>playing back HD using mplayer dvb:// after following the setup
<br>process. But I don't know what the change to the modprobe.conf should<br>be to load the saa7134-dvd and not the saa7134. Should I be loading<br>both or should I load only the saa7134-dvb? I have spent a couple<br>
weeks trying to get this to work. Can somebody who is using the<br>atsc-110 post their modprobe,conf?<br><br>I am running Fedora Core 6 and the latest kernel installed using yum<br><br>Thanks<br>Praveen<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>