For reference, the devices that I have are USB on one side, and SCSI on the
other. We'll have to see if this device is similar enough to work.
I'll cook up an unusual_devs.h entry for you to try and send that later.
Let me know if it works.
Matt
On Wed, Jun 06, 2001 at 08:23:05PM -0400, Bob Sass wrote:
> There were 2 of these devices that I found from Belkin and I just chose
> this one, because I like all the connectors on the back as opposed to usb
> in the back scsi out the front.
>
> Here is the info:
>
> T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
> B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
> D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
> P: Vendor=0000 ProdID=0000 Rev= 0.00
> S: Product=USB UHCI-alt Root Hub
> S: SerialNumber=ef80
> C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
> I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
> E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
> T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
> D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
> P: Vendor=050d ProdID=0115 Rev= 1.33
> S: Manufacturer=Belkin Components
> S: Product=Belkin USB SCSI Adapter
> C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=400mA
> I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=(none)
> E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
> E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
>
> Thanks
>
> Bob
>
> On Wed, 6 Jun 2001, Matthew Dharm wrote:
>
> > Okay, now we're on the same page.
> >
> > Interestingly enough, I've seen devices like this that work. But this
> > device advertises a previously unknown VendorID and ProductID.
> >
> > We're probably going to need _another_ unusual device entry... can you send
> > the listing from /proc/bus/usb/devices with the device attached for
> > analysis?
> >
> > Matt
> >
> > On Wed, Jun 06, 2001 at 07:22:27PM -0400, Bob Sass wrote:
> > > Not necessarily, just the following web page:
> > > http://lists.suse.com/archives/linux-usb/2000-May/0827.html
> > >
> > > Maybe it a different version. Do you have a known hardware solution. My
> > > object here is to connect a scsi Jaz drive to a Mandrake Linux system via
> > > usb. A different hardware solution is fine by me.
> > >
> > > Bob
> > >
> > > On Wed, 6 Jun 2001, Matthew Dharm wrote:
> > >
> > > > 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
We've made a business out of making money from annoying and stupid people.
I think you fall under that category.
-- Chief
User Friendly, 7/11/1998
PGP signature