Search content
Sort by

Showing 4 of 4 results by voxobscuro
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO
by
voxobscuro
on 04/06/2011, 01:20:04 UTC
Here's a couple useful tricks for working with your graphics cards:
To display the temperature of your cores:

aticonfig --odgt --adapter=all

To display the clock speeds of your cores:

aticonfig --odgc --adapter=all

To show or set your fan speed:

Shows fan speed
aticonfig --pplib-cmd "get fanspeed 0"

Sets fan speed to 100%
aticonfig --pplib-cmd "set fanspeed 0 100"

So, I googled around and tried to look in the documentation for this, but I could sort it out.  How do you set the fan speed back to the point where it can be automatically controlled?  At boot it seems to do a decent job but when I mess with it I have to just leave it at a fixed setting.  A tried `aticonfig --pplib-cmd "set fanspeed 0 auto"` but that seemed to just set it to 0 (I think...I don't remember).

Cheers,
vox
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO
by
voxobscuro
on 03/06/2011, 07:27:47 UTC
Quote
No idea what "Barts" is...but I'm going to try mining with it!

"Barts" is the ATI codename for the 6800 chipset. "Cayman" is the 6900 series.

As far as permission denied: yeah either your user doesn't have permissions or the file isn't executable, e.g. "chmod a+x phoenix.py" & cetera.

Hey, the issue was that I had done several of the steps from the howto as root ( as opposed to using sudo ).  I chown'd all the poclbm.py and other python files and its working now. Cool

Its pulling 247000 khash/s...which is well over 4 times what the imac is doing....not sure if thats good or not, but I'm going to sleep regardless.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO
by
voxobscuro
on 03/06/2011, 01:34:36 UTC
I do have the AMD drivers installed.  I did that bit last night when I installed Ubuntu.  Good thought though....I had to double check to make sure I had done that.

Weird enough, now that I'm logged into the front end, I get this:
Code:
No device specified or device not found, use -d to specify one of the following

[0]     Barts
[1]     AMD Phenom(tm) II X6 1055T Processor
$

No idea what "Barts" is...but I'm going to try mining with it!

Edit: nope. Same "permission denied" error message.  I wonder if I messed up some ownership somewhere...
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO
by
voxobscuro
on 03/06/2011, 00:34:33 UTC
Hey there, I think I've about got everything sorted but I've got one last hangup.  poclbm.py doesn't list the graphics card.  
I installed SDK 2.4, but other than that I followed the 64bit portion of the guide.  Well written too, thanks a lot. 


Code:
$sudo aticonfig --lsa
* 0. 01:00.0 AMD Radeon HD 6800 Series

* - Default adapter
$./poclbm.py
No protocol specified
No device specified or device not found, use -d to specify one of the following

[0] AMD Phenom(tm) II X6 1055T Processor
$

I also tried testing pool mining on the CPU to see if I did everything right...but I think I've missed something because this is what I get:
Code:
$ ./poclbm.py --device=0 --user=___ --pass=___ --host=btcguild.com --port=8332
No protocol specified
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 505, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/vox/sources/poclbm/BitcoinMiner.py", line 272, in miningThread
    self.loadKernel()
  File "/home/vox/sources/poclbm/BitcoinMiner.py", line 373, in loadKernel
    binaryW = open(cacheName, 'wb')
IOError: [Errno 13] Permission denied: '942631b5db2d61ba4bbed015ac746f71.elf'

Problems communicating with bitcoin RPC^C                  
bye

I did some searching around in the thread here, and read through much of it to solve my other problems, but nothing no this front.  I appreciate any insight.

EDIT:  I'm not sure if it matters.  The machine currently has a monitor installed, but I did all the config remotely.  I'm not planning on leaving a monitor attached to it, but I'm going to run it as a headless server/miner.

Thanks
-vox