From owner-freebsd-stable Mon Feb 5 23:59:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id DF90837B65D for ; Mon, 5 Feb 2001 23:59:22 -0800 (PST) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id rpcaaaaa for ; Tue, 6 Feb 2001 18:58:57 +1100 Message-ID: <3A7FAF09.33D9E802@quake.com.au> Date: Tue, 06 Feb 2001 19:00:09 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Robert Cc: FreeBSD Subject: Re: 4.2-Stable Keyboard/PS/2 Mouse conflict. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robert wrote: > > Mentioned this probelm the other day when I first went from 4-0 RELEASE to > 4.2-STABLE via cvsup. > > Once everything is installed, and rebooted, the keyboard becomes inactive. > > This time I logged in from the server across the network,and discover that > the PS2-Mouse and the Keyboard are both using the same device ??? The > rebuild used the GENERIC kernel. I can't remember the device adckbdc0 > something like that. I dont' have it now to hand, because I have had to swap > out the drive and reload the 2K server. atkbdc0 is supposed to control both the keyboard and PS/2 mice... You should have something like: device atkbdc0 at isa? port IO_KBD # The controller device atkbd0 at atkbdc? irq 1 # The keyboard device psm0 at atkbdc? irq 12 # The mouse What you most probably have is an irq conflict with something... dmesg output would be most useful... Maybe even a boot -v plus dmesg... Anyway, Good Luck! Kal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message