Second, to see if it works, in a console run:
modprobe input
modprobe psmouse
modprobe usbhid
modprobe mousedev.
Then start x.
If that works, then add input, psmouse, usbhid, and mousedev to /etc/modules. That will load them on startup.
On 7/21/05, Will Ness <
[EMAIL PROTECTED]> wrote:
Hello!
Cool, so now I know for sure its the mouse driver. How do I go about
adding the psmouse or event modules? Do I go in and edit the x-config
file to say "psmouse/usbhid/mousedev" in the device or Protocol
section? Or not that at all? I am very much a newbie when it comes to
installing/modifying drivers of any sort in linux....Sorry to be a
pain..
-Will