Post
Topic
Board Mining support
Re: Installing Catalyst 11.6 in Ubuntu 11.04
by
mouser98
on 10/07/2011, 01:05:14 UTC
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?