Сегодня что-то Убунта подвисла и послего этого перестала работать клава, вот именно в Гноме. Когда я туда захожу - все кнопки гаснут, и клава "засыпает". А сам я в Кедах сейчас.
Вот часть файла xorg.conf. Кажется, что там все нормально, тем более - клавиатура раньше работала. Использует USB. Раньше часто подвисала, приходилось физически отключать и подключать - сейчас и такое не прокатит.
P.S. - При переключении в виртуальную консоль клава тоже в Гноме не работает, только мышка (в иксах), конечно.
Код: Выделить всё
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ","
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSectionКод: Выделить всё
root@*-desktop:/home/*# cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7
I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name="Power Button (FF)"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=kbd event3
B: EV=3
B: KEY=100000 0 0 0
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button (CM)"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/class/input/input4
U: Uniq=
H: Handlers=kbd event4
B: EV=3
B: KEY=100000 0 0 0
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input5
U: Uniq=
H: Handlers=kbd event5
B: EV=40001
B: SND=6
I: Bus=0011 Vendor=0002 Product=0005 Version=0000
N: Name="ImPS/2 Generic Wheel Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input6
U: Uniq=
H: Handlers=mouse1 event6 ts1
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
I: Bus=0003 Vendor=0458 Product=004c Version=0110
N: Name="ABBHOME USB Keyboard"
P: Phys=usb-0000:00:1d.1-2.1/input0
S: Sysfs=/class/input/input13
U: Uniq=
H: Handlers=kbd event1
B: EV=120003
B: KEY=10000 7 ff87207a c14057ff febeffdf ffefffff ffffffff fffffffe
B: LED=7
I: Bus=0003 Vendor=0458 Product=004c Version=0110
N: Name="ABBHOME USB Keyboard"
P: Phys=usb-0000:00:1d.1-2.1/input1
S: Sysfs=/class/input/input14
U: Uniq=
H: Handlers=kbd mouse0 event2 ts0
B: EV=f
B: KEY=7fff ac3027 bf004444 0 0 7001f c00 a37c000 267bfa d941dfed 9e0000 0 0 0
B: REL=143
B: ABS=1 0И, кстати, попробовал кое-что из конфигов удалить - не получилось (не заработала т.е). За помощь заранее спасибо - поскольку на некоторых остальных форумах никто так и не ответил.
В Кедах клаву видно - вот вывод команды lsusb
Код: Выделить всё
lsusb
Bus 005 Device 001: ID 0000:0000
Bus 002 Device 004: ID 0458:004c KYE Systems Corp. (Mouse Systems) Slimstar Pro Keyboard
Bus 002 Device 003: ID 04b4:2050 Cypress Semiconductor Corp.
Bus 002 Device 001: ID 0000:0000
Bus 003 Device 002: ID 03f0:b802 Hewlett-Packard
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000