From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 00:57:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA07F37B401 for ; Thu, 10 Apr 2003 00:57:37 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3387A43FBF for ; Thu, 10 Apr 2003 00:57:35 -0700 (PDT) (envelope-from jemaxwell@jaymax.com) Received: (qmail 16153 invoked from network); 10 Apr 2003 07:57:50 -0000 Received: from unknown (HELO jaymax.com) (jaymax@[66.93.45.209]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Apr 2003 07:57:50 -0000 Message-ID: <3E9523BC.B3E232CE@jaymax.com> Date: Thu, 10 Apr 2003 00:56:44 -0700 From: Joseph Maxwell X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Derrick Ryalls References: <003b01c2faf0$65c5c4b0$0200a8c0@bartxp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@FreeBSD.ORG Subject: Re: Mboard + CPU Upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 07:57:38 -0000 Thanks Derrick, your suggestion worked for initial probe, now UNEXPECTED INCONSISTENCY & fsck problems Derrick Ryalls wrote: > > > > Differences - > > > > Old Architecture: > > > > Shuttle AI61 motherboard > > AMD K7 CPU Processor 900 Mhz > > AMD751 Chipset > > 3 DIMM Sockets > > > > New Architecture: > > > > Shuttle AK32A motherboard > > AMD Athlon CPU 1.5 GHz > > Chipset(s) - 2: VIA VT8366A & VIA VT8233 > > 2 DIMM Sockets each, DDR/SDR > > > > Similarities: > > > > Same Hard drives (2 - Boot & data) > > Memory sticks > > 5 PCI & 1 AGP slots > > 3 PC Cards > > A Diamond Stealth Video Card > > A line modem card > > A SMC NIC > > > > I transferred all the cards including the NIC to ensure > > similarity of Hardware Profile. Machine boots partially, > > probing devices, listing to stdout. Readout aborts > > consistently at a line which is difficult to read on the fly, > > but the last few lines have been extracted, which from by > > naive point of view seems to indicate a USB problem. I've > > done a reconfig of kernel, no significant difference or > > conflicts were found. I've double check the BIOS to make sure > > all relevant USB / PCI options are enabled ( at least so I > > think ). The messages from the last few lines of the probe > > are as follows: > > > > ahci0: port 0xd400-0xd41f irq11 > > at dcsi.... > > > > cio > > > on ubc 10 > > usb0: USB revision 1.0 > > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > > uhub0: 2 ports with 2 removable, self powered > > > > At this point, last line above, the screen blanks out, > > process exits presumably. Any suggestions or help would be > > greatly appreciated. > > Shot in the dark here, but perhaps it is a difference in the USB > version. Maybe old one had USB 1 and new one supports USB 2. If you > have no USB devices (or want to see anyway), try going into BIOS and > disabling or clocking down the USB ports. > > Good luck.