Kernel 2.6.6 -> Mausrad Probs?!

M

MagiC_Creator

Doppel-As
Servus :)!

Ich häng seit Tagen an einem Prob... hab mir den 2.6.6er Kernel kompiliert, läuft auch alles wunderbar, bis auf das Mausrad. Hab ne Logitech MX 500 die am PS/2-Port hängt. Bei den 2.4ern funzt das Mausrad auch... (also an der XF86Config kann es nicht liegen).

Hat jemand ne Idee woran das liegen könnte? :)

thx schonmal & cya :)

PS: bei "Input devices support" hab ich bei Mice alles angekreuzt... testweise.. aba geht auch nix ;)

EDIT: nochwas: hab slackware 9.1 ;)
 
Das hab ich ja noch nie gesehen, vielleicht versuchst mal am USB Port dein Glück.

Btw spuckt cat /dev/mouse (oder wo deine maus hängt) was aus, wenn du das rad bewegst?
 
Ok... bei cat /dev/mouse "bewegt" sich was wenn ich das mausrad beweg... neue kryptische zeichen erscheinen aber nur wenn ich die maus bewege (weiß nicht ob das normal ist ;))... beim mausrad verschiebt sich halt nur dieses weiß hinterlegt feld nach links (egal ob ich nach oben oder nach unten scrolle).

Maus an USB bringt keinen unterschied, auch nach reboot nicht :/.

trotzdem thx & cya :)
 
MagiC_Creator schrieb:
Ok... bei cat /dev/mouse "bewegt" sich was wenn ich das mausrad beweg... neue kryptische zeichen erscheinen aber nur wenn ich die maus bewege (weiß nicht ob das normal ist ;))... beim mausrad verschiebt sich halt nur dieses weiß hinterlegt feld nach links (egal ob ich nach oben oder nach unten scrolle).

Maus an USB bringt keinen unterschied, auch nach reboot nicht :/.

trotzdem thx & cya :)

d.h. das Mausrad läuft. Nur schnallst es wohl der Xserver net.
Poste doch mal die XF86Config.
 
Ok :) hier der abschnitt aus der /etc/X11/XF86Config, der die Maus betrifft:

Code:
Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

    Option     "Protocol"      "Auto"

# The available mouse protocols types that you can set below are:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
#    ThinkingMouse ThinkingMousePS/2 Xqueue
#    Option "Protocol"    "PS/2"

    Option "ZAxisMapping" "4 5"

# The mouse device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
#   Option "Device"      "/dev/psaux"
#   Option "Device"      "/dev/ttyS0"
#   Option "Device"      "/dev/ttyS1"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"		"9600"
#    Option "SampleRate"	"150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection

thx & cya :)

EDIT: mit protocol auf PS/2 hab ich's scho probiert, als die maus noch am PS/2 port hing... brachte auch nix ;)
 
Zuletzt bearbeitet:
Ah thx, funzt :)!

Ich frag mich nur warum's mit den 2.4ern auch mit "Auto" funktioniert hat... wahrscheinlich hab ich beim kernel-config irgendwas vergessen oO

thx & cya :)
 
Wenn du was vergessen hättest, würde es auch mit manuell eingestelltem Protokoll net funzen. ;)

Aber ich glaube, beim Kernel 2.6 gibts ne neue Handhabung der Input Layer. Was genau sich verändert hat, weiß ich auch nicht. Vielleicht liegts aber daran.
 
Naja hauptsache es funzt jetz :) thx nochmal an alle die geholfen haben!

cya
 

Ähnliche Themen

Debian Lenny, ATI proprietary, Skystar2, Kaffeine

IBM T22, Debian Etch 4, X-server start nach Neuinstall

X Startet nicht

Xorg Problem

[Debian] Mount HDs on Boot-Up

Zurück
Oben