Post
Topic
Board Mining software (miners)
Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.4
by
cpunks
on 12/04/2013, 12:56:46 UTC
Got my first Debian Linux (squeeze) based rig online and working, so I have a completely Microsoft-free system now. :)

Materials I found helpful:
- the starting post of this thread
- this post: https://bitcointalk.org/index.php?topic=3359.msg47174#msg47174

The hardest part for me personally, as it was mostly undocumented, was understanding that I need to start "cgminer" as a regular user (not root) and issue the commands from a local X session (not SSH).

Before that, I was vainly trying to understand why the following error occurred:

Quote
Error -1: Getting Device IDs (num)
clDevicesNum returned error, no GPUs usable
All devices disabled, cannot mine!

As soon as I changed to user instead of root, and local console instead of SSH, all the things which should have, started working.