Kernel: Version 2.2.16
SuSE Linux PowerPC: Version 7.0
The USB mouse does not work after configuring X11 with SaX2. This occurs after an update to version 7.0 from version 6.4.
This problem occurs because the usb.rpm package is not installed. This package is responsible for mounting usbdevfs
, which provides information about the system's attached USB devices.
Install the package, usb.rpm
, from the first CD:
mount /cdrom su -c "rpm -Uvh /cdrom/suse/*/usb.rpm"Run SaX2 again. The mouse should now function correctly.