From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 27 17:33:08 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC5316A41F for ; Tue, 27 Dec 2005 17:33:08 +0000 (GMT) (envelope-from gballet@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id F301A43D45 for ; Tue, 27 Dec 2005 17:33:07 +0000 (GMT) (envelope-from gballet@gmail.com) Received: by zproxy.gmail.com with SMTP id n29so1845298nzf for ; Tue, 27 Dec 2005 09:33:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=f1SXx9MbFd5G+GpjR41dGOqP/0KXlOq7ebMrkBWRFtt92EyMHp8hXGokmxaCGk3jMorKjNe0DADjf+uFFcjX+yWnBj74K3UcAXK4GDmnd+hoXpYaRI532QA9xKGvsM3Qb8DyWjNOR1VN6Myw16ajWZcyBRXy3+pAo8H+ugpBLw4= Received: by 10.65.197.10 with SMTP id z10mr2661961qbp; Tue, 27 Dec 2005 09:33:06 -0800 (PST) Received: by 10.65.23.12 with HTTP; Tue, 27 Dec 2005 09:33:06 -0800 (PST) Message-ID: Date: Tue, 27 Dec 2005 18:33:06 +0100 From: Guillaume Ballet To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Kernel crashes while installing on a Toshiba laptop X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 17:33:08 -0000 Hello, I tried to install FreeBSD on a (Japanese) Toshiba PX/410 laptop, which has a Celeron M processor and a firewire port. When the kernel boot, after the boot menu, I get something like config 1 on pccard0 NMI ISA a1, EISA ff RAM parity error, likely hardware failure. Fatal trap 19: non-maskable interrupt trap while in kernel mode The strange thing is that a quick grep through the sources seems to point a= t the code for amd64, and it shouldn't as I don't have one. The faulty process is "swapper". I saw, after browsing the mailling-list, that some people had this problem on other machines and attributed it to the Firewire controller. Has anyone made any progress on this and found a simpler solution than compiling a special kernel and making your own install-cd? Sincerely, Guillaume.