Link to home
Start Free TrialLog in
Avatar of marx
marx

asked on

mouse, no keyboard

I'm trying to install RedHat 6.0 on an older p200 machine. When I boot to gnome my mouse works but the keyboard does not work! Why? The mouse is a M$ Serial 2.1a. mouseconfig is set to generic two button w/o three button emulation. I've added this script to the startup files in /rc.d/rc3.d
mouseconfig --kickstart --device cua0 I found that on Redhat's site. Please help I'm very new to this but love the power of this OS!
Avatar of s_turner99
s_turner99

Similar thing happened to me with Microsoft Serial 2.1a mouse, I accidentally set it up as 2-button without 3-button emulation.  I my case the mouse stopped working soon after the login screen came up (but for some reason it worked for 2 or 3 seconds before that while X was initializing).

The solution?  Completely reinstall RedHat 6.0 and enable 3-button emulation.  (There was probably an easier way, but I'm new to Linux and couldn't find it.)
Try removing the script from rc3.d.

s_turner99, you can run Xconfigurator or xf86config to change mouse settings for Xwindows. Or you could edit the XF86Config file by hand. Its pretty well documented in the man pages.
Avatar of marx

ASKER

It's fixed! Here are the different things I tried: 1.removed the script from the startup file-no help
2.tried every mouseconfig I could think of; generic 2button w/o emulation and w/emulation,with and without the script; M$ 2.1 w/and w/o emulation, w/and w/o the script-all had the same result (mouse worked and keyboard did not work).
3.No that's not true. With some of those combinations the keyboard would work but the mouse would not.
4.Last resort, reinstall. The only thing I did differently on this install was after x tested the video settings it asks if you want x to start on bootup. I selected no rather than yes. Now the machine boots to a login prompt(text), I login and do a startx. X starts up just fine, everything works. The mouse is set to M$2.1, emulate three buttons, and no script was added. Now to the serious business of learning! A modem install later this weekend. Thanks to all! marx  
ASKER CERTIFIED SOLUTION
Avatar of DVB
DVB

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of marx

ASKER

Correction: when I checked my notes I saw that I did but the script in (mouseconfig --kickstart --device cua0). Thanks DVB! That probably would have worked, because I see now that's basically what I did. But I'm not sure that I know how to to edit a file like that yet. Heck, I'm still learning how to navigate the file system from the command line! But I did get sound working last night, had to disable ISA PnP in the BIOS, then used sndconfig to turn on the soundblaster16 card. That was too easy!