PS/2 Keyboard problems

9 respostas [Última entrada]
jla
jla
Desconectado
Joined: 02/24/2012

Hi,

I can't get PS/2 keyboards to work in Trisquel. I've tried two that I know work in other Linux distros, Windows and other computers so it's not a hardware issue. USB keyboards work fine.

Thanks.

Chris

I am a member!

Desconectado
Joined: 04/23/2011

I'm not sure what your problem is although I've never seen a keyboard not work ever with any operating system. Unless you mean specific keys. Can you duplicate these keyboards not working with Trisquel on a different computer? I wonder if this is a hardware failure issue of some kind.

jla
jla
Desconectado
Joined: 02/24/2012

I tried Trisquel on another computer and there is no problem there. I guess my motherboard is to blame and a PS2>USB adapter is the best course of action. It's still strange that only this distro has this problem on my computer.

jla
jla
Desconectado
Joined: 02/24/2012

I ordered a PS/2 to USB converter and it fixed the problem. Thanks again.

Magic Banana

I am a member!

I am a translator!

Conectado
Joined: 07/24/2010

I would try creating /etc/X11/xorg.conf (the old way) with a section like that:

Section "Input Device"
Identifier "Configured Mouse"
driver "mouse"
option "CorePointer"
option "device" "/dev/input/mice"
option "protocol" "ImPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3buttons" "true"
EndSection

If that does not work, try replacing "ImPS/2" with "explorerps/2".

jla
jla
Desconectado
Joined: 02/24/2012

This worked, thanks a million!

jla
jla
Desconectado
Joined: 02/24/2012

Nevermind, it broke again.

Magic Banana

I am a member!

I am a translator!

Conectado
Joined: 07/24/2010

Let us see whether the kernel properly handles the device. Could you please execute the following command, enter your password, and then move your PS/2 mouse:
$ sudo cat /dev/input/mice
If that writes funky things, that is good.

SirGrant

I am a member!

I am a translator!

Desconectado
Joined: 07/27/2010

I read your post on identi.ca. To me it would look like the PS2 port on that computer is broken. If the keyboard works on another computer the keyboard is broken. Since that other computer has Trisquel too you know it isn't an incompatibility with Trisquel.

I think your PS2 port is broken. Can you even enter the BIOS with the keyboard? When you said you tried other OS's with the keyboard was it on the same computer?

jla
jla
Desconectado
Joined: 02/24/2012

I ordered a PS/2 to USB converter and it fixed the problem. Thanks again.