From owner-freebsd-questions@FreeBSD.ORG Fri Aug 13 10:19:38 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 846F116A4CE for ; Fri, 13 Aug 2004 10:19:38 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7294043D2D for ; Fri, 13 Aug 2004 10:19:35 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id i7DALmWA009433 for ; Fri, 13 Aug 2004 12:21:48 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id i7DALmJ5009432 for freebsd-questions@freebsd.org; Fri, 13 Aug 2004 12:21:48 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Fri, 13 Aug 2004 12:21:48 +0200 From: Ruben de Groot To: freebsd-questions@freebsd.org Message-ID: <20040813102148.GA9258@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , freebsd-questions@freebsd.org References: <20040813063131.GA2636@oliverfuchs.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040813063131.GA2636@oliverfuchs.ath.cx> User-Agent: Mutt/1.4.2.1i Subject: Re: 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: Fri, 13 Aug 2004 10:19:38 -0000 On Fri, Aug 13, 2004 at 08:31:31AM +0200, Oliver Fuchs typed: > On Thu, 12 Aug 2004, Alex Melkomukov wrote: > > > 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. > > > Hi, > > I had the same problem that while booting up I was loosing my keyboard. > As far as I can remember I changed in /boot/device.hints the entry: > > from > hint.atkbd.0.flags="0x1" > to > hint.atkbd.0.flags="0x0" That won't help him; he's on 4.3-RELEASE where there's no device.hints file. To the OP: have you tried google ? http://www.google.com/search?q=%22atkbd0+attach+returned+6%22 Also, you might want to check the mailing list archives. http://freebsd.rambler.ru cheers, Ruben