PS/2 Maus funktioniert nicht.

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
mkmm
Beiträge: 5
Registriert: 29.06.2008 15:53:41

PS/2 Maus funktioniert nicht.

Beitrag von mkmm » 29.06.2008 16:07:31

Habe Debian Testing (Kernel 2.6.24-1) auf einer ziemlich alten Maschine (Pentium Pro 200) installiert. Funktioniert soweit alles, nur nicht die PS/2 Maus. Weder mit gpm noch unter X11.

Die selbe Hardware unter SuSE 9.2 funktioniert einwandfrei. Auch die serielle Maus geht.

Hat jemand einen Tipp?

Markus

dmesg: http://nopaste.debianforum.de/9184
Zuletzt geändert von KBDCALLS am 29.06.2008 16:11:23, insgesamt 1-mal geändert.
Grund: Link korrigiert

Benutzeravatar
SubOptimal
Beiträge: 1709
Registriert: 10.01.2005 23:25:46
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: bei Frankfurt

Re: PS/2 Maus funktioniert nicht.

Beitrag von SubOptimal » 29.06.2008 22:50:59

Hi,

laut dmesg ist zumindest das Module für den PS/2 Controller geladen. Bekommst Du denn eine Ausgabe mit

Code: Alles auswählen

cat /dev/psaux
Wie ist die Maus in /etc/X11/xorg.conf konfiguriert?
Was steht dazu beim im Xorg.log.0?

SubOptimal

mkmm
Beiträge: 5
Registriert: 29.06.2008 15:53:41

Re: PS/2 Maus funktioniert nicht.

Beitrag von mkmm » 30.06.2008 21:32:06

cat /dev/psaux liefert überhaupt nichts (im Unterschied zu /dev/ttyS0, wenn die ser. Maus angeschlossen ist).

/etc/X11/xorg.conf:

Code: Alles auswählen

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
#       Option          "Device"                "/dev/psaux"
        Option          "Device"                "/dev/ttyS0"
        Option          "Protocol"              "auto"
        Option          "Emulate3Buttons"       "true"
EndSection
Übrigens ist X11 offensichtlich nicht abhängig von dem Kernel-Modulen sermouse.ko oder psmouse.ko.

In /proc/bus/input/devices taucht keine Maus auf (weder PS/2 noch seriell).

Code: Alles auswählen

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=40001
B: SND=6

Gibts denn nicht irgendeine Möglichkeit, an Debug-Ausgaben zu kommen?

Markus

Benutzeravatar
pinguin2008
Beiträge: 54
Registriert: 30.05.2008 23:22:31

Re: PS/2 Maus funktioniert nicht.

Beitrag von pinguin2008 » 30.06.2008 21:39:41

Hi,

probiere das mal

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Ich kannte mal einen der einen kannte und der kannte sich aus.

mkmm
Beiträge: 5
Registriert: 29.06.2008 15:53:41

Re: PS/2 Maus funktioniert nicht.

Beitrag von mkmm » 30.06.2008 21:56:16

Nix, kein Erfolg :(
(auch nicht mit /dev/psaux statt /dev/input/mice)

in /var/log/Xorg.0.log steht

Code: Alles auswählen

(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwertz)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+de(nodeadkeys)" };
    xkb_geometry             { include "pc(pc105)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
dann kommt nichts mehr.

Bei der seriellen Maus dagegen:

Code: Alles auswählen

(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Configured Mouse: Device: "/dev/ttyS0"
(**) Configured Mouse: Protocol: "auto"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/ttyS0"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwertz)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+de(nodeadkeys)" };
    xkb_geometry             { include "pc(pc105)" };
(II) Configured Mouse: PnP ID string: `(!DLGI8001)'
(II) Configured Mouse: PnP rev 1.00
(II) Configured Mouse: PnP-detected protocol ID: 4
(II) Configured Mouse: PnP ID string: `(!DLGI8001)'
(II) Configured Mouse: PnP rev 1.00
(II) Configured Mouse: PnP-detected protocol ID: 4
(--) Configured Mouse: PnP-detected protocol: "MouseMan"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(II) Configured Mouse: PnP ID string: `(!DLGI8001)'
(II) Configured Mouse: PnP rev 1.00
(II) Configured Mouse: PnP-detected protocol ID: 4
(II) Configured Mouse: PnP ID string: `(!DLGI8001)'
(II) Configured Mouse: PnP rev 1.00
(II) Configured Mouse: PnP-detected protocol ID: 4
(--) Configured Mouse: PnP-detected protocol: "MouseMan"
(II) Mouse autoprobe: selecting MouseMan protocol
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Configured Mouse: PnP ID string: `(!DLGI8001)'
(II) Configured Mouse: PnP rev 1.00
(II) Configured Mouse: PnP-detected protocol ID: 4
(II) Configured Mouse: PnP ID string: `(!DLGI8001)'
(II) Configured Mouse: PnP rev 1.00
(II) Configured Mouse: PnP-detected protocol ID: 4
(--) Configured Mouse: PnP-detected protocol: "MouseMan"
(II) Mouse autoprobe: selecting MouseMan protocol
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Configured Mouse: PnP ID string: `(!DLGI8001)'
(II) Configured Mouse: PnP rev 1.00
(II) Configured Mouse: PnP-detected protocol ID: 4
(II) Configured Mouse: PnP ID string: `(!DLGI8001)'
(II) Configured Mouse: PnP rev 1.00
(II) Configured Mouse: PnP-detected protocol ID: 4
(--) Configured Mouse: PnP-detected protocol: "MouseMan"
(II) Mouse autoprobe: selecting MouseMan protocol
So wie es aussieht, werden keine Daten von / zur Maus übertragen.
Markus

mkmm
Beiträge: 5
Registriert: 29.06.2008 15:53:41

Re: PS/2 Maus funktioniert nicht.

Beitrag von mkmm » 14.07.2008 21:38:04

Jetzt habe ich die Lösung dank Guillaume Morin <guillaume@morinfr.org>

Siehe http://service.gmx.net/de/cgi/derefer?T ... g%3D489190

Kernel command line parameter i8042.noloop setzen. i8042.nomux war nicht erforderlich.

Fragt sich noch, ist das ein Hard- oder Softwarefehler.

Markus

Antworten