<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2><FONT face=Arial>&gt;The changes I have made to the system to 
get the cards recognised are: <BR><BR>&gt;/etc/rc.d/rc.local: 
<BR><BR></FONT><FONT face=Arial><FONT color=#660066>&gt;# Remove modules 
<BR></FONT>&gt;/sbin/modprobe -r saa7134 <BR>&gt;/sbin/modprobe -r saa7134-dvb 
<BR><BR>&gt;/sbin/modprobe saa7134-dvb <BR>&gt;/sbin/modprobe saa7134-alsa 
<BR><BR>&gt;sleep 5 <BR>&gt;chmod -R 777 /dev/dvb/adapter0 <BR>&gt;chmod -R 777 
/dev/dvb/adapter1 <BR><BR>&gt;(ex-<B 
style="COLOR: black; BACKGROUND-COLOR: rgb(255,255,128)">MythDora</B>) This is 
done because leaving the saa7134 module to load on <BR>&gt;it's own won't 
initialise saa7134-dvb and therefore no dvb directory <BR>&gt;under /dev. 
<BR><BR>&gt;/etc/modprobe.conf: <BR><BR></FONT><FONT face=Arial><FONT 
color=#660066>&gt;# video4linux capture drivers <BR></FONT>&gt;for module in 
`/sbin/modprobe -c | awk 
<BR>&gt;'/^alias[[:space:]]+char-major-81-[[:digit:]]+[[:space:]]/ { print $3 
<BR>&gt;}'`; do <BR>&gt;load_module $module <BR>&gt;done <BR><BR></FONT><FONT 
face=Arial><FONT color=#660066>&gt;# lirc drivers <BR></FONT>&gt;for module in 
`/sbin/modprobe -c | awk <BR>&gt;'/^alias[[:space:]]+char-major-61+[[:space:]]/ 
{ print $3 }'`; do <BR>&gt;load_module $module <BR>&gt;done <BR><BR>&gt;echo -n 
$" multimedia" <BR><BR></FONT><FONT face=Arial><FONT color=#660066>&gt;# 
Everything else (duck and cover) <BR></FONT>&gt;for module in $other ; do 
<BR>&gt;load_module $module <BR>&gt;done <BR><BR>&gt;(Ex-<B 
style="COLOR: black; BACKGROUND-COLOR: rgb(255,255,128)">MythDora</B>) 
<BR><BR>&gt;I put these in because they are the only thing that would get both 
DVB <BR>&gt;cards going automagically.....but I am not a linux guru by any 
means, I <BR>&gt;just see things done and copy them. <BR><BR>&gt;So, can anyone 
suggest a better way or a way to get mythbackend to run <BR>&gt;via an init 
script AFTER my cards are recognised or a better way to get <BR>&gt;2 DVB cards 
recognised and installed without this trickery... <BR><BR>&gt;Thanks in advance 
<BR><BR>&gt;Cheers <BR>&gt;Bruce </FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>You could just put in "/etc/init.d/mythbackend 
start" at the end of rc.local.</FONT></DIV>
<DIV><FONT face=Arial size=2>You could also elect to turn off mythbackend from 
the&nbsp;init scripts </FONT><FONT face=Arial size=2>with</FONT></DIV>
<DIV><FONT face=Arial size=2>"/sbin/chkconfig mythbackend off" if it's failing 
once you've done this. As</FONT></DIV>
<DIV><FONT face=Arial size=2>for your modprobe.conf hacks, I wouldn't think you 
would need that. Once</FONT></DIV>
<DIV><FONT face=Arial size=2>the modules have been loaded and the adapters 
created, then all should</FONT></DIV>
<DIV><FONT face=Arial size=2>be well.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Dennis Hand</FONT></DIV></BODY></HTML>