Il semblerait que le noyau reconnaisse le drive puisque un extrait de
dmesg me donne :
uhci.c: bf80: wakeup_hc
uhci.c: root-hub INT complete: port1: 93 port2: 80 data: 2
hub.c: port 1 connection change
hub.c: port 1, portstatus 101, change 1, 12 Mb/s
hub.c: port 1, portstatus 103, change 0, 12 Mb/s
hub.c: USB new device connect on bus1/1, assigned device number 2
usb.c: kmalloc IF dad4a280, numif 1
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=5
usb.c: USB device number 2 default language ID 0x409
Manufacturer: Iomega
Product: USB Zip 250
SerialNumber: 0032484D89050828
usb.c: unhandled interfaces on device
usb.c: USB device 2 (vend/prod 0x59b/0x32) is not claimed by any
active driver. Length = 18
DescriptorType = 01
USB version = 1.10
Vendor:Product = 059b:0032
MaxPacketSize0 = 64
NumConfigurations = 1
Device version = 4.00
Device Class:SubClass:Protocol = 00:00:00
Per-interface classes
Configuration:
bLength = 9
bDescriptorType = 02
wTotalLength = 0027
bNumInterfaces = 01
bConfigurationValue = 01
iConfiguration = 03
bmAttributes = 80
MaxPower = 498mA
Interface: 0
Alternate Setting: 0
bLength = 9
bDescriptorType = 04
bInterfaceNumber = 00
bAlternateSetting = 00
bNumEndpoints = 03
bInterface Class:SubClass:Protocol = 08:06:50
iInterface = 04
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 01 (out)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 82 (in)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 83 (in)
bmAttributes = 03 (Interrupt)
wMaxPacketSize = 0002
bInterval = 20
Mais je n'ai rien dans /proc/bus/usb !
Quelqun a-t-il deja tenté cette manip ?