Hi!

I bought a DMI USB 2.0 Storage Adapter and I need some hep with getting
it working.

Could somebody help me?

My plan is to try drivers for some other devices or use usbsnoopy.

But maybe someone have valid hints for me, maybe it is similar
to existing devices and I have just to add something in unusual_devices.

Detailed information is below.

Any help would be very welcome,

Jacek Pliszka


The status is as follows:
1. After connecting I get: dmesg :

hub.c: USB new device connect on bus1/1/3, assigned device number 6
usb.c: USB device 6 (vend/prod 0xc0b/0xb001) is not claimed by any active driver.
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
usb-uhci.c: interrupt, status 3, frame# 744
usb-uhci.c: interrupt, status 3, frame# 574
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 6
USB Mass Storage support registered.

2. usbview shows:
USB 2.0 Storage Adaptor
Manufacturer: DMI
Serial Number: 0B02011C03EA08FA
Speed: 12Mb/s (full)
USB Version:  2.00
Device Class: 00(>ifc )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vendor Id: 0c0b
Product Id: b001
Revision Number: 11.10

Config Number: 2
        Number of Interfaces: 1
        Attributes: c0
        MaxPower Needed:  98mA

        Interface Number: 0
                Name: usb-storage
                Alternate Number: 0
                Class: 08(stor.) 
                Sub Class: 6
                Protocol: 50
                Number of Endpoints: 3

                        Endpoint Address: 01
                        Direction: out
                        Attribute: 2
                        Type: Bulk
                        Max Packet Size: 64
                        Interval:   0ms

                        Endpoint Address: 82
                        Direction: in
                        Attribute: 2
                        Type: Bulk
                        Max Packet Size: 64
                        Interval:   0ms

                        Endpoint Address: 83
                        Direction: in
                        Attribute: 3
                        Type: Int.
                        Max Packet Size: 2
                        Interval:  32ms

3. lsusb shows
Bus 001 Device 006: ID 0c0b:b001  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 Interface
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0c0b 
  idProduct          0xb001 
  bcdDevice           11.10
  iManufacturer          73 
  iProduct               77 
  iSerial               101 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     2
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk (Zip)
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
    bConfigurationValue     2
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk (Zip)
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize         64
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize         64
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               none
        wMaxPacketSize          2
        bInterval              32
  Language IDs: (length=4)
     0409 English(US)

4. Nothing shows up in /proc/scsi/scsi :

5. cdrecord --scanbus finds nothing





_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to