Bitcoin Forum

Bitcoin => Mining support => Topic started by: myself on June 18, 2011, 12:36:06 PM



Title: del
Post by: myself on June 18, 2011, 12:36:06 PM
del


Title: Re: aticonfig: command not found (ubuntu 11.04)
Post by: Rob P. on June 18, 2011, 01:24:24 PM
Download and install ATI Driver 11.5 for Linux 64bit.
   cd ~
   wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run
   sudo sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty
   sudo dpkg -i *.deb
   sudo apt-get -f install
   sudo aticonfig -f --initial --adapter=all
   sudo reboot

Verify that the ATI Driver is setup and running
   cd ~
   DISPLAY=:0 sudo fglrxinfo


Title: Re: aticonfig: command not found (ubuntu 11.04)
Post by: Rob P. on June 18, 2011, 02:05:49 PM
Code:
 sudo aticonfig -f --initial --adapter=all
sudo: aticonfig: command not found
  :(

Said another way:  You don't have it installed.  Issue ALL of the commands in my Post, in order.  Provide the output of each one.


Title: Re: aticonfig: command not found (ubuntu 11.04)
Post by: Rob P. on June 18, 2011, 02:13:52 PM
i did but somehow fails

It fails to paste the output of your commands here in the Post?

I'm trying to help, but without either remote access to your box, or you providing the output from the system when you run the commands, it's going to be impossible.


Title: Re: aticonfig: command not found (ubuntu 11.04)
Post by: Rob P. on June 18, 2011, 02:41:14 PM
Try /usr/bin/aticonfig instead of just aticonfig


Title: Re: aticonfig: command not found (ubuntu 11.04)
Post by: Rob P. on June 18, 2011, 03:57:01 PM
Try /usr/bin/aticonfig instead of just aticonfig
same thing  :(

Last try.  I checked my Ubuntu 11.04 Desktop system and see this:

Code:
pickerin@digger:~$ ls -la /usr/bin/aticonfig
lrwxrwxrwx 1 root root 27 2011-06-15 20:42 /usr/bin/aticonfig -> /etc/alternatives/aticonfig
pickerin@digger:~$ ls -la /etc/alternatives/aticonfig
lrwxrwxrwx 1 root root 28 2011-06-15 20:42 /etc/alternatives/aticonfig -> /usr/lib/fglrx/bin/aticonfig

So, ultimately, the aticonfig program is installed under /usr/lib/fglrx/bin/aticonfig

So:

Code:
ls /usr/lib/fglrx/bin

What's the output?


Title: Re: aticonfig: command not found (ubuntu 11.04)
Post by: Rob P. on June 18, 2011, 08:20:26 PM
Code:
ls /usr/lib/fglrx/bin
amdcccle              amdxdg-su   atiodcli      fglrxinfo
amdnotifyui           aticonfig   atiode        fglrx_xgamma
amdupdaterandrconfig  atieventsd  fgl_glxgears


thx allot for the help i did solve it  ;D got all cards runing

Yep, there you go.  Looks like your install didn't provide the appropriate symbolic links, but you do have it installed.
I can give you the commands to create the symbolic links if you'd like.  They are:

Code:
sudo ln -s /usr/lib/fglrx/bin/aticonfig /etc/alternatives/aticonfig
sudo ln -s /etc/alternatives/aticonfig /usr/bin/aticonfig