Closed GoogleCodeExporter closed 8 years ago
2.6.31-14-generic-pae #48-Ubuntu SMP Fri Oct 16 15:22:42 UTC 2009 i686 GNU/Linux
Original comment by thefixe...@gmail.com
on 1 Feb 2011 at 8:14
There is a small bug in 0.3.0 that makes Pyrit use the SSE2 core even if only
MMX is available. Such configuration is only present on some older CPUs,
therefor the bug went undetected for quite some time. It was fixed in 0.4.0-dev
r271 and is fixed in Debian's and Ubuntu's packages of 0.3.0
Can you check /proc/cpuinfo if you processor does support MMX but not SSE2 -
the latest version from svn should work for you in this case.
Original comment by lukas.l...@gmail.com
on 2 Feb 2011 at 7:39
yes I have the latest svn of 0.4.0 now and the issue is gone, lol, now I know
why no one noticed. see below for the reason, lol
Running benchmark (103.3 PMKs/s)... /
Computed 103.30 PMKs/s total.
#1: 'CPU-Core (x86)': 32.8 PMKs/s (RTT 8.0)
#2: 'CPU-Core (x86)': 33.9 PMKs/s (RTT 4.5)
#3: 'CPU-Core (x86)': 33.0 PMKs/s (RTT 7.5)
#4: 'CPU-Core (x86)': 33.3 PMKs/s (RTT 5.1)
Original comment by thefixe...@gmail.com
on 2 Feb 2011 at 10:44
root@PowerEdge6300:~# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Pentium III (Katmai)
stepping : 3
cpu MHz : 549.995
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov
pse36 mmx fxsr sse
bogomips : 1099.99
clflush size : 32
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Pentium III (Katmai)
stepping : 3
cpu MHz : 549.995
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov
pse36 mmx fxsr sse
bogomips : 1100.09
clflush size : 32
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Pentium III (Katmai)
stepping : 3
cpu MHz : 549.995
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov
pse36 mmx fxsr sse
bogomips : 1100.09
clflush size : 32
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Pentium III (Katmai)
stepping : 3
cpu MHz : 549.995
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov
pse36 mmx fxsr sse
bogomips : 1100.09
clflush size : 32
power management:
Original comment by thefixe...@gmail.com
on 3 Feb 2011 at 3:54
Original comment by lukas.l...@gmail.com
on 3 Feb 2011 at 7:51
Original issue reported on code.google.com by
thefixe...@gmail.com
on 1 Feb 2011 at 8:14