Do you have any indication that this device speaks the standard protocol?
That is, should it work with the usb-storage driver? It advertises that it
uses a vendor-specific protocol...
Matt
On Wed, Jun 06, 2001 at 08:26:09AM -0400, Bob Sass wrote:
> Hi,
>
> I am trying to use a usb/scsi adapter to connect to a Jaz
> drive. The adaptor has shuttle chips in it, but I am getting the
> following errors:
> Jun 4 23:44:30 bobs kernel: usb.c: unhandled interfaces on device
> Jun 4 23:44:30 bobs kernel: usb.c: USB device 2 (vend/prod 0x50d/0x115) is not
>claimed by any active driver.
>
> I am loading modules, usbcore followed by usb-storage then uhci. I think
> I did it with the lst 2 swapped also. I made an entry for 50d in
> unusual_devs.h but am not sure it was correct. Below is the syslog file.
>
> Any help would be appreciated TIA
>
> Bob
>
>
>
>
> Jun 4 23:44:00 bobs kernel: usb.c: registered new driver usbdevfs
> Jun 4 23:44:00 bobs kernel: usb.c: registered new driver hub
> Jun 4 23:44:21 bobs kernel: Initializing USB Mass Storage driver...
> Jun 4 23:44:21 bobs kernel: usb.c: registered new driver usb-storage
> Jun 4 23:44:21 bobs kernel: USB Mass Storage support registered.
> Jun 4 23:44:29 bobs kernel: uhci.c: USB UHCI at I/O 0xef80, IRQ 15
> Jun 4 23:44:29 bobs kernel: uhci.c: detected 2 ports
> Jun 4 23:44:29 bobs kernel: usb.c: new USB bus registered, assigned bus number 1
> Jun 4 23:44:29 bobs kernel: usb.c: kmalloc IF c72c6b00, numif 1
> Jun 4 23:44:29 bobs kernel: usb.c: new device strings: Mfr=0, Product=2,
>SerialNumber=1
> Jun 4 23:44:29 bobs kernel: usb.c: USB device number 1 default language ID 0x0
> Jun 4 23:44:29 bobs kernel: Product: USB UHCI-alt Root Hub
> Jun 4 23:44:29 bobs kernel: testtest: USB UHCI-alt Root Hub
> Jun 4 23:44:29 bobs kernel: SerialNumber: ef80
> Jun 4 23:44:29 bobs kernel: hub.c: USB hub found
> Jun 4 23:44:29 bobs kernel: hub.c: 2 ports detected
> Jun 4 23:44:29 bobs kernel: hub.c: standalone hub
> Jun 4 23:44:29 bobs kernel: hub.c: ganged power switching
> Jun 4 23:44:29 bobs kernel: hub.c: global over-current protection
> Jun 4 23:44:29 bobs kernel: hub.c: power on to power good time: 2ms
> Jun 4 23:44:29 bobs kernel: hub.c: hub controller current requirement: 0mA
> Jun 4 23:44:29 bobs kernel: hub.c: port removable status: RR
> Jun 4 23:44:29 bobs kernel: hub.c: local power source is good
> Jun 4 23:44:29 bobs kernel: hub.c: no over-current condition exists
> Jun 4 23:44:29 bobs kernel: hub.c: enabling power on all ports
> Jun 4 23:44:29 bobs kernel: usb.c: hub driver claimed interface c72c6b00
> Jun 4 23:44:29 bobs kernel: usb.c: kusbd: /sbin/hotplug add 1
> Jun 4 23:44:29 bobs kernel: usb.c: kusbd policy returned 0xfffffffe
> Jun 4 23:44:29 bobs kernel: uhci.c: Linus Torvalds, Johannes Erdfelt, Randy
>Dunlap, Georg Acher, Deti Fliegl, Thomas Sailer, Roman Weissgaerber
> Jun 4 23:44:29 bobs kernel: uhci.c: USB Universal Host Controller Interface driver
> Jun 4 23:44:29 bobs kernel: uhci.c: root-hub INT complete: port1: 80 port2: 93
>data: 4
> Jun 4 23:44:29 bobs kernel: hub.c: port 2 connection change
> Jun 4 23:44:29 bobs kernel: hub.c: port 2, portstatus 101, change 1, 12 Mb/s
> Jun 4 23:44:29 bobs kernel: hub.c: port 2, portstatus 103, change 0, 12 Mb/s
> Jun 4 23:44:29 bobs kernel: hub.c: USB new device connect on bus1/2, assigned
>device number 2
> Jun 4 23:44:30 bobs kernel: usb.c: kmalloc IF c72c6aa0, numif 1
> Jun 4 23:44:30 bobs kernel: usb.c: new device strings: Mfr=1, Product=2,
>SerialNumber=0
> Jun 4 23:44:30 bobs kernel: usb.c: USB device number 2 default language ID 0x409
> Jun 4 23:44:30 bobs kernel: Manufacturer: Belkin Components
> Jun 4 23:44:30 bobs kernel: Product: Belkin USB SCSI Adapter
> Jun 4 23:44:30 bobs kernel: usb.c: unhandled interfaces on device
> Jun 4 23:44:30 bobs kernel: usb.c: USB device 2 (vend/prod 0x50d/0x115) is not
>claimed by any active driver.
> Jun 4 23:44:30 bobs kernel: Length = 18
> Jun 4 23:44:30 bobs kernel: DescriptorType = 01
> Jun 4 23:44:30 bobs kernel: USB version = 1.10
> Jun 4 23:44:30 bobs kernel: Vendor:Product = 050d:0115
> Jun 4 23:44:30 bobs kernel: MaxPacketSize0 = 64
> Jun 4 23:44:30 bobs kernel: NumConfigurations = 1
> Jun 4 23:44:30 bobs kernel: Device version = 1.33
> Jun 4 23:44:30 bobs kernel: Device Class:SubClass:Protocol = 00:00:00
> Jun 4 23:44:30 bobs kernel: Per-interface classes
> Jun 4 23:44:30 bobs kernel: Configuration:
> Jun 4 23:44:30 bobs kernel: bLength = 9
> Jun 4 23:44:30 bobs kernel: bDescriptorType = 02
> Jun 4 23:44:30 bobs kernel: wTotalLength = 0020
> Jun 4 23:44:30 bobs kernel: bNumInterfaces = 01
> Jun 4 23:44:30 bobs kernel: bConfigurationValue = 01
> Jun 4 23:44:30 bobs kernel: iConfiguration = 03
> Jun 4 23:44:30 bobs kernel: bmAttributes = 80
> Jun 4 23:44:30 bobs kernel: MaxPower = 400mA
> Jun 4 23:44:30 bobs kernel:
> Jun 4 23:44:30 bobs kernel: Interface: 0
> Jun 4 23:44:30 bobs kernel: Alternate Setting: 0
> Jun 4 23:44:30 bobs kernel: bLength = 9
> Jun 4 23:44:30 bobs kernel: bDescriptorType = 04
> Jun 4 23:44:30 bobs kernel: bInterfaceNumber = 00
> Jun 4 23:44:30 bobs kernel: bAlternateSetting = 00
> Jun 4 23:44:30 bobs kernel: bNumEndpoints = 02
> Jun 4 23:44:30 bobs kernel: bInterface Class:SubClass:Protocol = ff:01:01
> Jun 4 23:44:30 bobs kernel: iInterface = 04
> Jun 4 23:44:30 bobs kernel: Endpoint:
> Jun 4 23:44:30 bobs kernel: bLength = 7
> Jun 4 23:44:30 bobs kernel: bDescriptorType = 05
> Jun 4 23:44:30 bobs kernel: bEndpointAddress = 01 (out)
> Jun 4 23:44:30 bobs kernel: bmAttributes = 02 (Bulk)
> Jun 4 23:44:30 bobs kernel: wMaxPacketSize = 0040
> Jun 4 23:44:30 bobs kernel: bInterval = 00
> Jun 4 23:44:30 bobs kernel: Endpoint:
> Jun 4 23:44:30 bobs kernel: bLength = 7
> Jun 4 23:44:30 bobs kernel: bDescriptorType = 05
> Jun 4 23:44:30 bobs kernel: bEndpointAddress = 82 (in)
> Jun 4 23:44:30 bobs kernel: bmAttributes = 02 (Bulk)
> Jun 4 23:44:30 bobs kernel: wMaxPacketSize = 0040
> Jun 4 23:44:30 bobs kernel: bInterval = 00
> Jun 4 23:44:30 bobs kernel: usb.c: kusbd: /sbin/hotplug add 2
> Jun 4 23:44:30 bobs kernel: usb.c: kusbd policy returned 0xfffffffe
>
>
>
> _______________________________________________
> [EMAIL PROTECTED]
> To unsubscribe, use the last form field at:
> http://lists.sourceforge.net/lists/listinfo/linux-usb-users
--
Matthew Dharm Home: [EMAIL PROTECTED]
Maintainer, Linux USB Mass Storage Driver
I'm just trying to think of a way to say "up yours" without getting fired.
-- Stef
User Friendly, 10/8/1998
PGP signature