Try excluding the AU3. I had a similar problem with my BAJ being detected as a BXM until I excluded it in an earlier version of CGMiner.
Sorry, but how do I exclude the AU3? Is that a run-time command line parameter or a configuration parameter prior to the build?
It's a command line parameter. It's in the ASIC Readme, or should be at least.
To disable detection of the false BXM I had to add "--usb BF1:0". I don't know what the driver instance name for your false AU3 is.
The documentation would seem to indicate I can only exclude all Icarus driver devices, not specific types. I tried "--usb AU3:0" and it gave me a message to the effect that there was not driver named AU3.
You can enable/disable any device CGMiner recognizes. I have no idea which one is an AU3 or an ANU since I don't have those miners. But if both of these devices are icarus AKA ICA then I got nuthin.
Here's a list of driver instances from the readme, so it should be one of these.
_________________________________
The second version
--usb BAS:1,BFL:1,MMQ:0,ICA:0,KLN:0
allows you to specify how many devices to choose based on each device
driver cgminer has - the current USB drivers are:
AVA, BAS, BFL, BF1, DRB, HFA, ICA, KLN and MMQ.
_________________________________