So, a MS-intelliMouse, you said? I have one too...
Well, Firs I suggest you go see (hmm, was it the same in debian? Of course..)
/lib/modules/<version.xx.xx.xx>, and do a "find -name "*usb*" [ret]
and If you see something like:
[root@localhost 2.4.18-14]# find -name "*usb*"
./kernel/drivers/bluetooth/hci_usb.o
./kernel/drivers/usb/storage/usb-storage.o
....
./kernel/drivers/usb/usbcore.o
./kernel/drivers/usb/usb-ohci.o
./kernel/drivers/usb/usbvideo.o
./modules.usbmap
then you *have* the kernel modules installed, and you'll probably get the
mouse working on a USB port too. (See USB-HOWTO for more details.)
If those (well, the 2 files u actually need are usbcore.o and usb-ohci.o) don't exist, well, you just have to try configuring the mouse on ps2...
The funny thing is, that I had problems installing it into my old RH7, but it worked just fine through PS2 - port with the adapter that comes with the mouse..
Well, anyway, Here's my X86Config-4 file: (My USB-mouse configuration, the one installer made..)
********************************************************
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
*******************************************************'
...Hope that helps...
-Tih-
_________________________________________________________
Never trust an OS you don't have the sources for...
Registered Linux-user #303866.