Why isn't the computer accepting input?

I'm using Red Hat Linux 3, and the computer has stopped taking input from mouse, keyboard, etc. What are possible causes? How can I fix?
-Worried Linux User

Are they USB or serial devices?

They are serial ports, the green and purple plugs. They're plugged into the right holes, too.
I tried unplugging and re-plugging, only after they stopped working. Then I learned this messes it up. I've turned off the monitor cause I don't want to hard boot.

Can you still ping the machine on the network?

Can you still ssh/telnet into the machine?

Do you have getty enabled on any serial ports?

Really? Not PS/2?

Dear Porter,

PS/2 ports use serial communications.

Please turn on your PM so mods can PM you.

Neo

I can ping and ssh in from another computer, but I'm not sure how to find out if getty is enabled. I tried to attach my dmesg, but the attacher told me the file was invalid.

-Thanks

Indeed they do but serial normally refers to RS232 ports in these contexts.

BTW, can you get a USB keyboard and mouse to work?

Normally, I refer to all serial communications as serial communications.

If you want more context, please provide it. Your short replies without context are not the norm here at unix.com.

In other words, normal is relative :slight_smile:

Thanks.

Neo

  1. If you press the numlock/scrolllock/capslock do the lights change?

  2. Are you using X? If so can you use any keyboard combination to flip the screen to a terminal with a login prompt?

  3. If you can log in using ssh can you kill the local X server?

eg, one possiblity is the X server is locked/grabbed/hung.

I tried doing things through ssh and it ended up working out!

Using ssh, I tried shutting down. It didn't shut the machine down, but it brought up a black screen with a command line. I used the command 'exit' and the computer restarted, bringing me back the GUI and normal login.

While the machine was restarting, it told me a mouse had been removed. So, I switched my mouse with another, and told the computer to 'do nothing.' After that, mouse and keyboard both worked.

Thank you both so much for helping me!

-lunchtime