On 1/19/06, <b class="gmail_sendername">mrwester</b> <<a href="mailto:mrwester@gmail.com">mrwester@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div><span class="q"><span class="gmail_quote">On 1/19/06, <b class="gmail_sendername">Michael Haan</b> <<a href="mailto:michael.haan@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
michael.haan@gmail.com
</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;">
I want to get the 2.6.15 kernel so I can try to use my DVICO Fusion 5
Lite with QAM. I've done kernel upgrades before, but never using
yum with FC4. I installed using Jarod's guide, so what's the best
way to do this?</blockquote></span><div><br>
<br>
You don't need to install the whole kernel, you can just install modules into 2.6.14 as described by Michael Krufky.<br>
Works great for me. His e-mail is quoted below: <br>
---------------------------------------------------------------------------<br>
The best route is to just install the new modules from cvs.<br>
<br>
howto-wiki: <a href="http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS</a><br>
<br>
I usually just point people to the wiki, but because of the recent merge<br>
of the v4l + dvb cvs trees, I've included the detailed instructions<br>
above for your convenience.<br>
<br>
Here are the instructions:<br>
<br>
1) Check-out the newly merged v4l-dvb cvs repository:<br>
<br>
cvs -d :<a href="mailto:pserver:anonymous@cvs.linuxtv" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pserver:anonymous@cvs.linuxtv</a>
<div>.org:/cvs/video4linux login<br> cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co v4l-dvb<br><br>2) Change into the v4l-dvb directory:<br><br> cd v4l-dvb<br><br>3) (optional) If you are recompiling the cvs modules against a different
<br>kernel, clean the tree and kernel version info:<br><br> make distclean<br><br>4) Compile the modules:<br><br> make<br><br>5) Install them: (as root)<br><br> make install<br><br>6) Remove the previous modules from memory:
<br><br> modprobe -r bt878 && modprobe -r bttv<br><br>(you might want to use "rmmod" instead of "modprobe -r" -- your choice)<br><br>7) Load up the new modules:<br><br> modprobe dvb-bt8xx</div>
<br>
<br>
<br>
</div><br></div><br>
<br>_______________________________________________<br>mythtv-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote></div><br>Ok, that sounds good. Which directory does this assume I begin in?<br>