I just added a USB mouse to my laptop which is running Ubuntu 9.10. However, the mouse isn't automaticaly detected.
Do you know how I can make my USB mouse usable on an Ubuntu machine?
|
feedback
|
|
To clarify, did you add this mouse before booting Ubuntu? If you added the mouse while running (Ubuntu) and while logged in, it is possible the X setup does not handle "hot-plug" support for the pointer device. Historically X11 didn't tend to, but I don't know if this has been changed in newer X server (X.org) versions. Also please confirm that the mouse is functioning and is recognized by the Linux kernel, by running Here is a sample output (with a mouse detected):
You can also view the X server's log (
At the very least, you may need to "Logout" of the current session and "Restart X server" from the login / welcome screen. | |||
|
feedback
|
|
In your computer BIOS, you may need to enable what I call the "USB Legacy Support". I don't know how it may be called on your own system, but I was having problems with some USB devices in the past, and once the option was enabled, I had no more problem. | |||
feedback
|