From owner-freebsd-current@FreeBSD.ORG Wed Dec 22 20:04:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC15A16A4CE for ; Wed, 22 Dec 2004 20:04:46 +0000 (GMT) Received: from mail.snowfall.se (guldivar.globalwire.se [212.112.184.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DEE443D31 for ; Wed, 22 Dec 2004 20:04:46 +0000 (GMT) (envelope-from stefan@snowfall.se) Received: from [213.136.48.101] (unknown [213.136.48.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.snowfall.se (Postfix) with ESMTP id 8A0D723A1; Wed, 22 Dec 2004 21:04:45 +0100 (CET) Message-ID: <41C9D35C.1090408@snowfall.se> Date: Wed, 22 Dec 2004 21:04:44 +0100 From: Stefan Cars User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <41C9CFD7.4020303@snowfall.se> <20041222200255.GB15881@odin.ac.hmc.edu> In-Reply-To: <20041222200255.GB15881@odin.ac.hmc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Keyboard not working Dell PE 1850 and DRAC cards.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 20:04:46 -0000 Hi! Thanks for the info, where can I find more information on how to do that ? Could you provide an example of how the devd.conf (or what files needed to be changed) would look ? Kind Regards, Stefan Cars Brooks Davis wrote: > On Wed, Dec 22, 2004 at 08:49:43PM +0100, Stefan Cars wrote: > >>Hi! >> >>I have some trouble using keyboards (both PS/2 and/or USB) on our 15 new >>PE 1850's. The installation goes fine (the PS/2 works, USB does not) and >>single user works OK (with PS/2), but normal boot does not work, it >>seems it attaches the keyboard to the DRAC cards (it identifies itself >>as ukbd0). I found a post regarding this >>(http://lists.freebsd.org/pipermail/freebsd-current/2004-September/038879.html). >> >>My question is then, is there anyway I can make this work so I can use a >>regular keyboard (PS/2 or USB) and the DRAC, maybe by fixing so when i >>attach a USB it disconnectes the DRAC and attaches the USB ?. Disable >>the keyboard for the DRAC is something I don't want to do since the >>reason we bought DRACS to them is the possibility to control them >>remote, I have some pressure of people wanting us to run RedHat on them >>and I don't want to be forced to do that becuase of this stupid little >>thing. > > > The correct behavior is currently unobtainable, but you may be able to > get a sufficent approximation working. At the moment, you'll only be > able to use the PS/2 keyboard in single user mode because syscons is > going to always pick it and you can't switch unless you have a keyboard > or are in multi-user mode. However, in multiuser you can change > devd.conf to have a different behavior. It would be fairly simple to > make /dev/kbd1 the primary keyboard and have the appearence of ukbd1 > cause /dev/kdb2 to become and primary. > > Hopefully we'll have a real solution soon, but I haven't found the time > to work on it as much as I'd like. > > -- Brooks >