[mythtv-users] configure did not detect my cpu

Jack Wrobbel mythtv-users at thewubs.dnsalias.com
Thu Oct 20 14:07:36 EDT 2005


Configure does not recognize the Pentium4 D.  The following patch fixes.

  Jack

Index: configure
===================================================================
--- configure   (revision 7195)
+++ configure   (working copy)
@@ -1153,7 +1153,7 @@
 # P4
    if expr "$processor" : "pentium4" > /dev/null ; then
        ARCHFLAGS="-march=pentium4"
-   elif expr "$processor" : ".*Pentium(R) [4M]" > /dev/null ; then
+   elif expr "$processor" : ".*Pentium(R) [4MD]" > /dev/null ; then
        ARCHFLAGS="-march=pentium4"
    elif expr "$processor" : ".*Xeon(TM) CPU" > /dev/null ; then
        ARCHFLAGS="-march=pentium4"

------------------------------------------------------------------------

 *** WARNING *** 
 Your CPU was not detected properly:
   uname -m: i686
   uname -p: 
 model name: Intel(R) Pentium(R) D CPU 2.80GHz
      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 nx lm pni
monitor ds_cpl cid cx16 xtpr

 If you are using a recent CVS checkout, 
 please e-mail the above to mythtv-users at mythtv.org
 With the subject "configure did not detect my cpu"

WARNING: include the output of ./configure along with
any bug report, when using a processor optimized build.
# Basic Settings
Compile type     release
Compiler cache   yes
DistCC           no
Install prefix   /usr/local
CPU              x86 (model name        : Intel(R) Pentium(R) D CPU
2.80GHz)
Big Endian       no
MMX enabled      yes
Vector Builtins  yes

# Input Support
Joystick menu    no
lirc support     no
Video4Linux sup. yes
ivtv support     yes
FireWire support no
DVB support      no [/usr/src/linux-2.6.12-9-686-smp/include]

# Sound Output Support
OSS support      yes
ALSA support     yes
aRts support     no
JACK support     no

# Video Output Support
x11 support      yes
xrandr support   yes
xv support       yes
XvMC support     no
XvMC VLD support no
XvMC pro support no
XvMC libs        
OpenGL vsync     no
DirectFB         no

# Misc Features
DVD playback     yes
Frontend         yes
Backend          yes




More information about the mythtv-users mailing list