From owner-freebsd-newbies@FreeBSD.ORG Tue Nov 11 17:13:41 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8CE16A4CE for ; Tue, 11 Nov 2003 17:13:41 -0800 (PST) Received: from smtp101.mail.sc5.yahoo.com (smtp101.mail.sc5.yahoo.com [216.136.174.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B14243F75 for ; Tue, 11 Nov 2003 17:13:40 -0800 (PST) (envelope-from kjorviss@yahoo.co.uk) Received: from host217-44-159-98.range217-44.btcentralplus.com (HELO dimension) (kjorviss@217.44.159.98 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 12 Nov 2003 01:13:40 -0000 From: "Kevin Orviss" To: Date: Wed, 12 Nov 2003 01:13:25 -0000 Message-ID: <00cc01c3a8ba$3354e150$6700a8c0@dimension> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: 5.1 Kernel panic on install X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 01:13:41 -0000 -----Original Message----- From: Kevin Orviss [mailto:orviss@mistral.co.uk]=20 Sent: 12 November 2003 01:13 To: 'freebsd-newbies@freebsd.org' Subject: 5.1 Kernel panic on install Hi Guys, I am trying to install FreeBSD 5.1 from CD on a Toshiba Tecra 8200 = Laptop. No matter what mode I start the install in, it results in a kernel = panic. The laptop has an in built Intel NIC and an inbuilt Wireless NIC as = well. As you can see from the output below it always happens after the Wi-Fi NIC = has been detected. I think it has something to do with the way the interupts = are being re-routed, but I do not know how to get around it as this is my = first 'adventure' with FreeBSD. Here is the last output I can see on screen before the kernal panic: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Wi0: Lucent Firmware: Station (6.14.1) Wi0: supported rates: 1Mbps 2Mbps 5.5 Mbps 11Mbps Fatal trap 12: page fault while in kernel mode fault virtual address =3D 0xdbbd8000 fault code =3D supervisor read, page not present Instruction pointer =3D 0x8 : 0xc025fe25 Stack pointer =3D 0x10 : 0xd6959964 Frame pointer =3D 0x10 : 0xd6959b7c Code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 Processor eflags =3D interrupt enabled, resume, IOPL =3D 0 Current process =3D 25 (cbb1) Trap number =3D 12 Panic: page fault =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I have looked through the FreeBSD handbook, but I just do not have = enough experience with FreeBSD to make sense of it. Can anyone give any help? Thanks Kevin