Hardware monitoring interface not found on your system? - 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: Hardware monitoring interface not found on your system? (/thread-9946.html) |
Hardware monitoring interface not found on your system? - Anne1246 - 03-19-2021 So, earlier I posted about a problem with my hash but I was able to fix that, but now I keep getting this: Code: hashcat (v6.1.1-116-gfb219e0a6) starting... the code I applied is this: hashcat -m 23500 -a 3 -2 ?l?d --increment --increment-min 8 --increment-max 16 hash.txt ?2?2?2?2?2?2?2?2 --force any idea what I'm doing wrong? thanks in advance! RE: Hardware monitoring interface not found on your system? - hblender - 03-20-2021 Try adding --hwmon-disable at the end of the command. RE: Hardware monitoring interface not found on your system? - Anne1246 - 03-20-2021 (03-20-2021, 06:17 PM)hblender Wrote: Try adding --hwmon-disable at the end of the command. still the same thing. RE: Hardware monitoring interface not found on your system? - slyexe - 03-21-2021 It's just a warning stating that it will not be able to monitor the temperature of your CPU so it will not shut down the attack if it gets too hot. The problem is using --force. RE: Hardware monitoring interface not found on your system? - Anne1246 - 03-21-2021 (03-21-2021, 06:23 PM)slyexe Wrote: It's just a warning stating that it will not be able to monitor the temperature of your CPU so it will not shut down the attack if it gets too hot. The problem is using --force. Okay so what do you suggest doing instead? I can't run the command otherwise. I get: *Device #1: Unstable OpenCL driver detected! this OpenCL has been marked as likely to fail kernel compilation or to produce false negatives. You can use --force to override this, but do not report related errors. No devices found/left. I have tried updating my OpenCL driver for CPU but no luck. |