From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 00:22:38 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 6408616A4CE for ; Thu, 1 Jul 2004 00:22:38 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9016143D55 for ; Thu, 1 Jul 2004 00:22:37 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: (qmail 18366 invoked by uid 65534); 1 Jul 2004 00:22:36 -0000 Received: from p5090D498.dip0.t-ipconnect.de (EHLO gmx.de) (80.144.212.152) by mail.gmx.net (mp027) with SMTP; 01 Jul 2004 02:22:36 +0200 X-Authenticated: #1954550 Message-ID: <40E3592A.6090804@gmx.de> Date: Thu, 01 Jul 2004 02:22:02 +0200 From: Phil Schulz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040520 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Tuc References: <200406302157.i5ULv0dq072950@himinbjorg.tucs-beachin-obx-house.com> In-Reply-To: <200406302157.i5ULv0dq072950@himinbjorg.tucs-beachin-obx-house.com> X-Enigmail-Version: 0.84.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 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: Thu, 01 Jul 2004 00:22:38 -0000 Tuc wrote: > 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. > Mmmh, didn't I answer the very same question a while ago? Anyways... add a line that reads hint.psm.0.flags=0x100 to /boot/device.hints Regards, Phil.