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

Re: Sarge, Kernel 2.6.8 und die Maus



Hi,

Du hast /dev/psaux auskommentiert. Meines wissens und auch bei mir läuft die 
Maus darüber!

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

-- 
Gruss

Joerg


_____________
Joerg Stadler 

Nettetal

Am Monday 04 October 2004 09:47 schrieb Marco Baumgartl:
> Hallo,
> 
> ich versuche hier den Kernel 2.6.8 zum Laufe zu kriegen. Das geht auch 
> schon ganz ganz gut, nur meine Maus (Logitech M-S48 OEM) will irgendwie 
> nicht funktionieren.
> 
> Ich habe alles nötige fest in den Kernel einkompiliert (denke ich 
> zumindest):
> 
> #
> # Userland interfaces
> #
> CONFIG_INPUT_MOUSEDEV=y
> CONFIG_INPUT_MOUSEDEV_PSAUX=y
> CONFIG_INPUT_MOUSEDEV_SCREEN_X=1152
> CONFIG_INPUT_MOUSEDEV_SCREEN_Y=864
> CONFIG_INPUT_MOUSEDEV_PSAUX_ENABLE=y
> 
> #
> # Input Device Drivers
> #
> CONFIG_INPUT_MOUSE=y
> CONFIG_MOUSE_PS2=y
> 
> Beim Booten wird die Maus auch gefunden:
> 
> mice: PS/2 mouse device common for all mice
> serio: i8042 AUX port at 0x60,0x64 irq 12
> input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
> 
> Meine Maus-Einstellungen für X sind folgendermaßen:
> 
> Section "InputDevice"
>          Identifier  "Configured Mouse"
>          Driver      "mouse"
>          Option      "CorePointer"
>          #Option      "Device" "/dev/psaux"
>          Option      "Device" "/dev/input/mice"
>          Option      "Protocol" "IMPS/2"
>          Option      "Buttons" "5"
>          Option      "ZAxisMapping" "4 5"
> EndSection
> 
> 
> Ich habe es auch schon mit /dev/psaux probiert, aber da bleibt die Maus 
> auch tot. Selbst "cat /dev/psaux" bzw. "cat /dev/input/mice" bleiben stumm.
> 
> ACPI habe ich schon mal probeweise abgeschaltet, aber das brachte auch 
> nichts.
> 
> Habe ich irgendwas übersehen?
> 
> 
> MfG
> Marco
> 
> 
> -- 
> Haeufig gestellte Fragen und Antworten (FAQ): 
> http://www.de.debian.org/debian-user-german-FAQ/
> 
> Zum AUSTRAGEN schicken Sie eine Mail an 
debian-user-german-REQUEST@lists.debian.org
> mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org 
(engl)
> 
> 



Reply to: