Hello.
Mainboard: Via Epia-m 10000
LinuxBIOSv2 reports:
CPU: vendor Centaur device 691 Unknown CPU
If anyone have this problem just add one line
{ X86_VENDOR_CENTAUR, 0x0691 }, // VIA C3 Nehemiah
in
LinuxBIOSv2/src/cpu/via/model_centaur/model_centaur_init.c
On 11/26/05, Grzegorz... grzegorz@el-kom.pl wrote:
Hello.
Mainboard: Via Epia-m 10000
LinuxBIOSv2 reports:
CPU: vendor Centaur device 691 Unknown CPU
If anyone have this problem just add one line
{ X86_VENDOR_CENTAUR, 0x0691 }, // VIA C3 Nehemiah
I just checked and that is in there -- I did it a few days ago. Can you
svn update and see if it is there?
ron
* ron minnich rminnich@gmail.com [051126 22:29]:
Mainboard: Via Epia-m 10000 LinuxBIOSv2 reports: CPU: vendor Centaur device 691 Unknown CPU If anyone have this problem just add one line { X86_VENDOR_CENTAUR, 0x0691 }, // VIA C3 Nehemiah
I just checked and that is in there -- I did it a few days ago. Can you svn update and see if it is there?
It was added in r2108. Be sure, to use at least this revision.
Stefan