12-10-2016, 11:28 PM
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?]
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?]