Salve, ho un Logitech Wheel Mouse ottico su porta USB che funziona ottimamente; il problema per� � che se provo ad upgradare il kernel (2.4.18 -> 2.4.20) il mouse smette di funzionare. Il led sotto resta comunque acceso e in X mi compare il puntatore, solo che � morto. Infatti dando cat /dev/input/mice non compaiono pi� sulla console quei caratteri strani al movimento del mouse. Ho provato a togliere e reinserire lo spinotto del mouse a XWindow avviato, ma non ho risolto. Ho inoltre provato sia a mettere in /usr/src/linux il .config del vecchio kernel e a ricompilare senza toccare niente sia a includere direttamente nel kernel (non come moduli) tutto ci� che riguarda USB e mouse.
Il sottosistema USB � gestito da hotplug e finora mi � sempre andato bene. - in /etc/fstab ho la riga none /proc/bus/usb usbdevfs defaults 0 0 - in dmesg ci sono le seguenti righe (ho quattro porte USB): usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-uhci.c: $Revision: 1.275 $ time 15:31:47 Feb 22 2003 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: USB UHCI at I/O 0xb400, IRQ 10 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 1 hub.c: USB hub found hub.c: 2 ports detected usb-uhci.c: USB UHCI at I/O 0xb000, IRQ 9 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 2 hub.c: USB hub found hub.c: 2 ports detected usb-uhci.c: v1.275:USB Universal Host Controller Interface driver usb.c: registered new driver hid hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <[EMAIL PROTECTED]> hid-core.c: USB HID support drivers mice: PS/2 mouse device common for all mice hub.c: new USB device 00:1f.2-1, assigned address 2 :USB HID v1.10 Mouse [Logitech USB Mouse] on usb1:2.0 usb.c: registered new driver usblp printer.c: v0.11: USB Printer Device Class driver - lspci mi dice 00:1f.2 USB Controller: Intel Corp. 82820 820 (Camino 2) Chipset USB (Hub A) (rev 05) 00:1f.4 USB Controller: Intel Corp. 82820 820 (Camino 2) Chipset USB (Hub B) (rev 05) - usbmodules mi dice usbmodules --device /proc/bus/usb/001/001 usbcore usbmodules --device /proc/bus/usb/001/002 hid usbmodules --device /proc/bus/usb/002/001 usbcore - l'output di lsmod � Module Size Used by Not tainted hid 8608 0 (unused) usb-uhci 21220 0 (unused) printer 6752 0 (unused) usbcore 54240 1 [hid usb-uhci printer] mousedev 3808 0 (unused) input 3136 0 [mousedev] ntfs 48832 0 (unused) vfat 9244 1 fat 28888 0 [vfat] nls_iso8859-1 2848 0 (unused) nls_cp850 3616 0 (unused) ide-scsi 7488 0 Le impostazioni di X pure sembrano a posto (il mouse � configurato come ImPS/2 su /dev/input/mice) Cosa pu� essere? -- Best regards, Pino mailto:[EMAIL PROTECTED]

