This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread name: mobile sandy bridge (i3): "CPU not recognized" [4 posts] | |
Post by tliketea at Thu 26. Jul 2012, 12:23: | |
Howdy, | |
I followed the linuxsolver tutorial for using PHCTool in 12.04 several times now. Everything seems to be working (no errors), but the GUI tool shows me "CPU not recognized - calculation not available" ... | |
cat /proc/cpuinfo gives: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
..-+osyhhdmmNNNMMMNNNmmdhhys+:. | |
.:+shdNMMMMMMMMMNNmdddddddddmNNMMMMMMMMMMmhs\. | |
.:oymMMMMMmdyso/:` `\+shmMMMMMMNh+. | |
.:ohNMMNdyo/-` `\smMMMMMmo. | |
./ymMMdy+:` `+hMMMMMh: | |
:smMds/` `oNMMMMh. | |
.ho:` `yMMMMN: | |
/mmmm\ \MMMMM| | |
/NNNNh dMMMM+ :MMMMN. | |
.: /MMMMd .mmmmd dMMMM+ yMMMMs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Non-zero if the kernel has been tainted. Numeric values, which can be | |
ORed together. The letters are seen in "Tainted" line of Oops reports. | |
1 (P): A module with a non-GPL license has been loaded, this | |
includes modules with no license. | |
Set by modutils >= 2.4.9 and module-init-tools. | |
2 (F): A module was force loaded by insmod -f. | |
Set by modutils >= 2.4.9 and module-init-tools. | |
4 (S): Unsafe SMP processors: SMP with CPUs not designed for SMP. | |
8 (R): A module was forcibly unloaded from the system by rmmod -f. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <fstream> | |
#include <string> | |
#include <vector> | |
#include <iterator> | |
#include <algorithm> | |
const std::string folder = "DUMP/"; | |
const std::vector<std::string> filenames = { | |
"010216CD-9C09-4EB5-B7DA-D0A2865092D4_1281.ROM", |
NewerOlder