Hi!
I'm using Ubuntu 12.x so I don't think what I did applies to you
But, you do need to build using the cgminer 3.8.5 as recommended by AntMiner documentation.
On Ubuntu I did this:
git clone
https://github.com/bitmaintech/cgminercd cgminer
sudo apt-get install libusb-1.0
sudo apt-get install libudev-dev
./autogen.sh
./configure --enable-bmsc
make -j 6
And it worked for me after trying many different cgminer configurations. I needed to recompile to enable bmsc to run the AntMiners at their proper speed, before the recompilation I was only getting 0.5Gh/s from each AntMiner. After compilation I am able to get 2.0Gh/s from each AntMiner.
Hope this helps point you in the right direction!
Cfx.