hashcat 3.10 Ubuntu 12.04 different GPUs HD5830, HD5970 - what driver works for both?
#10
(10-27-2016, 11:43 PM)ICONOCLAST Wrote:
(10-27-2016, 04:12 AM)ICONOCLAST Wrote:
(10-25-2016, 11:02 AM)atom Wrote: You need the installer from the AMD website. The ideal driver is 15.12, not 15.9.


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

Hi I have two answers above:

The reason I tried to download them is that I was not aware aptitude install fglrx would get the latest version.

I have manually installed most of the ones i listed and they have all been disasters.
several times the caused my setup to be unable to boot.

After installing any of these drivers i listed previously i have one of 3 problems.
1) system will not boot hangs at: Loading cpufreq kernel modules....
2) system will not boot hangs at: setting cpufreq...  (something like this)
3) system boots clinfo works but amdconfig is not found.

I had fglrx-dev_15.302-Oubuntu1_amd64_ub_14.01.deb working except for problem number 3 above.

from this:  BinaryDriverHowto/AMD
https://help.ubuntu.com/community/BinaryDriverHowto/AMD

i tried this:
3.1. Installing via the command line
Save a backup copy of xorg.conf in case this doesn't work.
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.BAK

Remove/purge current fglrx and fglrx-amdcccle
sudo apt-get purge fglrx*
Reboot.
Install the driver
sudo apt-get install fglrx fglrx-amdcccle    (note after installing the fglrx-amdcccle it would not longer boot - cpu freq issue)

I somehow missed this note however:

From 14.04 forward, fglrx-amdcccle is included when you install fglrx, so the following will suffice:
sudo apt-get install fglrx (which is actually one of the replies above) i will try this next
---or---
sudo apt-get install fglrx-updates  (so which one do i install ? fglrx or fglrx updates)

what is this? and again which one?
To install the packages for hardware acceleration along with the driver:
sudo apt-get install fglrx xvba-va-driver libva-glx1 libva-egl1 vainfo
---or---
sudo apt-get install fglrx-updates xvba-va-driver libva-glx1 libva-egl1 vainfo

Generate a fresh xorg.conf BEFORE REBOOTING!
If you are using multiple AMD graphics cards or AMD dual graphics (i.e.: notebook users), use:
sudo amdconfig --adapter=all --initial

Reboot again.
To confirm the drivers are working open a terminal and type:
fglrxinfo

I will try some of these things and post what happens..
I was completely installing ubuntu and trusty-mate every time until I learned to boot from a usb and run recover and shell and purge the drivers.. so this has been time consuming to say the least



Ok, here is an update:
after purging fglrx*
I tried this
sudo apt-get install fglrx-updates


does not seem to have any install errors, however on reboot i get this message every time.

"CPU0...
CPUFreq Utilities: Setting ondemand CPUFreq governor..."

and thats it.. the boot just hangs there. It will sit for 12 hrs like that.
at that point I have to boot to recovery and using a shell purge the FGLRX
it then boots up normally.

I am stuck.
I had this system running great once, but I don't know what driver I was using.
again this is ubuntu server 14.04 LTS with mate-desktop 1.8.2

Update:
After the driver purge and reboot i noticed by going into
(mate-desktop)
System-->Control center--> additional drivers:
that the selection (that allows it to boot) is this:

"Using X.Org X server - AMD/ATI display driver wrapper from xserver-xorg-video-ati (open source, tested)"

However, what started all this is.. amdconfig does not work (not found)
with out that I cannot get temps, overclock, etc, I dont even know if hashcat will run without this.

Last iteration i tried this
sudo apt-get install fglrx  (I posted "apt-get install fglrx-updates" but that was incorrect)
This time I will try this:
sudo apt-get install fglrx-updates


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, 12:02 AM