View previous topic :: View next topic |
Author |
Message |
core Guest
|
Posted: Sun Apr 21, 2002 12:48 pm Post subject: USB mouse problems |
|
|
I have a strange problem over here concerning my Microsoft Intellimouse Explorer when running it in USB mode (right now, I use an usb to ps/2 converter, because I ran out of ideas how to get it to work).
Okay, here are the details: With the kernel set up during the installation (2.4.19) the mouse is found while booting, so the kernel seems to get it correctly. As soon as I try to start the X server (with the mouse set to /dev/input/mice or mouse0), Linux completely crashes. The same happens when trying to 'cat /dev/input/mice' on the console. Only a hard reset works at this point.
I found some stuff on www.linux-usb.org but there's nothing really new in there. I also tried to install a new kernel (2.4.18 patched to linux-2.4.19-pre6-rmap-12i-xfs-shawn11) with the same result.
I know the mouse should work with Linux because I had tried Suse Linux 7.3 a few weeks ago and it worked perfectly. The reason I would like to get it running on usb is that I currently have a dual boot system with Win2000 and I really got used to the five buttons (do not seem to work while the mouse is connected to ps/2). And yes, I need the Win installation ;-)
Has someone on this list experienced something like this before or am I the only one? Does by any chance someone know a solution to this?
Regards,
Chris |
|
Back to top |
|
|
Nitro Bodhisattva
Joined: 08 Apr 2002 Posts: 661 Location: San Francisco
|
|
Back to top |
|
|
echu n00b
Joined: 19 Apr 2002 Posts: 37 Location: Houston, TX
|
Posted: Sun Apr 21, 2002 9:30 pm Post subject: |
|
|
I was experiencing the exact same thing. After I recompiled the kernel to make sure I had the proper support added, it started to work. I thought I had selected the proper options, but I guess not. One thing I noticed:
When it was b0rken, /dev/usb/hid did not exist
After I recompiled, /dev/usb/hid was there. |
|
Back to top |
|
|
prolific Apprentice
Joined: 19 Apr 2002 Posts: 237
|
Posted: Mon Apr 22, 2002 12:00 am Post subject: |
|
|
Hmm, I had the same problem as you with teh Intellimouse and I too used a USB-PS2 Converter for a while til i got the problem fixed.
This is what I did
Compile USBCORE in your kernel
Compile the following as modules
usb-uhci
input
hid
mousedev
Now, change your XF86Config Mouse Configuration section so that it looks like the following...
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Hope this helps. Good Luck |
|
Back to top |
|
|
|