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

Re: USB mouse with kernel 2.4.26



Nori Heikkinen wrote:

and, last but not least, the relevant (grepping `lsmod` for "usb" and
"mouse") modules in my kernel are:

....

i feel like i'm missing a module in here.  i've also got evdev in
there, for what that's worth ....


FWIW, I don't know if I will make it even more confusing or not...
I am using a 2.6.x kernel with a USB wheel mouse. My mouse related kernel modules are:

ehci_hcd               29988  0
tsdev                   7328  0
mousedev               10068  1
joydev                  9888  0
usbmouse                5664  0
usbhid                 32768  0
uhci_hcd               32112  0
usbcore               108060  6 ehci_hcd,usbmouse,usbhid,uhci_hcd

and my XF86Config-4 mouse related lines are:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection
...

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






Reply to: