amd-gpu-pro update
#17
Hi All, aTom,

I have been spending a few nights trying to get this setup working and failed miserably so reaching out for help:
From this post it sounds like I have missed something as opencl is not seeing my GPU.
Here is what I have done:

[Gone to: https://hashcat.net/wiki/doku.php?id=linux_server_howto
Given the note from Atom earlier in this thread I downloaded v16: ubuntu-16.04.1-server-amd64.iso
Installed it with solely the OpenSSH ticked (removed system utilities which is now ticked by default)
All other settings were left as their default]

[After first boot and login:]
sudo apt-get install aptitude
sudo apt-get update && sudo apt-get upgrade
sync && sudo reboot

[Then on next login:]
sudo dpkg --remove-architecture i386
sudo aptitude update && sudo aptitude -y full-upgrade  
sync && sudo reboot

[Then on next login:
happy to see:
0 packages can be updated.
0 updates are security updates.]
sudo aptitude install build-essential dkms xserver-xorg xserver-xorg-core \
xserver-xorg-input-evdev xserver-xorg-video-dummy x11-xserver-utils fglrx xdm
sync && sudo reboot

[after the login I have
Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-53-generic x86_64)
0 packages can be updated.
0 updates are security updates.]

[I do a ] xz -d amdgpu-pro-16.40-348864.tar.xz  
followed by a tar xvf amdgpu-pro-16.40-348864.tar
[which creates a amdgpu-pro-16.40-348864 folder

[At that point I updated the amd-pro install file to remove the 32 bit libraries and there is apparently an issue in the code too with]  
echo ${dir}${etc}${sourceparts}/amdgpu-pro.list
[to be replaced with ...]
echo ${dir}${etc}/${sourceparts}/amdgpu-pro.list

[then I run]  ./amdgpu-pro-install    [No output errors shown]

[Next I run] /opt/amdgpu-pro/bin/clinfo    [The output shows my CPU but nothing with regards my GPU so this does not look healthy]


[Anyway I keep following the original howto so I then do the following:]

 git clone https://github.com/hashcat/hashcat.git
 cd hashcat
 git submodule init
 git submodule update
 make
 sudo make install

[I run] hashcat -I [and no surprise I still get the 1 device which is the following:

 Device ID #1
    Type           : CPU

Can anybody point out what I did wrong or not do?]


Messages In This Thread
amd-gpu-pro update - by atom - 10-15-2016, 09:07 PM
RE: amd-gpu-pro update - by Hopelessone - 11-02-2016, 10:42 AM
RE: amd-gpu-pro update - by atom - 11-03-2016, 01:27 AM
RE: amd-gpu-pro update - by Hopelessone - 11-03-2016, 07:40 AM
RE: amd-gpu-pro update - by atom - 11-03-2016, 04:36 PM
RE: amd-gpu-pro update - by Hopelessone - 11-03-2016, 11:06 PM
RE: amd-gpu-pro update - by Hopelessone - 11-04-2016, 02:44 AM
RE: amd-gpu-pro update - by atom - 11-04-2016, 08:57 AM
RE: amd-gpu-pro update - by Hopelessone - 11-04-2016, 09:04 AM
RE: amd-gpu-pro update - by NoInstall - 12-10-2016, 11:28 PM
RE: amd-gpu-pro update - by johnya - 12-11-2016, 12:01 PM
RE: amd-gpu-pro update - by NoInstall - 12-14-2016, 12:14 AM
RE: amd-gpu-pro update - by johnya - 12-14-2016, 12:36 AM
RE: amd-gpu-pro update - by NoInstall - 12-14-2016, 11:19 PM
RE: amd-gpu-pro update - by johnya - 12-14-2016, 11:47 PM
RE: amd-gpu-pro update - by Si2006 - 11-14-2016, 08:51 PM
RE: amd-gpu-pro update - by johnya - 11-23-2016, 05:08 PM
RE: amd-gpu-pro update - by Si2006 - 11-24-2016, 01:41 PM
RE: amd-gpu-pro update - by johnya - 11-24-2016, 03:54 PM
RE: amd-gpu-pro update - by atom - 11-14-2016, 09:30 PM
RE: amd-gpu-pro update - by atom - 11-24-2016, 09:07 AM
RE: amd-gpu-pro update - by atom - 11-27-2016, 02:10 PM
RE: amd-gpu-pro update - by NoInstall - 12-25-2016, 07:27 PM
RE: amd-gpu-pro update - by atom - 12-26-2016, 12:48 PM
RE: amd-gpu-pro update - by NoInstall - 01-02-2017, 07:19 PM
RE: amd-gpu-pro update - by Si2006 - 01-01-2017, 04:37 PM
RE: amd-gpu-pro update - by atom - 01-01-2017, 07:59 PM
RE: amd-gpu-pro update - by Si2006 - 01-01-2017, 08:17 PM
RE: amd-gpu-pro update - by atom - 01-02-2017, 10:05 AM
RE: amd-gpu-pro update - by atom - 01-03-2017, 11:48 AM
RE: amd-gpu-pro update - by BettyBoop51 - 02-07-2017, 01:17 AM
RE: amd-gpu-pro update - by epixoip - 02-07-2017, 01:47 AM
RE: amd-gpu-pro update - by atom - 02-07-2017, 11:52 AM
RE: amd-gpu-pro update - by bismark - 07-06-2017, 09:03 PM
RE: amd-gpu-pro update - by royce - 02-07-2017, 06:30 AM
RE: amd-gpu-pro update - by atom - 07-06-2017, 09:35 PM