Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Linux and Open Source

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 03-06-2018, 07:27 PM   #2
mshaffer
Junior Member
 
Join Date: Feb 2018
Posts: 8
Default

I reinstalled with Legacy BIOS to see if UEFI did anything... same errors.

Of note, the detection of the device as "usb-storage" or "uas" - this seems to be the fundamental problem. From DMESG.

Code:
[    3.223077] usb 1-4.7.2.2: New USB device found, idVendor=17e9, idProduct=0199
[    3.223081] usb 1-4.7.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.223082] usb 1-4.7.2.2: Product: Mini USB Monitor
[    3.223084] usb 1-4.7.2.2: Manufacturer: DisplayLink
[    3.223085] usb 1-4.7.2.2: SerialNumber: 100144
[    3.243460] usb-storage 1-4.7.2.2:2.0: USB Mass Storage device detected
[    3.243773] scsi host2: usb-storage 1-4.7.2.2:2.0
[    3.244106] usbcore: registered new interface driver usb-storage
[    3.245774] usbcore: registered new interface driver uas
[    3.309859] usb 1-4.7.2.4: new full-speed USB device number 10 using xhci_hcd
[    3.415940] usb 1-4.7.2.4: New USB device found, idVendor=0eef, idProduct=0001
[    3.415945] usb 1-4.7.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.415948] usb 1-4.7.2.4: Product: USB TouchController
[    3.415950] usb 1-4.7.2.4: Manufacturer: eGalax Inc.
[    3.418955] input: eGalax Inc. USB TouchController as /devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.7/1-4.7.2/1-4.7.2.4/1-4.7.2.4:1.0/0003:0EEF:0001.0004/input/input19
[    3.419332] input: eGalax Inc. USB TouchController as /devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.7/1-4.7.2/1-4.7.2.4/1-4.7.2.4:1.0/0003:0EEF:0001.0004/input/input20
[    3.419583] hid-generic 0003:0EEF:0001.0004: input,hidraw3: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-0000:00:15.0-4.7.2.4/input0
[    3.432054] usbcore: registered new interface driver usbtouchscreen
[    3.578719] evdi: loading out-of-tree module taints kernel.
[    3.580727] evdi: [I] Initialising logging on level 5
[    3.580729] evdi: [I] Atomic driver:no
[    3.650168] usb 1-4.7.2.2: usbfs: interface 0 claimed by usb-storage while 'DeviceManager_0' sets config #1
[    3.902464] [drm] RC6 on
[    4.254469] scsi host2: scsi scan: INQUIRY result too short (5), using 36
[    4.254475] scsi 2:0:0:0: CD-ROM                                           PQ: 0 ANSI: 0
[    4.254991] scsi 2:0:0:0: Attached scsi generic sg1 type 5
[    4.263376] sr 2:0:0:0: [sr0] scsi3-mmc drive: 8x/40x writer xa/form2 cdda tray
[    4.263379] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.263784] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    4.281204] xhci_hcd 0000:00:15.0: WARN Event TRB for slot 8 ep 8 with no TDs queued?
[    4.644348] usb 1-4.7.2.2: usbfs: interface 0 claimed by usb-storage while 'DeviceManager_0' sets config #1
[    5.649379] usb 1-4.7.2.2: usbfs: interface 0 claimed by usb-storage while 'DeviceManager_0' sets config #1
[    6.654684] usb 1-4.7.2.2: usbfs: interface 0 claimed by usb-storage while 'DeviceManager_0' sets config #1
[    7.661063] usb 1-4.7.2.2: usbfs: interface 0 claimed by usb-storage while 'DeviceManager_0' sets config #1
And if you review "lsusb -v -d 17e9:" you can see some unrecognized data:

Code:
Bus 001 Device 009: ID 17e9:0199 DisplayLink 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x17e9 DisplayLink
  idProduct          0x0199 
  bcdDevice            1.36
  iManufacturer           1 DisplayLink
  iProduct                2 Mini USB Monitor
  iSerial                 3 100144
  bNumConfigurations      2
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     2
    iConfiguration          1 DisplayLink
    bmAttributes         0xc0
      Self Powered
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           66
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  1b 5f 01 00 19 05 00 01 03 00 04 04 01 00 03 d0 00 02 04 00 bd 1f 00 01 04 01 02
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               4
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x0a  EP 10 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      2
Device Status:     0x0000
  (Bus Powered)
Any Thoughts?
mshaffer is offline   Reply With Quote
 

Tags
debian, error messages, linux, linux problems, usbfs

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:50 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.