I have read a lot about this problem but i still can't find solution to my problem
I am using sata.i kernel.
I have installed Slack 10.1 (without HOTPLUG) and in Text-Mode everything is working perfectly, but when i start KDE even my LEDS on keybord stop working and also mouse do nothing...
Keybord is UNIKEY KWD-203 (It is old but working well) connected with PS/2
Mouse is LOGITECH M-BJ58/M-BT58 OPTICAL WHEEL MOUSE connected with USB.
Here is my xorg.conf
Code:
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Code:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
I tried to change mouse Device into /dev/input/mice; /dev/psaux; /dev/ttyS0; /dev/ttyS1 but still it didn't work. Also i tried add options "AlwaysCore" and "SendCoreEvents" but results are the same...
Any suggestions ?
P.S.