<div dir="ltr">On Sun, Jul 5, 2015 at 10:20 AM, Rick <span dir="ltr"><<a href="mailto:rick@laity.ca" target="_blank">rick@laity.ca</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm using F22 with latest fixes<br>
<br>
*** WARNING ***<br>
Your CPU was not detected properly:<br>
uname -m: x86_64<br>
uname -p: x86_64<br>
model name: Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz<br>
flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt<span class=""><font color="#888888"><br>
</font></span></blockquote><div><br></div><div>This is a Haswell, so not too new. Looking at this: <a href="https://github.com/MythTV/mythtv/blob/fixes/0.27/mythtv/configure#L3552">https://github.com/MythTV/mythtv/blob/fixes/0.27/mythtv/configure#L3552</a> it is the "-4440" that breaks the match.<br><br>First-gen, circa 2010 (matches): model name : Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz<br><br></div><div>Ivy Bridge: model name : Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz<br>Haswell: model name : Intel(R) Core(TM) i3-4130 CPU @ 3.40GHz<br><br></div><div>The configure script just needs to be updated for the new style model names. I only build once and share the package among all 64-bit systems, so I've always used --cpu instead of --enable-proc-opt configure switches.<br></div></div></div></div>