Post
Topic
Board Mining
Re: My video cards + Linux
by
check_status
on 24/05/2012, 07:20:16 UTC
I get :

ERROR - Get temperature failed for adapter 0 - AMD Radeon HD 7700 series
ERROR - Get temperature failed for adapter 1 - AMD Radeon HD 7700 series

Did you do:

Code:
sudo aticonfig --adapter=all --initial -f

Sometimes the error appears because the xorg.conf isn't built right or not at all.
'-f' is force, if you omit it, sometimes xorg.conf won't be built properly.

Also, did you reboot after you --initial -f the aticonfig step? Reboots are a requirement for many steps.
For instance, after you install the CCC driver, reboot, then install SDK, reboot, set aticonfig, reboot, then check --odgt. Wink
These reboots are required because changes are being made to the kernel and kernel code won't be running without a reboot.