Post
Topic
Board Mining support
Topic OP
starting miner from rc.local
by
Ortulas
on 03/04/2013, 19:13:26 UTC
I've followed some other information on the forum to put together a script that starts cgminer at boot in xubuntu.

So far I've got my script running from rc.local starting cgminer in a detached screen after 120 second delay. When i run rc.local manually everything works perfect, but when i reboot i get,

Code:
[2013-04-03 12:58:42] Started cgminer 2.11.2
No protocol specified
No protocol specified
 [2013-04-03 12:58:42] Error -1: Getting Device IDs (num)
 [2013-04-03 12:58:42] clDevicesNum returned error, no GPUs usable
All devices disabled, cannot mine!

Is it trying to load cgminer before the GPU drivers load? I feel like i'm so close but just can't get over this hump. Any ideas what's happening here?

Thanks for any help you can offer.