From owner-freebsd-questions Wed Jul 25 22:29: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 9D38337B406 for ; Wed, 25 Jul 2001 22:29:01 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f6Q5Sv847288; Wed, 25 Jul 2001 22:28:57 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Sean Chittenden" , Subject: RE: No keyboard at boottime prevents use of keyboard later! Date: Wed, 25 Jul 2001 22:28:57 -0700 Message-ID: <002401c11593$de0aa560$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <20010725155815.F62426@rand.tgd.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Most people that run several servers use electronic keyboard switches. It's only the sites with hundreds of individual server boxes where the electronic keyboard switches become economically impractical. Consider also that unlike mouse ports, you can destroy keyboard ports by plugging and unplugging keyboards when the box is hot (because the electrical design of the port does not have any protection diodes to damp surges down, unlike RS232 which is designed for this) Of course, too many people have gotten away for too long without burning up keyboard ports by hot plugging to get most of the masses to believe you, but if you ask an EE that designs motherboards they will tell you the truth. It only takes one, though, and I know I've fried at least 2 keyboard ports when I was younger and stupider. In short, the software does it right. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sean Chittenden >Sent: Wednesday, July 25, 2001 3:58 PM >To: freebsd-questions@FreeBSD.ORG >Subject: Re: No keyboard at boottime prevents use of keyboard later! > > >> Russel Lahti solved this problem for me on 7/20: >> >> > In your kernel configuration, there is a line: >> > >> > device atkbd0 at atkbdc? irq 1 flags 0x1 >> > >> > Change it to this: >> > >> > device atkbd0 at atkbdc? irq 1 >> > >> > That fixed the problem for me. > > This begs the question: why is this flag turned on by default? >If this is a security "feature," why not have a config variable >someplace turn off keyboard access? -sc > >-- >Sean Chittenden > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message