summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorFelix Endres2006-01-29 17:25:37 +0100
committerFelix Endres2006-01-29 17:25:37 +0100
commitd440b60a9f053d48b514d5f131e0044d0bfe4ae4 (patch)
treed203167dbb0af6b07f917b60b1fe2b8d8716ae2d /initrd/initrd-stuff/bin/hwautocfg
parentAdded udevd to initial ramdisk. All devices seem to appear by now. Added (diff)
downloadcore-d440b60a9f053d48b514d5f131e0044d0bfe4ae4.tar.gz
core-d440b60a9f053d48b514d5f131e0044d0bfe4ae4.tar.xz
core-d440b60a9f053d48b514d5f131e0044d0bfe4ae4.zip
GDM Fix. Nachgezogener Manueller Merge.
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@46 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/bin/hwautocfg')
-rwxr-xr-xinitrd/initrd-stuff/bin/hwautocfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/initrd/initrd-stuff/bin/hwautocfg b/initrd/initrd-stuff/bin/hwautocfg
index b83479ea..4ba7998a 100755
--- a/initrd/initrd-stuff/bin/hwautocfg
+++ b/initrd/initrd-stuff/bin/hwautocfg
@@ -9,6 +9,10 @@
# Blub
#
# Copyright: (c) 2003 - 2006 - RZ Universitaet Freiburg
+#
+#
+#
+
# local functions
displaysetup () {
@@ -273,6 +277,11 @@ fi
# USB core is needed for presence of /proc/bus/usb
( modprobe ${MODPRV} usbcore && mount -n -t usbfs usbfs /proc/bus/usb ) &
+#fixmee: Kernelmodul für ps-maeuse laden, da sie sonst nicht von hwsetup erkannt werden.
+if [ -f /mnt/lib/modules/${KERNEL}/kernel/drivers/input/mouse/psmouse.ko ]; then
+ ( modprobe ${MODPRV} psmouse )
+fi
+
# start the knoppix hardware autodetection tool
( hwsetup -v > /tmp/hwsetup.info && echo "hwsetup" > /tmp/hwrun1 ) &