View Single Post
Old 07-25-2013, 01:33 PM   #10
Ludacrisvp
Junior Member
 
Join Date: Jul 2013
Posts: 6
Default

Quote:
Originally Posted by Wim View Post
We're aiming to release a beta of v2.1 around the end of July which will have some fixes for 10.8 and early support for 10.9 Mavericks.

Wim
Hello,

Just curious if there was an update on the ETA for the support of 10.9.
It seems that in my setup the 2 (DL-195) adapters are seen and both connected displays are detected by the OS but only one display gets an image, the other just goes to sleep. There doesn't seem to be a way to pick which one works and which doesn't.

Code:
      System Version: OS X 10.9 (13A524d)

DL-195 Adapter:

  Product ID:	0x028f
  Vendor ID:	0x17e9  (DisplayLink (UK) Ltd.)
  Version:	 1.24
  Serial Number:	108763
  Speed:	Up to 480 Mb/sec
  Manufacturer:	DisplayLink
  Location ID:	0x1a140000 / 3
  Current Available (mA):	500
  Current Required (mA):	500

DL-195 Adapter:

  Product ID:	0x028f
  Vendor ID:	0x17e9  (DisplayLink (UK) Ltd.)
  Version:	 1.24
  Serial Number:	109393
  Speed:	Up to 480 Mb/sec
  Manufacturer:	DisplayLink
  Location ID:	0x1d120000 / 4
  Current Available (mA):	500
  Current Required (mA):	500

$ ioreg -l |grep -A18 DL-195
    | |   |   +-o DL-195 Adapter@1a140000  <class IOUSBDevice, id 0x1000001de, registered, matched, active, busy 0 (93 ms), retain 13>
    | |   |   | | {
    | |   |   | |   "sessionID" = 2005743724
    | |   |   | |   "iManufacturer" = 1
    | |   |   | |   "bNumConfigurations" = 1
    | |   |   | |   "idProduct" = 655
    | |   |   | |   "bcdDevice" = 292
    | |   |   | |   "Bus Power Available" = 250
    | |   |   | |   "bMaxPacketSize0" = 64
    | |   |   | |   "USB Product Name" = "DL-195 Adapter"
    | |   |   | |   "iProduct" = 2
    | |   |   | |   "iSerialNumber" = 3
    | |   |   | |   "USB Address" = 3
    | |   |   | |   "bDeviceClass" = 0
    | |   |   | |   "bDeviceSubClass" = 0
    | |   |   | |   "locationID" = 437518336
    | |   |   | |   "IOUserClientClass" = "IOUSBDeviceUserClientV2"
    | |   |   | |   "PortNum" = 4
    | |   |   | |   "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
    | |   |   | |   "bDeviceProtocol" = 0
    | |   |   | |   "USB Vendor Name" = "DisplayLink"
    | |   |   | |   "Device Speed" = 2
    | |   |   | |   "idVendor" = 6121
    | |   |   | |   "USB Serial Number" = "108763"
    | |   |   | |   "Requested Power" = 250
    | |   |   | |   "IOGeneralInterest" = "IOCommand is not serializable"
    | |   |   | |   "Low Power Displayed" = No
    | |   |   | | }
--
    | |   |   +-o DL-195 Adapter@1d120000  <class IOUSBDevice, id 0x10000395c, registered, matched, active, busy 0 (325 ms), retain 13>
    | |   |     | {
    | |   |     |   "sessionID" = 91795823008025
    | |   |     |   "iManufacturer" = 1
    | |   |     |   "bNumConfigurations" = 1
    | |   |     |   "idProduct" = 655
    | |   |     |   "bcdDevice" = 292
    | |   |     |   "Bus Power Available" = 250
    | |   |     |   "bMaxPacketSize0" = 64
    | |   |     |   "USB Product Name" = "DL-195 Adapter"
    | |   |     |   "iProduct" = 2
    | |   |     |   "iSerialNumber" = 3
    | |   |     |   "USB Address" = 4
    | |   |     |   "bDeviceClass" = 0
    | |   |     |   "bDeviceSubClass" = 0
    | |   |     |   "locationID" = 487718912
    | |   |     |   "IOUserClientClass" = "IOUSBDeviceUserClientV2"
    | |   |     |   "PortNum" = 2
    | |   |     |   "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
    | |   |     |   "bDeviceProtocol" = 0
    | |   |     |   "USB Vendor Name" = "DisplayLink"
    | |   |     |   "Device Speed" = 2
    | |   |     |   "idVendor" = 6121
    | |   |     |   "USB Serial Number" = "109393"
    | |   |     |   "Requested Power" = 250
    | |   |     |   "IOGeneralInterest" = "IOCommand is not serializable"
    | |   |     |   "Low Power Displayed" = No
    | |   |     | }
Ludacrisvp is offline