From owner-freebsd-questions@FreeBSD.ORG Sat Aug 28 23:29:05 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 0468416A4CE for ; Sat, 28 Aug 2004 23:29:05 +0000 (GMT) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id C72F743D49 for ; Sat, 28 Aug 2004 23:29:04 +0000 (GMT) (envelope-from hoe-waa@hawaii.rr.com) Received: from ms-mss-01 ([10.10.4.10])i7SNT26j001367 for ; Sat, 28 Aug 2004 16:29:02 -0700 (PDT) Received: from socal.rr.com (localhost [127.0.0.1]) by ms-mss-01.socal.rr.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I3600DVPJWEGY@ms-mss-01.socal.rr.com> for freebsd-questions@freebsd.org; Sat, 28 Aug 2004 16:29:02 -0700 (PDT) Received: from [10.10.6.201] (Forwarded-For: [66.8.190.99]) by ms-mss-01.socal.rr.com (mshttpd); Sat, 28 Aug 2004 13:29:02 -1000 Date: Sat, 28 Aug 2004 13:29:02 -1000 From: hoe-waa@hawaii.rr.com To: Peter Leftwich Message-id: <1dc99771dc76ef.1dc76ef1dc9977@socal.rr.com> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: SDBUG cc: FreeBSD Questions LIST Subject: Re: Microsoft Cordless Optical Mouse and 5.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hoe-waa@hawaii.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 23:29:05 -0000 From: Peter Leftwich Date: Saturday, August 28, 2004 10:49 am > Doh! My mouse (a Microsoft Cordless Optical Mouse) worked fine with > Knoppix/Linux OS and with XP of course but does NOT work with > FreeBSD 5.2! > > I tried plugging it in as PS/2 but the little light does not come > on. My > /etc/rc.conf has /dev/sysmouse and type "auto" but still no go. I am > posting this in the hopes that it will partially dissuade those > consideringbuying this make and model mouse! :\ > > Will someone note this "conflict" or malfunction at: > Title FreeBSD 5.2.1-RELEASE Hardware Notes > Current URL > http://www.freebsd.org/releases/5.2.1R/hardware.htmlURL of current > anchor http://www.freebsd.org/releases/5.2.1R/hardware-i386.html > > ? > > -- > Peter Leftwich I have the exact same mouse working on 5.2.1 Here is the section from XF86Config Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZaxisMapping" "4 5" EndSection In /etc/rc.conf I have the line moused_enable="YES" I am using the adapter that came with the mouse and it is plugged into the PS2 port. I find that the mouse is responsive and I really like the feel. Now if only MS could do something with software..... Good Luck Robert