From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 13:55:16 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 6CF7216A4CF for ; Thu, 29 Jan 2004 13:55:16 -0800 (PST) Received: from smtp-out7.blueyonder.co.uk (smtp-out7.blueyonder.co.uk [195.188.213.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BF043D31 for ; Thu, 29 Jan 2004 13:55:08 -0800 (PST) (envelope-from jonathan.heaney@blueyonder.co.uk) Received: from blueyonder.co.uk ([82.39.48.122]) by smtp-out7.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.5600); Thu, 29 Jan 2004 21:55:30 +0000 Message-ID: <4019813B.3050401@blueyonder.co.uk> Date: Thu, 29 Jan 2004 21:55:07 +0000 From: Jonathan Heaney User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031208 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Jan 2004 21:55:30.0693 (UTC) FILETIME=[9CDEF350:01C3E6B2] Subject: Logitech Cordless/Optical USB mouse 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, 29 Jan 2004 21:55:16 -0000 Hi, I've been trying for a few days to get FreeBSD on my workstation (been running it for a couple of years on my gateway/router box), but it just does not like my mouse (a Logitech MouseMan). I've seen other posts in this mailing list, and freebsd-current, and through googling found other people who seem to have this problem too. I know a workaround is to use a USB->PS/2 converter and use the receiver in PS/2 mode, but I've 'misplaced' the converter that came with the mouse. Tried FreeBSD 4.9 and 5.2 -releases, and updated 5.2 to -current last night, but no luck with any of them. I've read through the other recommendations and can confirm that the usbd daemon is starting, and that it also spawns moused, but there is no pointer movement, and when I kill moused and cat /dev/ums0 I don't get symbols appearing onscreen when I move the mouse. The motherboard has ohci and ehci host controllers, when I use a kernel with ohci only, it appears that usbd kicks in correctly, but the mouse does nothing. When I use ehci only it says /dev/ums0 device not found, and when I use a kernel with both ohci and ehci it says /dev/ums0 device busy. The relevant section of dmesg output looks like this- uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ums0: Logitech USB Receiver, rev 1.10/13.10, addr 3, iclass 3/1 ums0: 5 buttons and Z dir. From the information gathering I've done it appears that FreeBSD just doesn't like this receiver (although I'd gladly be proven wrong), and if that is the case, my question would then become 'where do I go now/what can I do to try and get this problem resolved?' Jonathan