Page 1 of 1

OSX Sierra and Enttec open dmx usb issues

Posted: Sun Aug 13, 2017 9:21 pm
by Aidan Vogt
Hey Guys,
I have searched this forum and have sighted many issues raised with OSX sierra and usb control, however have not seen any confirmed solutions posted.

When the Enttec is connected (from the input/output screen) under USB dmx it tells me i have connection and it is working fine. however i cannot get any light to receive dmx control. this is the first time i have tried to use qlc plus with sierra.
Yes i have updated the ftdi driver control.

I am currently unsure if it is the device or sierra control. Would anyone be able to shed any light on solutions for me please

Aidan

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Wed Aug 16, 2017 11:03 pm
by Aidan Vogt
Anyone

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Thu Aug 17, 2017 3:04 am
by mlohrey
Have you tried this:

http://www.qlcplus.org/docs/disable_app ... river.html from point 7.2?

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Thu Aug 17, 2017 9:19 am
by Aidan Vogt
mlohrey wrote: Thu Aug 17, 2017 3:04 am Have you tried this:

http://www.qlcplus.org/docs/disable_app ... river.html from point 7.2?
Nope
Didn't come up In my search

Excuse the dumb question, but is this to go Into terminal?

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Thu Aug 17, 2017 1:21 pm
by mlohrey
Yes. In terminal.

Quit QLC+ first and then

Just paste this in to a terminal window:

sudo kextunload -b com.apple.driver.AppleUSBFTDI

You will be then asked for you mac password.

Hopefully it work for you after that. If you restart your mac you will have run the command again.

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Tue Aug 29, 2017 8:12 am
by Aidan Vogt
Today I had a chance to give this a shot
And had no luck

I would be interested in knowing if Massimo has any ideas
mlohrey wrote: Thu Aug 17, 2017 1:21 pm Yes. In terminal.

Quit QLC+ first and then

Just paste this in to a terminal window:

sudo kextunload -b com.apple.driver.AppleUSBFTDI

You will be then asked for you mac password.

Hopefully it work for you after that. If you restart your mac you will have run the command again.

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Tue Aug 29, 2017 1:17 pm
by mlohrey
Sometimes it can take some mucking around to get it work. I have found running the command twice is useful just to confirm the kext had been unloaded is useful.

Or use these commands:

kextstat (lists all loaded kexts)
kextstat | grep -v com.apple (lists all non apple kexts)

Also it is useful to select the output device in qlc+ and then save the file and restart QLC+

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Fri Sep 01, 2017 5:24 am
by Aidan Vogt
I have done just about everything.
FDTI driver. the terminal code. new cables. a number of different dmx controlled devices different versions of QLC+

what i have now is qlc+ is output sees the enntec unit.
the light recognises that there is a dmx unit and is on standby (for lack of a better word) however no dmx output
I am now even more confused than i was befor

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Sun Sep 03, 2017 1:55 am
by Aidan Vogt
sorted it.

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Mon Sep 04, 2017 12:35 am
by mlohrey
What did you do? Maybe your explanation will help others along the way.

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Mon Sep 04, 2017 8:02 am
by Aidan Vogt
Honestly couldnt say.
just kept fiddling until it worked

Re: OSX Sierra and Enttec open dmx usb issues

Posted: Thu Oct 19, 2017 3:05 am
by ttatsf
I have a DIY , under-10$ usb–dmx interface(not Enttec's but it seems to act on the same protocol) , and use it on Mac OS Sierra.

What I did :
1. Install the latest D2XXDriver, D2XXHelper, FTDIUSBSerialDriver.
2. Copy FTDIUSBSerialDriver.kext from /Library/Extensions/ to /System/Library/Extensions/ with admin privilege.
3. You'll get some alert about invalid copy-operation and Click "OK" .

I hope this helps.