From owner-freebsd-current@FreeBSD.ORG Sat Nov 26 22:37:00 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AA9216A420 for ; Sat, 26 Nov 2005 22:37:00 +0000 (GMT) (envelope-from jsmith@drexel.edu) Received: from smtp.mail.drexel.edu (pm2.irt.drexel.edu [144.118.29.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F56343D5F for ; Sat, 26 Nov 2005 22:36:50 +0000 (GMT) (envelope-from jsmith@drexel.edu) Received: from smtp.mail.drexel.edu (localhost.localdomain [127.0.0.1]) by smtp.mail.drexel.edu (Postfix) with SMTP id 099C211666A for ; Sat, 26 Nov 2005 17:36:39 -0500 (EST) Received: from vorpal.math.drexel.edu (vorpal.math.drexel.edu [129.25.6.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mail.drexel.edu (Postfix) with ESMTP id E490F11664D for ; Sat, 26 Nov 2005 17:36:38 -0500 (EST) Received: from [IPv6:::1] (vorpal.math.drexel.edu [127.0.0.1]) by vorpal.math.drexel.edu (8.13.4/8.13.4) with ESMTP id jAQMabkI008788 for ; Sat, 26 Nov 2005 17:36:37 -0500 Message-ID: <4388E376.5010605@drexel.edu> Date: Sat, 26 Nov 2005 17:36:38 -0500 From: "Justin R. Smith" Organization: Drexel University User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: A4Tech mouse problem solved (but strangely!) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 22:37:00 -0000 I had a problem with the mouse wheel being detected on my wireless A4Tech mouse. It is supposed to emulate a generic Intellimouse. The solution is to run moused with NO type parameter. A parameter of "auto" or "ps/2" or "microsoft" won't work. You must have a command line of: /usr/sbin/moused -p /dev/psm0 (with NO -t parameter) Unfortunately, one cannot use the automatic scripts in rc.conf to do this because they always use a parameter and fill in "microsoft" if one leaves the mouse type blank. Therefore, one must 1. disable moused in rc.conf 2. Set up a local script in /usr/local/etc/rc.d to run moused with the proper command-line.