From owner-freebsd-current@FreeBSD.ORG Tue Dec 30 13:42:31 2003 Return-Path: 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 2BB0E16A4CE for ; Tue, 30 Dec 2003 13:42:31 -0800 (PST) Received: from smtp-out-02.utu.fi (smtp-out-02.utu.fi [130.232.202.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B33843D53 for ; Tue, 30 Dec 2003 13:42:29 -0800 (PST) (envelope-from yurtesen@ispro.net.tr) Received: from ispro.net.tr (perpetual.yok.utu.fi [130.232.138.155]) by smtp02.mess.utu.fi (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPS id <0HQQ008278O2HK@smtp02.mess.utu.fi> for freebsd-current@freebsd.org; Tue, 30 Dec 2003 23:21:38 +0200 (EET) Date: Tue, 30 Dec 2003 23:20:57 +0200 From: Evren Yurtesen In-reply-to: To: jesse@wingnet.net, freebsd-current@freebsd.org Message-id: <3FF1EC39.6090306@ispro.net.tr> MIME-version: 1.0 Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 8BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030808 References: <3FF19CDC.5020504@ispro.net.tr> Subject: Re: logitech cordless optical mouse problems... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 30 Dec 2003 21:42:31 -0000 This is the mouse http://www.logitech.com/index.cfm?page=support/products/details&CRID=1792&contentid=5270&countryid=5&languageid=1 This is the matrix http://www.logitech.com/index.cfm?page=support/products/document&CRID=1792&contentid=4554&contentid2=5270&showalldocuments=0&countryid=5&languageid=1 So this is the exact model... Cordless Optical Mouse(bundled with Cordless Navigator Duo™) M-RR67A CordlessOptical4 This is the output you requested Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 uhub0 port 1 powered port 2 addr 2: low speed, power 98 mA, config 1, USB Receiver(0xc505), Logitech(0x046d), rev 17.00 ukbd0 ums0 I tried the mouse in 4.9 and 5.2-RC2 and 5.2-CURRENT now. No luck! By the way, does your USB receiver have a PS/2 connecter too? Evren Jesse Guardiani wrote: > Evren Yurtesen wrote: > > >>This mouse has a USB connection and PS/2 connection to the computer. The >>keyboard works but the mouse doesnt. >> >>I tried to use ums0 device and with moused I tried sysmouse device >>but none makes any effect in X. >> >>I have found from google that this mouse(or similar) works in netbsd. >>http://starling.us/gus_netbsd/gus_netbsd_logitech_cordless_optical_mouse.html >> >>The mouse I am talking about is working under windows and in many >>different flavors of Linux! >> >>Thanks, here is dmesg. Can there be a driver for this mouse that you guys >>forgot to import from netbsd or ? (as you can see that I have even >>recently cvsupped a 5.2-rc2 system but it still didnt solve the problem) > > > For the benefit of others looking to purchase a logitech wireless mouse, could > you please state the model of mouse you're working with? > > I personally own a Logitech MX700 cordless (usb) optical mouse that works quite > well with 4.8-RELEASE, 5.1-RELEASE, and 5.2-RC1. My dmesg is similar to yours, > but the revision number is one point lower: > > ums0: Logitech USB Receiver, rev 1.10/16.00, addr 2, iclass 3/1 > ums0: 7 buttons and Z dir. > > Here's my `uname -a`: > > % uname -a > FreeBSD trevarthan.int.wingnet.net 5.2-RC1 FreeBSD 5.2-RC1 #0: Tue Dec 23 11:17:47 EST 2003 jesse@trevarthan.int.wingnet.net:/usr/src/sys/i386/compile/TREVARTHAN i386 > > Also, out of curiosity, what does your `usbdevs -vd` say? Here's the relevent > snippet from mine: > > Controller /dev/usb1: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 > uhub1 > port 1 addr 2: low speed, power 50 mA, config 1, USB Receiver(0xc506), Logitech(0x046d), rev 16.00 > ums0 > port 2 powered > > And, have you tried the mouse with previous versions of FreeBSD? 5.2-RC1? 5.2-RC2? > 5.1-RELEASE? 4.x? > > When was your -CURRENT cvsuped? I see quite a few commits to USB related files in the last > few weeks. It would probably be helpful to know if the mouse ever worked with a -RELEASE > or -RC* version of FreeBSD for a baseline. >