View Single Post
Old 03-08-2018, 02:35 PM   #3
mshaffer
Junior Member
 
Join Date: Feb 2018
Posts: 8
Default Linux Mint

So I tried the same instructions on Linux Mint.

Here is a fresh install without any display-link drivers:

Code:
[    3.681825] usb 1-4.7.2.2: new high-speed USB device number 9 using xhci_hcd
[    3.786614] usb 1-4.7.2.2: New USB device found, idVendor=17e9, idProduct=0199
[    3.786616] usb 1-4.7.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.786618] usb 1-4.7.2.2: Product: Mini USB Monitor
[    3.786620] usb 1-4.7.2.2: Manufacturer: DisplayLink
[    3.786621] usb 1-4.7.2.2: SerialNumber: 100144
[    3.893839] usb 1-4.7.2.4: new full-speed USB device number 10 using xhci_hcd
[    3.949002] lp: driver loaded but no devices found
[    3.956310] ppdev: user-space parallel port driver
[    3.999260] usb 1-4.7.2.4: New USB device found, idVendor=0eef, idProduct=0001
[    3.999263] usb 1-4.7.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.999265] usb 1-4.7.2.4: Product: USB TouchController
[    3.999267] usb 1-4.7.2.4: Manufacturer: eGalax Inc.
[    4.002637] 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/input10
[    4.002792] 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/input11
[    4.002946] 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
[    4.080488] usbcore: registered new interface driver usbtouchscreen

[    4.607476] usb-storage 1-4.7.2.2:2.0: USB Mass Storage device detected


[    4.617295] scsi host2: usb-storage 1-4.7.2.2:2.0
[    4.619445] usbcore: registered new interface driver usb-storage
[    4.628264] usbcore: registered new interface driver uas

Notice the usb is first recognized as DisplayLink [1-4.7.2.2] and then later, within that USB chain, it recognizes a storage device [1-4.7.2.2:2.0] ... I believe that is the core of the main error. How to fix?

After installing driver ...

Code:
[ 7810.940999] evdi: loading out-of-tree module taints kernel.
[ 7810.941100] evdi: module verification failed: signature and/or required key missing - tainting kernel
[ 7810.943360] evdi: [I] Initialising logging on level 5
[ 7810.943362] evdi: [I] Atomic driver:no
[ 7810.991826] usb 1-4.7.2.2: usbfs: interface 0 claimed by usb-storage while 'DeviceManager_0' sets config #1
[ 7811.217607] xhci_hcd 0000:00:15.0: WARN Event TRB for slot 8 ep 8 with no TDs queued?
[ 7811.338902] xhci_hcd 0000:00:15.0: WARN Event TRB for slot 8 ep 8 with no TDs queued?
[ 7811.971245] usb 1-4.7.2.2: usbfs: interface 0 claimed by usb-storage while 'DeviceManager_0' sets config #1
[ 7812.975663] usb 1-4.7.2.2: usbfs: interface 0 claimed by usb-storage while 'DeviceManager_0' sets config #1
The NUC only has USB 3.0 ports - the device is USB 2.0 , maybe I am incorrectly assuming backward compatibility?

Last edited by mshaffer; 03-08-2018 at 02:38 PM.
mshaffer is offline   Reply With Quote