Comprei um conversor ps2>usb para mouse e teclado e quando fui conectar apenas o teclado funcionou. Já busquei por turoriais e dicas, tentei arrumar o xorg.conf de acordo com o que vi mas nada funciona.
Seguem alguns dados que podem ajudar na resolução do problema
Quando conecto o conversor aparecem dois dispositivos novos em /dev/: hidraw0 e hidraw1
Meu xorg.conf:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG 710E"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection
Section "Screen"
# Removed Option "metamodes" "1280x960 +0+0"
# Removed Option "metamodes" "1600x1024 +0+0; 1680x1050 +0+0; 1280x960 @1600x1200 +0+0; 1280x1024 +0+0"
# Removed Option "metamodes" "1280x1024 +0+0; nvidia-auto-select +0+0; 1024x768 +0+0"
# Removed Option "metamodes" "1280x960 +0+0; nvidia-auto-select +0+0; 1024x768 +0+0"
# Removed Option "metamodes" "1280x960 +0+0; nvidia-auto-select +0+0; 1024x768 +0+0; 1152x864 +0+0; 960x540 +0+0; 840x525 +0+0; 832x624 +0+0; 800x600 +0+0; 800x512 +0+0; 720x450 +0+0; 720x400 +0+0; 680x384 +0+0; 640x512 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1280x960 +0+0; nvidia-auto-select +0+0; 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
piteco@piteco-ubuntu:~$ tail -f /var/log/messages
May 17 12:58:50 piteco-ubuntu kernel: [ 1074.388044] usb 4-1: new low speed USB device using ohci_hcd and address 3
May 17 12:58:50 piteco-ubuntu kernel: [ 1074.610372] usb 4-1: configuration #1 chosen from 1 choice
May 17 12:58:50 piteco-ubuntu kernel: [ 1074.634248] input: HID 04d9:1400 as /devices/pci0000:00/0000:00:03.2/usb4/4-1/4-1:1.0/input/input7
May 17 12:58:50 piteco-ubuntu kernel: [ 1074.637988] generic-usb 0003:04D9:1400.0003: input,hidraw0: USB HID v1.10 Keyboard [HID 04d9:1400] on usb-0000:00:03.2-1/input0
May 17 12:58:50 piteco-ubuntu kernel: [ 1074.660694] input: HID 04d9:1400 as /devices/pci0000:00/0000:00:03.2/usb4/4-1/4-1:1.1/input/input8
May 17 12:58:50 piteco-ubuntu kernel: [ 1074.711198] generic-usb 0003:04D9:1400.0004: input,hidraw1: USB HID v1.10 Mouse [HID 04d9:1400] on usb-0000:00:03.2-1/input1
Muito obrigado.