From owner-freebsd-questions@FreeBSD.ORG Thu Aug 12 17:58:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C5616A4CE for ; Thu, 12 Aug 2004 17:58:36 +0000 (GMT) Received: from pdx-s02.navi.net (pdx-s02.navi.net [209.95.37.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFD943D3F for ; Thu, 12 Aug 2004 17:58:35 +0000 (GMT) (envelope-from amelkomukov@flexpop.net) Received: from localhost (amelkomukov@localhost) by pdx-s02.navi.net (8.9.1a/8.9.1) with ESMTP id KAA12456 for ; Thu, 12 Aug 2004 10:58:35 -0700 (PDT) Date: Thu, 12 Aug 2004 10:58:35 -0700 (PDT) From: Alex Melkomukov X-Sender: amelkomukov@pdx-s02.navi.net To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: no keyboard after boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 17:58:36 -0000 Hello All, I have a strange situation where the PS/2 keyboard stops working after booting to FreeBSD. There is no mouse. It works fine during POST, I can navigate and set BIOS settings, and can even hit the 'enter' key to start booting FreeBSD immediately, but once the machine starts booting the OS, the lights on the keyboard flash, then go away, no more keyboard. running OS is FreeBSD 4.3-RELEASE I don't see anything in the kernel config file that would disable the keyboard, and this is what I see in dmesg: atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 device_probe_and_attach: atkbd0 attach returned 6 I have not been succesfull in finding any documentation that covers what device_probe_and_attach: atkbd0 attach returned 6 actually means. Anyone on this list know? Any other ideas, suggestions on how to resolve this? what to look for? where to find documentation? any help would be appreciated. Alex M.