On Wed, 23 Feb 2005 19:43:30 +0100, Jurgen Kramer
<[EMAIL PROTECTED]> wrote:
> Can someone help me getting the rc.sysinit-mm.diff from wilsonet.com?
> The link mentioned in the guide doesn't seem to be working.
>
> I am desperately trying to get my Mythbox working again after a HDD
> crash.
>
--- /etc/rc.d/rc.sysinit-orig 2004-11-01 12:31:10.000000000 -0800
+++ /etc/rc.d/rc.sysinit 2005-02-21 15:13:58.344675000 -0800
@@ -206,7 +206,17 @@
load_module $module
done
-echo -n $" audio"
+# video4linux capture drivers
+for module in `/sbin/modprobe -c | awk
'/^alias[[:space:]]+char-major-81-[[:digit:]]+[[:space:]]/ { print $3
}'`; do
+ load_module $module
+done
+
+# lirc drivers
+for module in `/sbin/modprobe -c | awk
'/^alias[[:space:]]+char-major-61+[[:space:]]/ { print $3 }'`; do
+ load_module $module
+done
+
+echo -n $" multimedia"
# Everything else (duck and cover)
for module in $other ; do
--
-=/>Thom
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users