Originally Posted by
stevie lee
it could be speedstep and C1E causing it..
try disabling them so they're turned off..
explanation: these 2 features reduce the speed of your CPU wen you are not using it, they might not let your chip get back to full speed when you or windows put some load onto it - hence the crashes and errors.
Good idea Stevie.
Speed step not only reduces the clock speed of the CPU, it also reduces the voltage. There a supposed to be tables in the BIOS, that say what voltage to use for each clock speed, but it is possible that those table are buggy, or Bigman's CPU does not like having to little voltage.
I would suggest disabling speed step. If that makes the problem go away then Bigman could try to reproduce it, by loading up Linux, then forcing the CPU clock to minimum, and running some Linux specific benchmarks.
Run:
Code:
sudo echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
(Repeat for all cpus if you have multi core system.)
If this is the problem it may be possible to fix it by flashing to a more recent BIOS, but that would only work if the mobo manufacturer has found and fixed the bug in the voltage tables.