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

Keine Maus mit Kernel 2.6.9



Hallo Debianer und Pinguin-Liebhaber,

ich habe gestern versucht mir eine 2.6.9-er Kernel(debian Paket, wegen den Patches) auf meine Debian Sarge zu ziehen. Soweit hat das kompilieren auch geklappt. Nur klappt meine Maus nicht mehr (kein Mucks). Ich habe eine nomale 3-Tasten Maus von Logitech mit Rad (M-S48a).
Im Kernel hab ich alles soweit eingebunden.

# Userland interfaces
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSEDEV_PSAUX_ENABLE=y


# Input Device Drivers
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y

Also alles fest einkompiliert.
Die Einträge in der etc/modules von psmouse und mousedev haben wie erwartet keinen Erfolg gehabt

Meine XF86config-4 sieht so aus

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
#       Option          "Buttons"               "5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection



Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"      "CorePointer"
#       InputDevice     "Mouse1"
        InputDevice     "Generic Mouse"
EndSection

Ich habe gestern Abend stundenlang rumprobiert und gesucht, war aber gar nicht erfolgreich. Google hat auch nichts brauchbares ergeben. Wenn ich Die "Configured Mouse" beides mal auskommentiere kommt der X-Server gar nicht mehr hoch. Wenn ich die "Generic Mouse" auskommentiere bleibt alles beim Alten. Habe auch mehrere Protokolle ausprobiert. U.A. PS/2, explorerps/2 auch an die Devices geändert in dev/input/mouse0. Kein Erfolg
cat "/proc/interrupts zeigt auch keine Maus.

Hat vielleicht irgend jemand eine Idee?
Unter Kernel 2.4.28 läuft alles super.

Ich krieg hier langsam die Kriese.

Gruß Hans



Reply to: