From owner-freebsd-newbies@FreeBSD.ORG Fri Nov 21 21:10:41 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22C9616A4CE for ; Fri, 21 Nov 2003 21:10:41 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id C588C43F93 for ; Fri, 21 Nov 2003 21:10:38 -0800 (PST) (envelope-from freebsd-newbies@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ANQ2X-00072T-00 for ; Sat, 22 Nov 2003 06:10:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-newbies@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ANPka-0006tl-00 for ; Sat, 22 Nov 2003 05:52:04 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ANPka-0002G9-00 for ; Sat, 22 Nov 2003 05:52:04 +0100 From: Robert S Date: Sat, 22 Nov 2003 15:52:03 +1100 Organization: Home Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org User-Agent: KNode/0.7.2 Sender: news Subject: Boot with kdm - keyboard won't work X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: robert_s@emailme.net.au List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 05:10:41 -0000 I've just installed a spanking new installation of FreeBSD 5.1 on my system. All went without a hitch EXCEPT I have configured kdm to start from /etc/rc.local. This file looks like this: #!/bin/sh /usr/local/bin/kdm If I let my system start up, it gets into the kdm screen, but nothing will happen when I use the keyboard! This includes entering username, password, and using ctrl-alt-number combinations. If I boot into safe mode, remount / as read-write then enter # kdm, everything works fine! I've been using linux for some time but have never seen this one before. Any ideas?