4 out of 5 of my miners just show
"Error -5: Enqueing Kernel onto command queue. <clEnqueueNDRangeKernel>"
Any ideas.
One miner is fine, 2 miners have one card working and show this error for the other cards, 2 miners show "OFF" for all cards and this error
Thanks
If you have multiple cards and some are shown as "off" you need to add a device setting to your bat and/or conf file. IE: if you have 4 cards you need to add -d 0,1,2,3 to your bat file. If you are using a conf file you need to add "device" : "0,1,2,3" Adding it to the conf file is a little tricky. Add the text at the bottom between the last entry and the } at the end. This it what it looks like in my conf file.
"kernel-path" : "user/local/bin",
"device" : "0,1,2,3"
}
Spacing is critical so make sure it matches exactly. Hope this helps someone.