From owner-freebsd-stable@FreeBSD.ORG Fri May 6 15:50:25 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BEBF16A4D4; Fri, 6 May 2005 15:50:25 +0000 (GMT) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id B818843D9A; Fri, 6 May 2005 15:50:24 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by postfix3-1.free.fr (Postfix) with ESMTP id A7A2B173527; Fri, 6 May 2005 17:50:23 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.0/8.13.0) with ESMTP id j46FoIxJ025927; Fri, 6 May 2005 17:50:20 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Date: Fri, 6 May 2005 17:50:10 +0200 User-Agent: KMail/1.8 X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200505061750.11793.thierry@herbelot.com> Subject: loss of keyboard in single-user mode in RELENG_5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: thierry@herbelot.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 15:50:25 -0000 Hello, I have rebuilt the world and kernel this morning. After rebooting with the new kernel, I have selected Single user in the loader boot menu, but the keyboard is not active. The machine is an Asus A7V333 machine, running with ACPI. The new kernel does not boot without ACPI (it goes directly to a page fault after prompting for a /bin/sh shell). Interesting files : - truncated verbose boot dmesg with the working kernel : http://herbelot.tfh.free.fr/Diversion/div.dmesg-verb.good - truncated verbose boot dmesg of the non-working kernel : http://herbelot.tfh.free.fr/Diversion/div.dmesg-verb.bug - non-truncated non-verbose boot dmesg of the working kernel : http://herbelot.tfh.free.fr/Diversion/div.dmesg.good2 - ident strings of the working kernel : http://herbelot.tfh.free.fr/Diversion/div.kern.ident.good - ident strings of the non-working kernel : http://herbelot.tfh.free.fr/Diversion/div.kern.ident.bug - ident strings of the modified sources between the two kernels : http://herbelot.tfh.free.fr/Diversion/div.kern.ident.diff² - kernel config file : http://herbelot.tfh.free.fr/Diversion/DIVERSION For now, the machine runs with the old kernel and the new world TfH