[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Sousis USB



Bonjour la liste,

  Je suis en train d'essayer de faire reconnaitre ma souris USB,
d'après une doc que j'ai lu (http://old.lwn.net/1999/0617/a/howto-usb.html)
le préalable est qu'un clic de souris incrémente le nombre d'interuptions...
or ce n'est pas le cas :(



desktop:/home/coletta# cat /proc/interrupts |grep usb
 11:       4419          XT-PIC  eth0, usb-ohci
 12:          8          XT-PIC  usb-ohci
desktop:/home/coletta# cat /proc/interrupts |grep usb
 11:       4430          XT-PIC  eth0, usb-ohci
 12:          8          XT-PIC  usb-ohci

desktop:/home/coletta# cat /proc/misc 
135 rtc
134 apm_bios

desktop:/home/coletta# lsmod
Module                  Size  Used by    Not tainted
mousedev                3904   0  (unused)
input                   3168   0  [mousedev]
usb-ohci               17920   0  (unused)
usbcore                55648   0  [usb-ohci]
serial                 42464   0  (autoclean)
...

Le log correspondant:

usb-ohci.c: USB OHCI at membase 0xe2bea000, IRQ 12
usb-ohci.c: usb-00:02.3, Silicon Integrated Systems [SiS] 7001 (#2)
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
PCI: Found IRQ 11 for device 00:02.2
usb-ohci.c: USB OHCI at membase 0xe2bec000, IRQ 11
usb-ohci.c: usb-00:02.2, Silicon Integrated Systems [SiS] 7001
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 3 ports detected
hub.c: USB new device connect on bus1/1, assigned device number 2
usb.c: USB device 2 (vend/prod 0x46d/0xc00c) is not claimed by any active driver.
mice: PS/2 mouse device common for all mice



Reply to: