From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 18:31:40 2005 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 87C6416A4CE for ; Tue, 25 Jan 2005 18:31:40 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE3B43D1D for ; Tue, 25 Jan 2005 18:31:40 +0000 (GMT) (envelope-from tbonius@comcast.net) Received: from ostros (c-24-18-102-54.client.comcast.net[24.18.102.54]) by comcast.net (rwcrmhc13) with SMTP id <20050125183139015009gohne>; Tue, 25 Jan 2005 18:31:39 +0000 Message-ID: <002001c5030c$284e7b10$c900a8c0@ostros> From: "Thomas Foster" To: , References: <20050124193400.GA13842@cmsrtp.com><20050125102418.GB20318@thingy.apana.org.au><000401c502ca$725ddad0$c900a8c0@ostros> <41F643B9.1050600@gmail.com> Date: Tue, 25 Jan 2005 10:31:59 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: Mouse port 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: Tue, 25 Jan 2005 18:31:40 -0000 check your kernel messages for detected mice.. is this a USB or PS2 mouse? T ----- Original Message ----- From: "Aperez" To: Sent: Tuesday, January 25, 2005 5:03 AM Subject: Mouse port > How can I find out what is the port of mouse? > > Thanks > > > Thomas Foster wrote: > >> >> are your using moused in your rc.conf.. if so .. try the following >> example: >> >> moused_port="/dev/psm0" #or whatever port your mouse is uses >> moused_type="auto" >> >> what brand / protocol does the mouse use? >> ..for most mice you can use the following example in your XF86Config >> >> Option "Protocol" "Auto" >> Option "Device" "/dev/psm0" #or whatever port your mouse is uses >> Option "ZAxisMapping" "4 5" >> >> Is the computer running connected to a KVM switchbox? >> ..if so try adding the following line to your device hints: >> device psm0 at atkbdc? irq 12 flags 0x100Hope this helps >> >> T >> >> ----- Original Message ----- From: "David Gerard" >> >> To: >> Sent: Tuesday, January 25, 2005 2:24 AM >> Subject: Re: Scroll whell on FreeBSD 5.3 i386 >> >> >>> Michael Madden (madden@cmsrtp.com) [050125 06:34]: >>> >>>> What is the secret to getting my scroll wheel working on FreeBSD 5.3? >>>> If have >>>> the following added to /etc/rc.conf: >>> >>> >>> >>> And I'm having ... the same problem with 5.3! And I couldn't get a >>> solution >>> that worked either! >>> >>> http://lists.freebsd.org/pipermail/freebsd-questions/2004-September/059325.html >>> >>> Mine is a Compaq (Logitech) USB optical mouse. The machine is a Compaq >>> AP400 Personal Workstation. What's yours? >>> >>> >>> - d. >>> >>> >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >