From owner-freebsd-hackers Mon Nov 20 06:54:58 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA12059 for hackers-outgoing; Mon, 20 Nov 1995 06:54:58 -0800 Received: from bigbird.vmicls.com (bigbird.vmicls.com [198.17.96.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA12052 for ; Mon, 20 Nov 1995 06:54:55 -0800 Received: from gonzo by bigbird.vmicls.com (8.6.9/SMI-4.1-vmicls-master-host-1) id JAA11972; Mon, 20 Nov 1995 09:57:15 -0500 From: Jerry.Kendall@vmicls.com (Jerry Kendall) Organization: VMI Communications and Learning Systems Received: by gonzo (5.0/vmi-client-host-1) id AA22901; Mon, 20 Nov 1995 09:57:13 +0500 Date: Mon, 20 Nov 1995 09:57:13 +0500 Message-Id: <9511201457.AA22901.gonzo@vmicls.com> To: grog@lemis.de, hackers@freebsd.org Subject: Re: KEYBOARD goes crazy X-Sun-Charset: US-ASCII content-length: 1193 Sender: owner-hackers@freebsd.org Precedence: bulk > > Jerry Kendall writes: > > > > I just setup two computers, a 386-40 with DOS/WINDOWS and a Pentium-75 running > > FreeBSD 2.0.5R. > > > > They share the same monitor and keyboard via a 'little switch box'. > > > > The problem is when I switch from/to the FreeBSD box. The input from > > the keyboard gets messed up. If I run DOS/WINDOWS on both systems, I can > > switch between them without any trouble. It seems to be related to switching > > from/to FreeBSD. > > > > At the login prompt, I type 'l' and I see '^L' on the screen. If I am > > logged in and type 'd', it interprets it as '^D' and logs me out. I tried > > switch to another screen via 'ALT-Fx' and it still is messed up. > > It looks as if the keyboard driver thinks the Ctrl key is pressed. > Could be that it gets some kind of noise when switching, and the > keyboard driver interprets it as a Ctrl key press and no release. If > that's the case, you should be able to fix it by pressing the Ctrl > key, releasing it and trying again. > > Greg Well. Guess what??? It seems that Greg is correct. When I got the ^L charactares etc... I pressed the control keys and WOW it made the problem go away. Thanks. Jerry