[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing Debian amd64 on an asus P5W DH Deluxe + E6600 : kernel on installer broken + bugs in d-i when changing kernel + modules



Op 01-11-2006 om 20:07 schreef Eric Valette:
> 
> The patch that solved the infinite loop trying to load evdev and that is
> referenced by the script is there
> 
> <http://eric.valette.free.fr/patch-debian-installer>
> 
> Comments welcome.

The patch
--- S61mouse-support-x86	2006-10-31 23:54:04.000000000 +0100
+++ S61mouse-support-x86.new	2006-11-01 01:13:25.000000000 +0100
@@ -1,4 +1,4 @@
 if [ "$DEBIAN_FRONTEND" = gtk ] ; then
-    modprobe evdev
-    modprobe psmouse
+    modprobe -q evdev || true
+    modprobe -q psmouse || true
 fi


looks good, it is something I would apply,

|stappers@bahrain:/usr/src/debian-installer
|$ find . -name S61mouse-support-x86
|./packages/rootskel-gtk/src/lib/debian-installer.d/S61mouse-support-x86
|stappers@bahrain:/usr/src/debian-installer
|$ cd packages/rootskel-gtk/src/lib/debian-installer.d
|stappers@bahrain:/usr/src/debian-installer/packages/rootskel-gtk/src/lib/debian-installer.d
|$ 

but I encounter

|stappers@bahrain:/usr/src/debian-installer/packages/rootskel-gtk/src/lib/debian-installer.d
|$ svn update
|Alioth undergoing migration:
|http://lists.debian.org/debian-devel-announce/2006/10/msg00025.html
|svn: Connection closed unexpectedly
|stappers@bahrain:/usr/src/debian-installer/packages/rootskel-gtk/src/lib/debian-installer.d
|$

Which mean that I can't apply it.


Help is welcome,
Geert Stappers



Reply to: