You mentioned it worked with /dev/psaux so maybe try to change it to the device that you were using earlier. Also make sure you make a copy of the file first
Code:
cd /etcX11
cp XF86Config-4 XF86Config-4.backup
Code:
Section "ServerLayout"
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Quote:
|
Also briefly so I can transfer the whole file - any reason why a USB pendrive would not be detected?
|
It's not so much that it's not detected as much as it is not mounting. Older Linux kernels wouldn't have udev which is responsible for mounting drives.
...Actually yours is old enough that it may not even detect it. If it's missing hotplug you may not be able to do that. Try plugging in the drive before you boot and see if that works. If it does make sure you don't remove the drive until after you shutdown. The latest kernel is 2.6.26 so you're a whole generation behind. It's like trying to run a USB stick on Windows NT4!