Need help with the HOWTO: Ubuntu Server guide - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Need help with the HOWTO: Ubuntu Server guide (/thread-6004.html) |
Need help with the HOWTO: Ubuntu Server guide - Hopelessone - 11-02-2016 Hi, Ive followed the guide here for ubuntu 14.04: https://hashcat.net/wiki/doku.php?id=linux_server_howto I used: ubuntu-14.04.5-server-amd64.iso instead of the ubuntu-14.04.4-server-amd64.iso. I've got no errors throughout the guide, I'm right down at the bottom where it says: Finishing up, when i enter Code: clinfo Code: clinfo i tried: Code: sudo modprobe fglrx more info: Code: lspci | grep VGA Code: uname -a I tried purge & reinstall per guide again: Code: sudo apt-get purge fglrx* I have 3x R9 290X's did the guide install the drivers? because the guide says so.. or do i need to install them? what steps do i need to do in order to get them visible in clinfo? Thanks EDIT: So is 16.04 working for hashcat AMD for R9 290X's? http://phoronix.com/scan.php?page=news_item&px=AMD-GPU-PRO-Hybrid-16.20.3 because it looks supported: http://support.amd.com/en-us/kb-articles/Pages/AMD-Radeon-GPU-PRO-Linux-Beta-Driver–Release-Notes.aspx RE: Need help with the HOWTO: Ubuntu Server guide - darkseid4nk - 11-02-2016 What is the output of aptitude when you install fglrx? after the driver install/reboot what does your xdm log show? You should be using 14.04 still too. RE: Need help with the HOWTO: Ubuntu Server guide - Si2006 - 11-02-2016 Your problem relates to your kernel version 4.4.0-45-generic, rollback to kernel 4.2.0 and it should be all good. RE: Need help with the HOWTO: Ubuntu Server guide - Hopelessone - 11-03-2016 (11-02-2016, 11:46 PM)Si2006 Wrote: Your problem relates to your kernel version 4.4.0-45-generic, rollback to kernel 4.2.0 and it should be all good.Hey Thanks!! i gotta figure out how to do that, as i've never rolled back a kernel before.. RE: Need help with the HOWTO: Ubuntu Server guide - Hopelessone - 11-03-2016 I dont have the 4.2.0 kernel in the stock install of 14.04.5 ubuntu so i did this... Code: sudo su and I did: Code: sudo apt-get remove fglrx and still i get: Code: clinfo can you list me the steps to get it going in ubuntu 14.04.5? many thanks RE: Need help with the HOWTO: Ubuntu Server guide - atom - 11-03-2016 Please read this, regarding kernel 4.4: https://hashcat.net/forum/thread-5959-post-32131.html#pid32131 RE: Need help with the HOWTO: Ubuntu Server guide - Hopelessone - 11-03-2016 Nice !! So i can install 16.04 after all @atom just follow the same guide here? : https://hashcat.net/wiki/doku.php?id=linux_server_howto except replace fglrx with amd-gpu-pro 16.40 is that my understanding? any install guides? RE: Need help with the HOWTO: Ubuntu Server guide - rhovac - 03-07-2017 i noticed the install of amdgpu-pro-16.60 requires i386 to install successfully (using ubuntu 16.10) so i fixxed it with: dpkg --add-architecture i386 but now i don`t know if i can remove them without causing more dmg .. RE: Need help with the HOWTO: Ubuntu Server guide - atom - 03-08-2017 I typically remove the i386 packages from the AMD installer script, that way I do not need to add the entire architecture |