From owner-freebsd-questions@FreeBSD.ORG Wed Jun 30 21:57:11 2004 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 C339116A4CE for ; Wed, 30 Jun 2004 21:57:11 +0000 (GMT) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C2743D5C for ; Wed, 30 Jun 2004 21:57:11 +0000 (GMT) (envelope-from tuc@ttsg.com) Received: from himinbjorg.tucs-beachin-obx-house.com (ool-44c09852.dyn.optonline.net [68.192.152.82]) (authenticated bits=128)i5ULv0AL043306 for ; Wed, 30 Jun 2004 17:57:00 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1])id i5ULv0dj072951 for ; Wed, 30 Jun 2004 17:57:00 -0400 (EDT) (envelope-from tuc@ttsg.com) Received: (from tuc@localhost)i5ULv0dq072950 for freebsd-questions@freebsd.org; Wed, 30 Jun 2004 17:57:00 -0400 (EDT) (envelope-from tuc) From: Tuc Message-Id: <200406302157.i5ULv0dq072950@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Wed, 30 Jun 2004 17:57:00 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: How to make permanent in kernel 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: Wed, 30 Jun 2004 21:57:11 -0000 Hi, I had a problem with my mouse, and found the answer here : http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#PS2-X which says : 11.14. Why does my PS/2 mouse misbehave under X? Your mouse and the mouse driver may have somewhat become out of synchronization. In rare cases the driver may erroneously report synchronization problem and you may see the kernel message: psmintr: out of sync (xxxx != yyyy) and notice that your mouse does not work properly. If this happens, disable the synchronization check code by setting the driver fl ags for the PS/2 mouse driver to 0x100. Enter UserConfig by giving the -c option at the boot prompt: boot: -c Then, in the UserConfig command line, type: UserConfig> flags psm0 0x100 UserConfig> quit Which is great. The problem is, I don't want to keep doing this every time I reboot. This is a FreeBSD 5 system. In 4 I knew how to do it with "device psm0 at atkbdc? irq 12", but now not sure how do this in 5. I see something about a hints file, but not sure how it plays in, if at all. Thanks, Tuc/TTSG Internet Services, Inc.