Some difficulty with building the miners software. I'm trying to get this to work from Kano's guide running lubuntu 11.04 64.
After running aticonfig --adapter=all --initial I get this error,
Fail to link to fglrx-libglx.so, please check whether driver is installed correctly
edit: apparently this can be ignored and is not a big deal.
Searching for the error below on the forum yields no results.
I did not create a startup disk but installed to a hard drive.
reboot
Next, install of 2.4 SDK failed
cp -pv lib/x86_64/* /usr/lib/
cp: cannot stat `lib/x86_64/*': No such file or directory
The closest match I have is x86_64-linux-gnu but I don't know if it's the same directory like in Xubuntu.
Thanks
So this means that either the file is missing or I'm executing cp from the wrong directory.
Checking my notes I skipped a step and didn't cd into the correct directory before issuing cp.
Everything is looking good so far.
Adapter 0 - ATI Radeon HD 5900 Series
Core (MHz) Memory (MHz)
Current Clocks : 157 300
Current Peak : 725 1000
Configurable Peak Range : [550-1000] [1000-1500]
GPU load : 0%
Adapter 1 - ATI Radeon HD 5900 Series
Core (MHz) Memory (MHz)
Current Clocks : 157 300
Current Peak : 725 1000
Configurable Peak Range : [550-1000] [1000-1500]
GPU load : 0%
./cgminer -n
[2012-04-12 19:50:35] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[2012-04-12 19:50:35] CL Platform 0 name: AMD Accelerated Parallel Processing
[2012-04-12 19:50:35] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)
[2012-04-12 19:50:35] Platform 0 devices: 2
[2012-04-12 19:50:35] GPU 0 ATI Radeon HD 5900 Series hardware monitoring enabled
[2012-04-12 19:50:35] GPU 1 ATI Radeon HD 5900 Series hardware monitoring enabled
[2012-04-12 19:50:35] Failed to ADL_Overdrive5_FanSpeedInfo_Get
[2012-04-12 19:50:35] Dual GPUs detected: 1 and 0
[2012-04-12 19:50:35] 2 GPU devices max detected
Thanks for looking.