Pages:
Author

Topic: Installing Catalyst 11.6 in Ubuntu 11.04 (Read 12832 times)

newbie
Activity: 37
Merit: 0
July 09, 2011, 11:14:30 PM
#26
Mine seems to get stuck on Postprocessing Dispaly and OpenCL drivers.

Also, complete noob question, but is there a shortcut for running term?
full member
Activity: 168
Merit: 100
Firstbits: 175wn
thanks for hanging with me drawoc, sending a donation your way Smiley

Thanks - it's appreciated. Glad this is working for you.
member
Activity: 70
Merit: 10
Try:
Code:
sudo dpkg -i *.deb
sudo apt-get -f install

lol, i am such a linux noob. Smiley  but the good news is that its working!!!  getting 308 Mhash from Sapphire HD 5830s at 990/300 !!!:)

thanks for hanging with me drawoc, sending a donation your way Smiley

edit: corrected card ID from 5930 to 5830
full member
Activity: 168
Merit: 100
Firstbits: 175wn
Try:
Code:
sudo dpkg -i *.deb
sudo apt-get -f install
member
Activity: 70
Merit: 10
well it seems that i have had some success.

this is the log generated on my last attempt to install 11.6

Code:
Package /home/chip/fglrx_8.861-0ubuntu1_i386.deb has been successfully generated
Package /home/chip/fglrx-dev_8.861-0ubuntu1_i386.deb has been successfully generated
Package /home/chip/fglrx-amdcccle_8.861-0ubuntu1_i386.deb has been successfully generated

however, when i try to run: sudo aticonfig --initial -f --adapter=all

i get:

Code:
sudo: aticonfig: command not found
full member
Activity: 168
Merit: 100
Firstbits: 175wn
thanks.

ran that, and then tried to reinstall and got this in my /usr/share/ati/fglrx-install.log:

Code:
dh_installdocs -pfglrx debian/AUTHORS
dh_installinit -pfglrx --name="atieventsd" --no-start --update-rcd-params="defaults 31"
Duplicate specification "O=s" for option "O"
#remove executable bits from stack
dh_install -pfglrx-amdcccle
execstack -c debian/fglrx-amdcccle/usr/lib/fglrx/bin/amdcccle
make: execstack: Command not found
make: *** [binary-arch] Error 127
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
[Error] Generate Package - error generating package : Ubuntu/natty

Install the package execstack.

It might give you "make: SOMETHING: Command not found" again, where SOMETHING is any command name. From now on, just search the package contents for whatever "SOMETHING" is on http://packages.ubuntu.com/. It will give you a package name to install. If it gives you more than one result choose the one that has "SOMETHING" located in /usr/bin or /usr/sbin.
member
Activity: 70
Merit: 10
thanks, ran both of those but apparently i did not do the uninstall correctly, because the installation is not working and Ubuntu still detects an existing fglrx driver.

this is the  /usr/share/ati/fglrx-install.log

Code:
                usr/sbin/ -type f | xargs chmod a+x
# set exec bit on scripts
find lib etc debian -name "*.sh" -type f | xargs chmod +x
# set the permissions on the pxpress scripts
chmod 744 debian/pxpress/switch*
dh build
make: dh: Command not found
make: *** [build] Error 127
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[Error] Generate Package - error generating package : Ubuntu/natty


any ideas?

It looks like it wants you to install debhelper:
Code:
sudo apt-get install debhelper

thanks.

ran that, and then tried to reinstall and got this in my /usr/share/ati/fglrx-install.log:

Code:
dh_installdocs -pfglrx debian/AUTHORS
dh_installinit -pfglrx --name="atieventsd" --no-start --update-rcd-params="defaults 31"
Duplicate specification "O=s" for option "O"
#remove executable bits from stack
dh_install -pfglrx-amdcccle
execstack -c debian/fglrx-amdcccle/usr/lib/fglrx/bin/amdcccle
make: execstack: Command not found
make: *** [binary-arch] Error 127
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
[Error] Generate Package - error generating package : Ubuntu/natty
full member
Activity: 168
Merit: 100
Firstbits: 175wn
thanks, ran both of those but apparently i did not do the uninstall correctly, because the installation is not working and Ubuntu still detects an existing fglrx driver.

this is the  /usr/share/ati/fglrx-install.log

Code:
                usr/sbin/ -type f | xargs chmod a+x
# set exec bit on scripts
find lib etc debian -name "*.sh" -type f | xargs chmod +x
# set the permissions on the pxpress scripts
chmod 744 debian/pxpress/switch*
dh build
make: dh: Command not found
make: *** [build] Error 127
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[Error] Generate Package - error generating package : Ubuntu/natty


any ideas?

It looks like it wants you to install debhelper:
Code:
sudo apt-get install debhelper
member
Activity: 70
Merit: 10
if one wanted to do this install/upgrade purely via SSH at a remote station, what would the commands be to download the package and uninstall the current install?

To download files, use wget:
Code:
wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-6-x86.x86_64.run

To remove packages, use apt-get:
Code:
sudo apt-get purge fglrx fglrx-amdcccle fglrx-dev

thanks, ran both of those but apparently i did not do the uninstall correctly, because the installation is not working and Ubuntu still detects an existing fglrx driver.

this is the  /usr/share/ati/fglrx-install.log

Code:
                usr/sbin/ -type f | xargs chmod a+x
# set exec bit on scripts
find lib etc debian -name "*.sh" -type f | xargs chmod +x
# set the permissions on the pxpress scripts
chmod 744 debian/pxpress/switch*
dh build
make: dh: Command not found
make: *** [build] Error 127
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[Error] Generate Package - error generating package : Ubuntu/natty


any ideas?
full member
Activity: 168
Merit: 100
Firstbits: 175wn
if one wanted to do this install/upgrade purely via SSH at a remote station, what would the commands be to download the package and uninstall the current install?

To download files, use wget:
Code:
wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-6-x86.x86_64.run

To remove packages, use apt-get:
Code:
sudo apt-get purge fglrx fglrx-amdcccle fglrx-dev
member
Activity: 70
Merit: 10
basically, how do you uninstall the existing drivers through SSH?
member
Activity: 70
Merit: 10
if one wanted to do this install/upgrade purely via SSH at a remote station, what would the commands be to download the package and uninstall the current install?
member
Activity: 70
Merit: 10
thanks Dishwara, great post
legendary
Activity: 1855
Merit: 1016
oops i forget to make executable.
chmod +x ati*
Edited 1st post.
hero member
Activity: 988
Merit: 1000
When I try to run

sudo sh ati-driver-installer-11-6-x86.x86_64.run

It says

sh: Can't open ati-driver-installer-11-6-x86.x86_64.run



In the directory that you downloaded the ati-driver...
at the terminal prompt
chmod +x ati-driver[TAB Button] [ENTER key]
then at the command prompt do
sh ati-driver-installer-11-6-x86.x86_64.run

legendary
Activity: 1855
Merit: 1016
When I try to run
sudo sh ati-driver-installer-11-6-x86.x86_64.run
It says
sh: Can't open ati-driver-installer-11-6-x86.x86_64.run

You MUST cd to the folder where ati.* driver file is stored & also u need root rights to run the file. In the properties of the file, check the permissions you have to read & write.

Guys can you help :O

When I go to the Synaptic viewer, only the first two fglrx's have green boxes in front of them. dev and moda are not installed. I try uninstalling the first two, and running the 11.6. After it finishes, i can't sudo aticonfig --initial -f --adapter=all, i just gives me errors. Rebooting locks up my computer at the Ubuntu loading screen Sad

That happened the first time when I tried this. I was using Inaba's guide before, so I had SDK 2.4 already. I tried a fresh install, but the same things happened. I can't get 11.6 to work.
You sure you uninstalled correctly?
Go to Ubuntu recovery mode -> root terminal & try to sudo aticonfig........ from their.
If it says file not exist or some other error saying their is NO aticonfig then its not installed properly.

Go to recovery mode & select graphics with low resolution & in that select 2nd reconfigure. then ok, &ok, cancel, coz it will reconfigure & came back to previous screen & go for restart.

after that go in normal mode & see what you have. whether 11.5 or 11.6.
You can see it in applications-> installed "see xx more results" by moving the mouse to left top & it will bring out task bar & their in applications. clicking see xx more will show all installed with 2 ati catalyst & ati catalyst administrative rights.
In any one click information(next to welcome) & see what drivers installed.

Also you can role back by selecting repair packages in recovery mode & also trying to install 11.5 in synaptic manager in recovery mode. But you need root access.

I too newbie in Linux, I got it installed by trial & error only. Hopes this help.
full member
Activity: 336
Merit: 100
Guys can you help :O

When I go to the Synaptic viewer, only the first two fglrx's have green boxes in front of them. dev and moda are not installed. I try uninstalling the first two, and running the 11.6. After it finishes, i can't sudo aticonfig --initial -f --adapter=all, i just gives me errors. Rebooting locks up my computer at the Ubuntu loading screen Sad

That happened the first time when I tried this. I was using Inaba's guide before, so I had SDK 2.4 already. I tried a fresh install, but the same things happened. I can't get 11.6 to work.
full member
Activity: 336
Merit: 100
When I try to run

sudo sh ati-driver-installer-11-6-x86.x86_64.run

It says

sh: Can't open ati-driver-installer-11-6-x86.x86_64.run

legendary
Activity: 1855
Merit: 1016
Then is overclock past limits only 5800 series too? Or any card?
You can over clock any card. you can't under clock memory in 6000 series.
full member
Activity: 336
Merit: 100
Then is overclock past limits only 5800 series too? Or any card?
Pages:
Jump to: