diff -Naur x-vdr.old/plugins/dxr3/install-plugin.sh x-vdr/plugins/dxr3/install-plugin.sh
--- x-vdr.old/plugins/dxr3/install-plugin.sh	2005-08-29 20:41:38.000000000 +0000
+++ x-vdr/plugins/dxr3/install-plugin.sh	2005-09-07 11:03:11.000000000 +0000
@@ -2,19 +2,31 @@
 
 # x-vdr (vdr-installer für kanotix)
 # von Marc Wernecke - www.zulu-entertainment.de
-# 29.08.2005
+# 07.09.2005
 
-# dxr3-cvs-20050829.tar.gz
+# dxr3-plugin
+# Version: dxr3-0.2.4
+
+# x-vdr/plugins/dxr3/install-plugin.sh
 
 source ./../../x-vdr.conf
 source ./../../setup.conf
 source ./../../functions
 
-WEB="dxr3-cvs-20050829.tar.gz"
-VERSION="dxr3-cvs"
+#-------------
+
+#WEB="http://mesh.dl.sourceforge.net/sourceforge/dxr3plugin/vdr-dxr3-0.2.3.tgz"
+#VERSION="dxr3-0.2.3"
+#LINK="dxr3"
+
+WEB="http://mesh.dl.sourceforge.net/sourceforge/dxr3plugin/vdr-dxr3-0.2.4.tgz"
+VERSION="dxr3-0.2.4"
 LINK="dxr3"
+
 CVS="0"
 
+#-------------
+
 export VAR=`basename $WEB`
 export DIR=`pwd`
 
@@ -27,32 +39,27 @@
 	exit 0
 fi
 
-if [ ! -d  $SOURCEDIR/em8300 ] ; then 
-	cd $SOURCEDIR/x-vdr/utilities/em8300
-	chmod 755 install.sh 
-	./install.sh
-	cd $DIR
-fi
+# if [ ! -d  $SOURCEDIR/em8300 ] ; then 
+# 	cd $SOURCEDIR/x-vdr/utilities/em8300
+# 	chmod 755 install.sh 
+# 	./install.sh
+#	cd $DIR
+# fi
 
 if [ "$CVS" = "1" ] ; then
-	cd $SOURCEDIR/VDR/PLUGINS/src
+
+       VERSION="dxr3-0.3.0-cvs"
 	echo "CVS password: [Just press enter]"
 	cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dxr3plugin login
 	cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dxr3plugin co dxr3
-	cp -R dxr3 $DIR/dxr3-cvs
-	exit 0
+	cp -R dxr3 $SOURCEDIR/VDR/PLUGINS/src/dxr3-0.3.0-cvs
+else
+       download_plugin
+       extract_plugin
 fi
 
-# download plugin
-download_plugin
-
-# extrahiere plugin
-extract_plugin
-
-# wechsel nach $SOURCEDIR/VDR/PLUGINS/src 
-cd $SOURCEDIR/VDR/PLUGINS/src
-
 # setzen des symlinks
+cd $SOURCEDIR/VDR/PLUGINS/src
 rm -f $LINK
 ln -vfs $VERSION $LINK
 
@@ -60,16 +67,8 @@
 patch_plugin
 
 ### plugin specials - start ############################################################
-# scripte
-cp -f --reply=yes $DIR/ldm $VDRSCRIPTDIR 
-chmod 0755 $VDRSCRIPTDIR/ldm
 
-cp -f --reply=yes $DIR/rmm $VDRSCRIPTDIR 
-chmod 0755 $VDRSCRIPTDIR/rmm
 
-if [ "$VDRUSER" != "root" ] ; then
-	chown $VDRUSER.$VDRGROUP $VDRSCRIPTDIR/ldm $VDRSCRIPTDIR/rmm
-fi
 ### plugin specials - ende #############################################################
 
 # plugin commands
diff -Naur x-vdr.old/plugins/dxr3/ldm x-vdr/plugins/dxr3/ldm
--- x-vdr.old/plugins/dxr3/ldm	2005-08-29 20:41:38.000000000 +0000
+++ x-vdr/plugins/dxr3/ldm	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-#modprobe i2c-algo-bit
-
-KERNEL=`uname -r`
-EM8300=/lib/modules/$KERNEL/em8300
-insmod $EM8300/adv717x.ko pixelport_16bit=1 pixelport_other_pal=1 #swap_redblue_pal=0 color_bars=1
-insmod $EM8300/bt865.ko   # color_bars=1
-insmod $EM8300/em8300.ko  use_bt865=0 bt865_ucode_timeout=1 dicom_fix=0 dicom_control=0 dicom_other_pal=1
-
-
diff -Naur x-vdr.old/plugins/dxr3/rmm x-vdr/plugins/dxr3/rmm
--- x-vdr.old/plugins/dxr3/rmm	2005-08-29 20:41:38.000000000 +0000
+++ x-vdr/plugins/dxr3/rmm	1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-fuser -k /dev/em8300-0
-fuser -k /dev/em8300_mv-0
-fuser -k /dev/em8300_ma-0
-rmmod em8300
-rmmod adv717x
-rmmod bt865
-#rmmod i2c-algo-bit
-#rmmod i2c-core
-
diff -Naur x-vdr.old/utilities/em8300/install.sh x-vdr/utilities/em8300/install.sh
--- x-vdr.old/utilities/em8300/install.sh	2005-08-29 20:41:39.000000000 +0000
+++ x-vdr/utilities/em8300/install.sh	2005-09-07 11:02:49.000000000 +0000
@@ -2,9 +2,10 @@
 
 # x-vdr (vdr-installer für kanotix)
 # von Marc Wernecke - www.zulu-entertainment.de
-# 29.08.2005
+# 07.09.2005
 
 # em8300 - module für dxr3
+# Version: em8300-0.15.1
 
 # x-vdr/utilities/em8300/install.sh
 
@@ -12,27 +13,42 @@
 source ./../../setup.conf
 source ./../../functions
 
-WEB="em8300-cvs-20050829.tar.gz"
-VERSION="em8300"
+#-------------
+
+#WEB="http://mesh.dl.sourceforge.net/sourceforge/dxr3/em8300-0.15.0.tar.gz"
+#VERSION="em8300-0.15.0"
+#LINK="em8300"
+
+WEB="http://mesh.dl.sourceforge.net/sourceforge/dxr3/em8300-0.15.1.tar.gz"
+VERSION="em8300-0.15.1"
 LINK="em8300"
 
 CVS="0"
 
+#-------------
+
 export VAR=`basename $WEB`
 export DIR=`pwd`
 
 if [ $CVS = "1" ] ; then
-	cd $SOURCEDIR
-	echo "CVS password: [Just press enter]"
-	cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/dxr3 login
-	cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/dxr3 co em8300
-	cp -R em8300 $DIR/em8300-cvs
+
+       VERSION="em8300-cvs"
+       echo "CVS password: [Just press enter]"
+       cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/dxr3 login
+       cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/dxr3 co em8300
+       cp -R em8300 $SOURCEDIR/em8300-cvs
 else
 	download_util
 	extract_util
 fi
 
-cd $SOURCEDIR/em8300/modules
+# setzen des symlinks
+cd $SOURCEDIR
+rm -f $LINK
+ln -vfs $VERSION $LINK
+
+# install
+cd $SOURCEDIR/$LINK/modules
 make
 make install
 
@@ -40,10 +56,24 @@
 gcc em8300setup.c -o em8300setup -I../include
 cp em8300setup /usr/local/bin
 cp ../modules/em8300.uc /usr/share/misc
-
 cd $SOURCEDIR/em8300/modules
-./ldm
 ./devices.sh
+
+
+# Scripte kopieren
+cp -f --reply=yes $DIR/ldm $VDRSCRIPTDIR 
+chmod 0755 $VDRSCRIPTDIR/ldm
+
+cp -f --reply=yes $DIR/rmm $VDRSCRIPTDIR 
+chmod 0755 $VDRSCRIPTDIR/rmm
+
+if [ "$VDRUSER" != "root" ] ; then
+	chown $VDRUSER.$VDRGROUP $VDRSCRIPTDIR/ldm $VDRSCRIPTDIR/rmm
+fi
+
+# Module laden
+cd $VDRSCRIPTDIR
+sh ldm
 em8300setup
 
 ldconfig
diff -Naur x-vdr.old/utilities/em8300/ldm x-vdr/utilities/em8300/ldm
--- x-vdr.old/utilities/em8300/ldm	1970-01-01 00:00:00.000000000 +0000
+++ x-vdr/utilities/em8300/ldm	2005-08-29 20:41:38.000000000 +0000
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+#modprobe i2c-algo-bit
+
+KERNEL=`uname -r`
+EM8300=/lib/modules/$KERNEL/em8300
+insmod $EM8300/adv717x.ko pixelport_16bit=1 pixelport_other_pal=1 #swap_redblue_pal=0 color_bars=1
+insmod $EM8300/bt865.ko   # color_bars=1
+insmod $EM8300/em8300.ko  use_bt865=0 bt865_ucode_timeout=1 dicom_fix=0 dicom_control=0 dicom_other_pal=1
+
+
diff -Naur x-vdr.old/utilities/em8300/rmm x-vdr/utilities/em8300/rmm
--- x-vdr.old/utilities/em8300/rmm	1970-01-01 00:00:00.000000000 +0000
+++ x-vdr/utilities/em8300/rmm	2005-08-29 20:41:38.000000000 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+fuser -k /dev/em8300-0
+fuser -k /dev/em8300_mv-0
+fuser -k /dev/em8300_ma-0
+rmmod em8300
+rmmod adv717x
+rmmod bt865
+#rmmod i2c-algo-bit
+#rmmod i2c-core
+
