From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 02:41:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BCCD16A419 for ; Sat, 10 Nov 2007 02:41:58 +0000 (UTC) (envelope-from zhhw210095@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id C99B713C48A for ; Sat, 10 Nov 2007 02:41:57 +0000 (UTC) (envelope-from zhhw210095@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so594792nfb for ; Fri, 09 Nov 2007 18:41:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=KpC8XJ6dHVQjy27ET70NNfjI14S8hQIXMMoJYJLq6e4=; b=p/uGmsnXrQTGjlE07zzSiPR8gRwlUyt6rqhFrAbVFro9DyVObPzsjlgvCfn5u/M9znYTAo9zSDF0CH9MsNOaNmmWyzwtNXlTeh7Y4+lChJ7sBHmXT6HNRpQVjAdnYW24k7CGJ/NMQBh11xUUsT29ZKykips69kzBeJiCnlRiX/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MCcUusYP91OacxVqp9R6ZS454GsPfCSW9N/HDLpL2WKifxdPq3vwWPm685/uGif+LcL5+0Wx3TKJxtmzUIRQkg6W5gVWMs4vnW9sXchScWN/D+dJldPFsLUHjwbrW3WXxMr3m43l77GQLWvaULthQCkfeIZBSkOOd9SpNdyum2o= Received: by 10.78.200.20 with SMTP id x20mr3148674huf.1194662513950; Fri, 09 Nov 2007 18:41:53 -0800 (PST) Received: by 10.78.203.17 with HTTP; Fri, 9 Nov 2007 18:41:53 -0800 (PST) Message-ID: Date: Sat, 10 Nov 2007 10:41:53 +0800 From: "Zhang hw" To: "David Yeske" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <85bdae4e0711012233i6e20e44bxfb2f1b53d1077c0c@mail.gmail.com> Cc: freebsd-questions Subject: Re: problem of install 7.0 on notebook X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 02:41:58 -0000 7.0-beta2-amd64's boot stop at the same place as beta1.5. 2007/11/3, Zhang hw : > Thank you, David! > The verbose logging messages: > ----------------------------------------------------------------------------------- > pcib2: at device 4.0 on pci0 > pcib2: domain 0 > pcib2: secondary bus 16 > pcib2: subordinate bus 16 > pcib2: I/O decode 0xf000-0xfff > pcib2: memory decode 0xcc000000-0xcc0fffff > pcib2: no prefetched decode > pcib2: could not get PCI interrupt routing table for \_SB_.C08B.C24F - > AE_NOT_FOUND > pci16: on pcib2 > pci16: domain=0, physical bus=16 > found-> vendor=0x14e4, dev=0x1693, revid=0x02 > domain=0, bus=16, slot=0, func=0 > class=02-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0006, statreg=0x0010, cachelnsz=16, (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > intpin=a, irq=10 > powerspec 3 supports D0 D3 current D0 > MSI supports 1 message, 64 bit > map[10]: type Memory, range 64, base 0xcc000000, size > 16, enabled > pcib2: requested memory range 0xcc000000-0xcc00ffff: good > pcib0: matched entry for 0.4.INTA > pcib0: slot 4 INTA hardwired to IRQ16 > pcib2: slot 0 INTA is routed to irq 16 > -------------------------------------------------- > This is the last screen shown, and I write it here handy. > > 2007/11/2, David Yeske : > > On 11/2/07, Zhang hw wrote: > > > I have now could work on my notebook with freebsd 6.2-release and > > > 6.3-prerelease, but there are still some problems such as acpi. So I > > > want to have a try of freebsd 7.0-beta-1.5, but I can't install it, > > > the boot process stop at pci probing: > > > pcib2: at device 4.0 on pci0 > > > pci16: on pcib2 > > > if acpi enable, it maybe show as: > > > pcib2:... > > > pci16: > > my cpu is athlon 64x2, I've tried both amd64 and i386 versions. > > > Help! > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > What happens if you boot verbose? That might better indicate where > > the kernel is hanging. > > >