From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 09:26:30 2003 Return-Path: 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 2422737B401 for ; Tue, 10 Jun 2003 09:26:30 -0700 (PDT) Received: from jane.spongocoel.com (jane.spongocoel.com [65.245.4.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFF543FDD for ; Tue, 10 Jun 2003 09:26:29 -0700 (PDT) (envelope-from scrotch@sprynet.com) Received: from sprynet.com (localhost [127.0.0.1]) by jane.spongocoel.com (8.12.9/8.12.6) with ESMTP id h5AGQTPR002465 for ; Tue, 10 Jun 2003 11:26:29 -0500 (CDT) Date: Tue, 10 Jun 2003 11:26:28 -0500 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Scott Saunders To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <49AD623F-9B60-11D7-B332-003065D644E8@sprynet.com> X-Mailer: Apple Mail (2.552) Subject: USB keyboard and KVM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 16:26:30 -0000 I'm working on my very first FreeBSD machine running FreeBSD 4.8-RELEASE. I've worked with many Macs and toyed with Linux, and I'm finding FreeBSD very nice. I have one issue I haven't been able to figure out yet. I'm using a USB keyboard with a USB KVM switch. When the machine boots, the keyboard is recognized and works fine. (The keyboard doesn't seem to have any effect at the "Hit [enter] to boot immediately..." line of startup, though.) However, if I switch the KVM to another computer and back, the machine doesn't respond to the keyboard. The monitor comes back fine, but the keyboard and mouse don't seem to do anything. I can log in via SSH, but I would like to turn SSH off and just use the KVM set up. I'm only using the CLI, so the mouse isn't an issue for me. This is my first FreeBSD install, and also my first PC hardware and I'm at a loss. If someone could point me in the right direction, I'd really appreciate it. I have: usbd_enable="YES" blanktime="0" at the end of rc.conf. I added: kbdcontrol -k /dev/kbd0 < /dev/ttyv0 > /dev/null to the end of /etc/rc.i386 based on the FAQ. I added: options KBD_INSTALL_CDEV to the kernel config and recompiled, based on my interpretation of the ukbd man page. Many thanks, Scott Saunders