From owner-freebsd-mobile@FreeBSD.ORG Sat Nov 22 19:01:23 2003 Return-Path: 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 5664916A4CE; Sat, 22 Nov 2003 19:01:23 -0800 (PST) Received: from rosebud.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0520143FD7; Sat, 22 Nov 2003 19:01:22 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id hAN31FA1002920; Sat, 22 Nov 2003 19:01:16 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id hAN31FOC002917; Sat, 22 Nov 2003 19:01:15 -0800 (PST) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16320.8955.485537.857428@rosebud.alerce.com> Date: Sat, 22 Nov 2003 19:01:15 -0800 To: freebsd-current@freebsd.org, freebsd-mobile@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid Subject: Sony PCG-GRX570 laptop, panic on boot w/ 5.1R and -current X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 03:01:23 -0000 I've been trying to install something 5-ish on a Sony PCG-GRX570 laptop. I started off trying to boot off of the 5.1 release CD, normally, w/out acpi, and safe. Every option panic-ed, with essentially the same message (see below), although it followed a different driver depending on how it was booted. Then I installed 4.7 (since I had the CD), cvsup-ed my repository, and cvs up'ed /usr/src to the 5-current. I followed the section on moving from 4 to 5-current in UPDATING to build the world, etc.... I had to work around a bit of previously reported 4.7/5 weirdness in /usr/include, but it went w/out any trouble. When I reached the point where I was supposed to boot the new kernel in single user mode, the 5-current kernel paniced: miibus0: in fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x63696d20 fault code = supervisor write, page not present instruction pointer = 0x8:0xc0659df3 stack pointer = 0x10:0xc0c217ac frame pointer = 0x10:0xc0c217cc code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) kernel: type 12 trap, code=0 Stopped at ithread_add_handler+0x163: movl %ebx,0(%eax) db> I've seen several similar reports in the archives for late last summer. The general answer seemed to be that people were having hardware trouble. I don't think that is the case in my case, unless -current is doing something very strange, since the same machine runs well enough under 4.7 to buildworld and buildkernel, and the same hardware has been running Suse and Win2000. How can I help get this solved? g.