Date: Tue, 16 Jul 2002 16:46:18 +0200 From: Ruben de Groot <fbsd-q@bzerk.org> To: Steve Wingate <steve@velosystems.net> Cc: Tom Limoncelli <tal@lumeta.com>, Eric Olsen <ericg@chartertn.net>, Roberto Armenteros <rarmente@yahoo.com>, freebsd-questions@FreeBSD.ORG Subject: Re: When is FreeBSD going to work properly with KVM switches? Message-ID: <20020716164618.A40753@ei.bzerk.org> In-Reply-To: <1026829866.56263.5.camel@daemon.velosystems.net>; from steve@velosystems.net on Tue, Jul 16, 2002 at 07:31:05AM -0700 References: <200207152335.g6FNZwj83570@kpt-c-24-159-35-85.chartertn.net> <20020716100741.A39217@ei.bzerk.org> <3D342883.5090600@lumeta.com> <1026829866.56263.5.camel@daemon.velosystems.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 16, 2002 at 07:31:05AM -0700, Steve Wingate typed: > On Tue, 2002-07-16 at 07:06, Tom Limoncelli wrote: > > Ruben de Groot wrote: > > > On Mon, Jul 15, 2002 at 07:33:31PM -0400, Eric Olsen typed: > > > [...] > > > > > >>I have not had any problems switching between machines, EXCEPT that > > >>when a machine is booting up, the KVM must be set to that machine in > > >>order for recognition of the mouse and kbd to work properly. I find > > >>this to be true for Win, FBSD, and Linux. Once the machine has booted, > > >>I can switch away and back with no problems. I believe I was running > > >>FBSD 4.3 when I first installed the KVM. > > > > > > > > > This is a kernel configuration issue. Edit the line > > > > > > device atkbd0 at atkbdc? irq 1 flags 0x1 > > > > > > in your kernel configuration file, removing the "flags 0x1" part. Recompile > > > your kernel and reboot. The machine will now recognize your keyboard even > > > when it was switched away at boot time. > > > > Why isn't this the default for GENERIC kernels? > > > > And dare I ask... why is there even a flag for this situation? > > Probably because it isn't always needed, and in my case didn't work > anyway. The problem is the mouse, imo. Yes, I was responding to the no keyboard on boot problem Eric Olsen was talking about. This is not related to your mouse problem (I guess). The reason there's a flag in the GENERIC kernel to only try the keyboard once on boot-up has something to do with trying to make the GENERIC kernel as generic as possible (so when a check for PS/2 keyboard fails, for example, it will continue to look for other keyboards, like USB). At least, that's what I'm told. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020716164618.A40753>