Non vorrei che fosse lo stesso bug che affligge la suse...
c'è un comando in + da dare che non viene settato aspett che te lo trovo... anche a me dava lo stesso prob e ho risolto
http://sdb.suse.de/sdb/en/html/wessels_usbmouse80.html
Quote:
Now execute the command /sbin/lsmod and check if all modules for the USB mouse have been loaded. The following modules are necessary for the mouse function:
usb-uhci (or usb-ohci)
usbcore
hid
input
mousedev
If any of these modules are missing, they can be manually loaded with /sbin/modprobe MODULE_NAME.
|
esattamente a me non caricava hid
quindi ho messo
/sbin/modprobe hid
e tutto rifunzionava, prova...
per farlo in automatico..:
Quote:
Automatic Module Loading
Open the file /etc/init.d/boot.local as follows: /usr/bin/mcedit /etc/init.d/boot.local and append the following command at the end of the file: /sbin/modprobe MODULE_NAME
|