From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 30 08:25:06 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0055716A4CE for ; Tue, 30 Dec 2003 08:25:06 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 962AC43D48 for ; Tue, 30 Dec 2003 08:24:57 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id SAA50788; Tue, 30 Dec 2003 18:24:51 +0200 Date: Tue, 30 Dec 2003 18:24:50 +0200 (WET) From: Evren Yurtesen To: Ryan Sommers In-Reply-To: <1072800528.660.26.camel@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Tue, 30 Dec 2003 18:20:01 -0800 cc: freebsd-hackers@freebsd.org cc: William Michael Grim Subject: Re: logitech cordless optical mouse problems... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2003 16:25:06 -0000 It is not the problem. I have setup mouse many times in FreeBSD before. freebsd:/home/staff/yurtesen#ls -al /dev/ums0 crw-r--r-- 1 root operator 111, 0 Dec 30 19:56 /dev/ums0 freebsd:/home/staff/yurtesen# The mouse just doesnt work under FreeBSD. The usbd is running and it runs moused automatically I tried killing moused and using the command cat /dev/ums0 but I dont get anything to screen when I use my mouse. This mouse is working with PS/2 for sure but it shows itself as a USB mouse. Under the mouse the model number is M/N: M-RR67A Cordless Optical mouse I have also found another person who has the same problem from google. He couldnt find a solution either. I am sure this requires a bit source tweaking... Evren On Tue, 30 Dec 2003, Ryan Sommers wrote: > On Tue, 2003-12-30 at 08:54, Evren Yurtesen wrote: > > I tried to use ums0 device and with moused I tried sysmouse device > > but none makes any effect in X. > > > > Sysmouse is the device moused sets up, you can't just use it. > > Try this: > killall -9 moused > moused -t auto -p /dev/ums0 > vidcontrol -m on > > if you can see a mouse cursor when you move the mouse around then you > can use that and /dev/sysmouse as your device in X. > > Also, do you have usbd running? (ps -xa|grep usbd) > If you don't have usbd running then I don't think you'll get a /dev/ums0 > in devfs. > > -- > Ryan "leadZERO" Sommers > Gamer's Impact President > ryans@gamersimpact.com > ICQ: 1019590 > AIM/MSN: leadZERO > > -= http://www.gamersimpact.com =- > > >