From owner-freebsd-hackers Sun Jan 7 3:29:46 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 5964937B69D; Sun, 7 Jan 2001 03:29:24 -0800 (PST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:uTGO8sUGIzXr4xJ/LIMBqeXpaqQ7STZa@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.11.0/3.7Wpl2) with ESMTP id f07BTEH24632; Sun, 7 Jan 2001 20:29:15 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:GI6eRNa4IN4CGhG0sr7jw4zW86n4YgPD@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id UAA24356; Sun, 7 Jan 2001 20:36:55 +0900 (JST) Message-Id: <200101071136.UAA24356@zodiac.mech.utsunomiya-u.ac.jp> To: Robert Watson Cc: hackers@freebsd.org, John Polstra , yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: KVM switch vs. FreeBSD psm driver (Solved!) In-reply-to: Your message of "Sat, 06 Jan 2001 22:10:40 EST." References: Date: Sun, 07 Jan 2001 20:36:54 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Do you know if this fixes the problem the following problem that I started >experiencing somewhere in the RELENG_4 line? For some machines, if the >KVM is not pointed at the box, the keyboard will not probe properly, and >does not respond for that session. As long as I boot with the KVM pointed >at the machine during the boot process, it probes fine. This doesn't seem >to impact the boot loaders, only after the kernel has loaded and probed. >It's really annoying as my crashbox has this problem, so I have to swap to >it every time I boot, and given the need to type continue in the serial >gdb, I often miss the window. I guess your KVM switch won't let the kernel talk to the keyboard, if the switch wasn't pointed to the FreeBSD box. Remove the flags 0x1 from atkbd in your kernel config file. This flag makes atkbd fail, if it doesn't detect a keyboard. Without the flag, atkbd will install regardless of the absence of the keyboard. In RELENG_2 and RELENG_3, this flag wasn't specified to atkbd by default. In RELENG_4, the flag was added to GENERIC so that syscons will use a USB keyboard, if any, when there is no AT keyboard. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message