Hey There,
Here is my configuration :
- Mac running OSX 10.11.5 (El Capitan)
- Ola 0.10.2 installed via Homebrew
I'm trying to get OLA to detect the OpenDMX adapter but without success.
I know this adapter is not the best, but this is what I got for my current project and would be happy to get it to work without forking any more cash.
I was able to get the adapter working with the QLC software by unloading the apple kext : sudo kextunload -b com.apple.driver.AppleUSBFTDI
Tried the adapter with OLA on 4 different macs and nothing worked (El Capitan or Yosemite)
The system profiler show the adapter as :
FT232R USB UART:
Product ID: 0x6001
Vendor ID: 0x0403 (Future Technology Devices International Limited)
Version: 6.00
Serial Number: A6008Y0H
Speed: Up to 12 Mb/sec
Manufacturer: FTDI
Location ID: 0x14400000 / 11
Current Available (mA): 1000
Current Required (mA): 90
Extra Operating Current (mA): 0
By looking into ola-opendmx.conf I see the expected device is /dev/dmx0 but the only thing I got in /dev is /dev/cu.usbserial-A6008Y0H
If I unload the AppleUSBFTDI kext, the /dev/cu.usbserial-A6008Y0H disappears.
I tried many things, like replacing /dev/dmx0 in ola-opendmx.conf by /dev/cu.usbserial-A6008Y0H or disabling all plugins but the opendmx one but nothing worked.
Is there anything I can try ?
Thank you for your time.