This is a discussion on Where is my mouse? within the Linux Operating System forums, part of the Unix Operating Systems category; --> I have done a clean install of Fedora Core2. It has identified my PS2 MS "Wheel Mouse" as a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have done a clean install of Fedora Core2. It has identified my PS2 MS "Wheel Mouse" as a generic 3 button mouse. The arrow is there, but does not move. There is no hardware problem, the mouse works fine on my other box, dare I say? MS. The install is complete, using GNOME but I have no mouse. How do I get to install the correct driver? Thanks to all you experts out there. tsquare |
| |||
| Thomas A Torda wrote: > I have done a clean install of Fedora Core2. It has identified my PS2 MS > "Wheel Mouse" as a generic 3 button mouse. The arrow is there, but does > not move. > There is no hardware problem, the mouse works fine on my other box, dare I > say? MS. > The install is complete, using GNOME but I have no mouse. How do I get to > install the > correct driver? 1. Read your X windows configuration file (/etc/X11/xorg.conf), see what settings it has for your mouse. 1. Enter: $ cd /dev/input $ sudo cat mouse0 Move your mouse -- notice any characters that are printed. If no characters are printed when you move the mouse, or if this is printed -- cat: mouse0: No such device -- then try another of the input devices, until "cat" catches the "mouse". Once you have detected your mouse, you can edit the X windows ccnfiguration file to suit your findings. -- Paul Lutus http://www.arachnoid.com |
| |||
| Hello Thomas A Torda (<t.torda@unsw.edu.au>) wrote: > I have done a clean install of Fedora Core2. It has identified my PS2 > MS "Wheel Mouse" as a generic 3 button mouse. The arrow is there, but > does not move. There is no hardware problem, the mouse works fine on > my other box, dare I say? MS. Try # modprobe psmouse best regards Andreas Janssen -- Andreas Janssen <andreas.janssen@bigfoot.com> PGP-Key-ID: 0xDC801674 ICQ #17079270 Registered Linux User #267976 http://www.andreas-janssen.de/debian-tipps.html |
| ||||
| Thanks all TT "Thomas A Torda" <t.torda@unsw.edu.au> wrote in message news:41591156$1@news.comindico.com.au... >I have done a clean install of Fedora Core2. It has identified my PS2 MS > "Wheel Mouse" as a generic 3 button mouse. The arrow is there, but does > not move. > There is no hardware problem, the mouse works fine on my other box, dare I > say? MS. > The install is complete, using GNOME but I have no mouse. How do I get to > install the > correct driver? > Thanks to all you experts out there. > > tsquare > > |