12-08-2022, 12:38 AM
(12-08-2022, 12:07 AM)marc1n Wrote:(12-07-2022, 11:45 PM)We4boo Wrote:(12-07-2022, 06:34 PM)marc1n Wrote:(12-07-2022, 05:42 PM)We4boo Wrote:(12-07-2022, 03:25 AM)smashedsusan Wrote: Big Thanks. Since you replied I have not been able to rent a 4090. I think there were lots of people having this issue and now they are all renting the 4090's thanks to YOU lol ... so it's a waiting game at the moment.
I did try with a 2080ti and it worked . Removed and reinstalled hashcat. Worked just great also noticed no cuda errors no errors at all actually.
I appreciate your prompt reply and am looking forward to trying this.
So I used the command rm -r hashcat to remove hashcat, when I install hashcat using "git clone https://github.com/hashcat/hashcat.git" I can't use any command because it is now found "./hashcat: No such file or directory" am I installing it wrong?
git clone https://github.com/hashcat/hashcat.git
cd hashcat
make install
Let me thank you in advance for the help.
Well, that solved the command issue however I still face the same original problem, I am getting this when I use hashcat with a 4090 (image bellow)
This looks like a problem with OpenCL
Try command apt update && apt upgrade -y && aptĀ dist-upgrade -y && apt autoremove -y && apt autoclean -y
This is what I've got after I pasted that command