From owner-freebsd-questions@FreeBSD.ORG Fri Feb 3 03:10:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 37DA416A420 for ; Fri, 3 Feb 2006 03:10:12 +0000 (GMT) (envelope-from lgrady@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4A6F43D48 for ; Fri, 3 Feb 2006 03:10:11 +0000 (GMT) (envelope-from lgrady@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so741187wra for ; Thu, 02 Feb 2006 19:10:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Fwm+6O1FW749IILyd7UC6vyLHPv5bLARD46Om7VD/B5nvmbVExUOsovwuEWP1IoTmmYpuep9zGqAzjW3qRiN9nwMZ1p1ElONW4/6BOUMi5+mlTa4zLazqvJJhtJ44ckY9lj4ZV5Tt1ZEWEjApd13vMlsi8W8eN6CLLFdHmuHEvs= Received: by 10.54.89.3 with SMTP id m3mr2920678wrb; Thu, 02 Feb 2006 19:10:08 -0800 (PST) Received: by 10.54.147.17 with HTTP; Thu, 2 Feb 2006 19:10:08 -0800 (PST) Message-ID: <5fee5e300602021910u4ccdf216n5c897722832f465b@mail.gmail.com> Date: Thu, 2 Feb 2006 21:10:08 -0600 From: luke To: gahn In-Reply-To: <20060203030150.61030.qmail@web52110.mail.yahoo.com> MIME-Version: 1.0 References: <20060203030150.61030.qmail@web52110.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd general questions Subject: Re: freebsd without keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 03:10:12 -0000 > > I found the information on this page: > > http://www.freebsddiary.org/headless.php that page refers to freebsd 4.x and you are running 5.x But looked at my kernel (5.4-stable): > > device atkbdc # AT keyboard > controller > device atkbd # AT keyboard > device psm # PS/2 mouse if you want to run the machine without a keyboard at all your setup will work. just be sure to tell the bios not to report keyboard errors. otherwise it will freeze at a message from your bios telling you it can't find a keyboard. i'm not sure about hotswapping keyboards in 5.x but i assume it works. the safest thing to do is just neve= r plug a keyboard in.