Problem booting new kernel

2003-02-13 Thread Rus Foster
Hi All,
I'm just trying to install 4.7 onto a new PC and have compiled a customer
kernel so that I can get the Prism II card working. However on reboot I'm
getting

VIA C3 CPU
CPU Class not configured

What did I do wrong?

Cheers

Rus

--
http://www.65535.net | MSN: [EMAIL PROTECTED]
Lifetime Linux or FreeBSD account: $100 || Lifetime Hosting: $150
Offsite Backups - Remote System Monitoring - Email Hosting



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problem booting new kernel

2003-02-13 Thread Toomas Aas
Hi!

 I'm just trying to install 4.7 onto a new PC and have compiled a customer
 kernel so that I can get the Prism II card working. However on reboot I'm
 getting
 
 VIA C3 CPU
 CPU Class not configured

guess type=wild
you have wrong cpu option in your custom kernel
/guess
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* ROM BASIC ERROR: Computer not found.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problem booting new kernel

2003-02-13 Thread Kjell Midtseter

 Hi!
 
  I'm just trying to install 4.7 onto a new PC and have compiled a customer
  kernel so that I can get the Prism II card working. However on reboot I'm
  getting
  
  VIA C3 CPU
  CPU Class not configured
 
 guess type=wild
 you have wrong cpu option in your custom kernel
 /guess
 --
From my dmesg:
-
CPU: VIA C3 Samuel 2 (799.73-MHz 686-class CPU)
  Origin = CentaurHauls  Id = 0x678  Stepping = 8
  Features=0x803035FPU,DE,TSC,MSR,MTRR,PGE,MMX
---
You need 686 class cpu
Kjell



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problem booting new kernel

2003-02-13 Thread John Murphy
Rus Foster [EMAIL PROTECTED] wrote:

I'm just trying to install 4.7 onto a new PC and have compiled a customer
kernel so that I can get the Prism II card working. However on reboot I'm
getting

VIA C3 CPU
CPU Class not configured

I'm not sure if a C3 is 586 or 686 class, but you've probably removed one
of those from your custom kernel configuration.  Put it back and remove
the other one.  It definitely isn't 386 or 486 so you can remove those.

John.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message