From owner-freebsd-questions Wed Mar 19 12:30:21 2003 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 BC98837B401 for ; Wed, 19 Mar 2003 12:30:19 -0800 (PST) Received: from tma0.unixnexus.com (unixnexus.com [216.133.73.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC89943F3F for ; Wed, 19 Mar 2003 12:30:16 -0800 (PST) (envelope-from jem@unixmercenary.com) Received: from jmartin2k (unknown [207.212.175.93]) by tma0.unixnexus.com (Postfix) with ESMTP id ECF8B2B5A2 for ; Wed, 19 Mar 2003 12:43:25 -0800 (PST) Message-ID: <012101c2ee56$39078ef0$570610ac@jmartin2k> From: "John E. Martin" To: References: <20030319122524.325ebcb3.peter@kuyarov.org> Subject: Re: How to turn on keyboard? Date: Wed, 19 Mar 2003 12:29:19 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 > I got a small server for my home lan, that doesn't have a > keyboard plugged into it. Now it's been up for some 20 days > and now I plugged a keyboard into it, how can I turn the > keyboard "on" ? You'll need to recompile the kernel and reboot to support this, but locate your kernel config file track down the following line: device atkbd0 at atkbdc? irq 1 flags 0x1 Simply remove the 'flags 0x1' so the line appears like this: device atkbd0 at atkbdc? irq 1 Recompile, reboot, and you're good to go. -j To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message