From owner-freebsd-questions@FreeBSD.ORG Tue Apr 20 09:19:46 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 2956F16A4CE for ; Tue, 20 Apr 2004 09:19:46 -0700 (PDT) Received: from neverwhere.in-flux.org (neverwhere.in-flux.org [65.103.12.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A8D343D2F for ; Tue, 20 Apr 2004 09:19:45 -0700 (PDT) (envelope-from talon@neverwhere.in-flux.org) Received: (qmail 81046 invoked by uid 1100); 20 Apr 2004 16:19:44 -0000 Date: Tue, 20 Apr 2004 11:19:44 -0500 From: "10,000 Screaming Monkeys" To: freebsd-questions@freebsd.org Message-ID: <20040420161944.GG76250@neverwhere.in-flux.org> References: <20040417014400.GI76250@neverwhere.in-flux.org> <4081634F.10609@ukug.uk.freebsd.org> <20040417182321.GJ76250@neverwhere.in-flux.org> <40818335.1040403@ukug.uk.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40818335.1040403@ukug.uk.freebsd.org> User-Agent: Mutt/1.5.6i Subject: Re: Microsoft wireless mouse problem 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, 20 Apr 2004 16:19:46 -0000 Oops. I meant to reply to this sooner. On 04/17, Mark Ovens rearranged the electrons to read: >>>Ah, now that _does_ WFM, and that fact makes me suspect that the >>>problem lies with the USB driver rather than the mouse driver. I think you're probably correct in that the problem lies in the USB driver. I'd previously written to a Matthew Will who posted to freebsd-current a while back about this same problem. He replied saying that the problem ended up being something to the effect of a silent exit in the USB driver that caused the problem. That's something that's outside of the scope of my knowledge to monkey with, but perhaps it'll help somebody else who's reading this and sufficiently motivated... I'm not sure what was different this past reboot, but I plugged the mouse into the PS/2 port and added the "allscreens_flags" option to /etc/rc.conf and now the wireless mouse works on both the console and in X. Nothing I did would make it work when connected to the USB port. Now, the mouse is detected as: psm0: irq 12 on atkbdc0 psm0: model IntelliMouse Explorer, device ID 4 /etc/rc.conf options look like this: moused_enable="yes" moused_type="auto" allscreens_flags="-m on" /etc/X11/XF86Config options look like this: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection (I figured I'd deal with the extra buttons once I actually got it working.) So, it would appear I can at least use the mouse for now. Thanks again for your suggestions. - Jamie