hashcat 3.10 Ubuntu 12.04 different GPUs HD5830, HD5970 - what driver works for both?
#11
update:
basically a disaster
apt-get install fglrx-updates --> same problem, will not boot hangs here
"CPU0...
CPUFreq Utilities: Setting ondemand CPUFreq governor..."

I flashed the bios with the latest update, tried various CPU config changes. ultimately left settings on "optimized"
what is here just does not work:
For Ubuntu 14.04 you don't need to install any of those, just "aptitude install fglrx". This is covered here: https://hashcat.net/wiki/doku.php?id=linux_server_howto

I made this procedure to install 15.9 or 15.12
note i created this from watching a youtube video

Note: this specifically says to download the linux x86_64 version and not the ubuntu x86_64
regarding this statement: "You need the installer from the AMD website. The ideal driver is 15.12, not 15.9."
There does not seem to be an "installer" unless you choose linux in the manual driver selection section.
if you choose ubuntu you have the 8 different choices I listed earlier in this thread. None of which work

Install crimson 15.12 or 15.9
==========================================================================================
https://www.youtube.com/watch?v=tc8s5yhylbo
==========================================================================================
Go to:
http://support.amd.com/en-us/download
==========================================================================================

==========================================================================================
Specifically this for 15.9
===================
e.g. Manually select and download - choose:
Desktop Graphics
Radeon HD Series
Radeon HD 5xxx Series PCIe
Linux x86_64 (DONT choose UBUNTU even if you are using UBUNTU!! )
or just go here--> http://support.amd.com/en-us/download/de...4&rev=15.9
to download this------> amd-catalyst-15.9-linux-installer-15.201.1151-x86.x86_64.zip
==========================================================================================

==========================================================================================
Specifically this for 15.12
===================
e.g. choose:
Desktop Graphics
Radeon HD Series
Radeon HD7900 Series PCIe
Linux x86_64 (DONT choose UBUNTU even if you are using UBUNTU!! )
to download this------> radeon-crimson-15.12-15.302-151217a-297685e.zip
or just go here--> http://support.amd.com/en-us/download/de...x%20x86_64
=========================================================================================

=========================================================================================
Put zip file on desktop -> rightclick -> extract here

=========================================================================================
Install dependencies
================
open terminal and type:
sudo apt-get install dkms lib32gcc1 debhelper dh-modaliases execstack
open folder you extracted
open new terminal type
cd (drag this folder into terminal to get path)
e.g. cd '/home/ismail/Desktop/fglrx-15.302' hit enter to get in path
then type:
sudo ./amd-driver-installer-15.302-x86.x86_64.run
=============================================================================
if that does not work you may need to:
=======================================
apt-get install linux-headers-4.2.0-42-generic
=============================================================================
Choose "generate a distrobution specific package" -- continue
choose I AGREE EULA
scroll down and ensure "Build package for detected OS: Ununtu/Wily
click continue
Click exit
Do you want to install generated package? - Yes
Sudo aticonfig --initial (or aticonfig dispay=All -initial -f ?????????) they dont talk about this
close terminal and reboot
Look for installed software AMD Control Center should detect your cards
======================================================================================
to uninstall:
=========
open terminal
sudo dpkg -r fglrx fglrx-core fglrx-dev fglrx-amdcccle
press enter and then reboot
======================================================================================



15.12 installs but i get the locked boot and CPU error
15.9 does not install and gives me an error - here is the log:

NOTE: If your system has logged the missing packages required for installation, install them in the order as per the log file to resolve package-dependency issues.
fglrx installation requires that the system has kernel headers. /lib/modules/4.2.0-42-generic/build/include/linux/version.h cannot be found on this system.
Install kernel headers using the command apt-get install linux-headers-4.2.0-42-generic

and.. when i try this: apt-get install linux-headers-4.2.0-42-generic
i get:

Reading state information... Done
linux-headers-4.2.0-42-generic is already the newest version.
linux-headers-4.2.0-42-generic set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

so.. I am stuck.. 2 weeks ago I had a working system. I cannot seem to get anything working anymore.
Out of things to try.

I will say that the only two desktops I have ever had work are ubuntu mate and gnome
ubuntu mate I like the most. the file brower is superior to the gnome and you can remote desktop into the server from a windows computer no problem. I was able to get VNC working with gnome but never remote desktop.

Anyone have any ideas or a better procedure to try?


Messages In This Thread
RE: hashcat 3.10 Ubuntu 12.04 different GPUs HD5830, HD5970 - what driver works for both? - by ICONOCLAST - 10-28-2016, 09:13 PM