[mythtv-users] Error patching rc.sysinit & FC2

Frutillar frutillar at comcast.net
Thu Mar 31 04:33:55 UTC 2005


Hi.

I am trying to patch my FC2 (2.6.10-1.770_FC2) system following Jarodīs 
instructions, but I get the errors below.  I donīt understand enough of the 
patch process to understand where the problem is.


ANY SUGGESTIONS?


# patch /etc/rc.d/rc.sysinit < rc.sysinit-mm.diff
patching file /etc/rc.d/rc.sysinit
Hunk #1 FAILED at 206.
1 out of 1 hunk FAILED -- saving rejects to file /etc/rc.d/rc.sysinit.rej

# cat /etc/rc.d/rc.sysinit.rej
***************
*** 206,212 ****
        load_module $module
  done

- echo -n $" audio"

  # Everything else (duck and cover)
  for module in $other ; do
--- 206,222 ----
        load_module $module
  done

+ # 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


More information about the mythtv-users mailing list