finstall fails to detect quad AMD processor
Posted: Wed Sep 03, 2008 3:35 am
I can't get all four CPUs in my Quad Penyrn to work (Debian 32). I know that the SMP client doesn't work with 32 bit linux, but I would expect to be able to run separate clients with unique machine ids and get them working.
But finstall doesn't detect the quad.
A little debugging shows that the key identification line is
which is not good. On my system, the /proc/cpuinfo is
which does not have four words on the "vendor_id" line. It looks like it would have to parse the "model name" line, and convert "Quad" to 4
Is this a known bug?
But finstall doesn't detect the quad.
A little debugging shows that the key identification line is
Code: Select all
CPUno=$(echo $(grep "vendor_id" /proc/cpuinfo | wc -l))
Code: Select all
root@www:/proc# cat cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 2
model name : AMD Phenom(tm) 9500 Quad-Core Processor
Is this a known bug?