From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 17:53:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56A501065670 for ; Wed, 26 Mar 2008 17:53:36 +0000 (UTC) (envelope-from wouter@fizzyflux.nl) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id 236898FC1C for ; Wed, 26 Mar 2008 17:53:35 +0000 (UTC) (envelope-from wouter@fizzyflux.nl) Received: by wr-out-0506.google.com with SMTP id 50so2966712wra.13 for ; Wed, 26 Mar 2008 10:53:35 -0700 (PDT) Received: by 10.141.114.21 with SMTP id r21mr290557rvm.154.1206554013870; Wed, 26 Mar 2008 10:53:33 -0700 (PDT) Received: by 10.140.158.16 with HTTP; Wed, 26 Mar 2008 10:53:33 -0700 (PDT) Message-ID: Date: Wed, 26 Mar 2008 18:53:33 +0100 From: "Wouter Oosterveld" To: freebsd-questions@freebsd.org, "Fabio Pennati" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: Subject: Re: USB Mouse not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2008 17:53:36 -0000 I've had probably had the same issues with an logitech wheel-mouse (usb): Mar 24 23:56:55 harare kernel: ums0: 3 buttons and Z dir. The following xorg-section without any rc.conf moosed stuff got it to work: Section "InputDevice" Identifier "Mouse1" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Hope this helps. Regards, Wouter 2008/3/26, Fabio Pennati : > > I am a new FreeBSD user coming from Gentoo. I am not able to get > working an usb optical wired mouse from Labtec that is working well > with many Linux distro's and WXP too. > I am using a FreeBSD 7.0 standard GENERIC kernel configuration with > all usb devices installed, thus: > > # USB support > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > #device udbp # USB Double Bulk Pipe devices > device ugen # Generic > device uhid # "Human Interface Devices" > device ukbd # Keyboard > device ulpt # Printer > device umass # Disks/Mass storage - Requires scbus > and da > device ums # Mouse > > Here is an extract from my rc.conf: > > usbd_enable="YES" > moused_enable="YES" > moused_type="auto" > moused_port="/dev/ums0" > moused_flags="" > usbd_flags="" > moused_nondefault_enable="YES" > moused_ums0_flags="" > > I tried also to take out from rc.conf any "moused-stuff" lines but > without no results. > And here is the messages from kernel during boot, probing ums device: > > ums0: 2> on uhub0 > ums0: 3 buttons and Z dir. > > This is the xorg.conf, for the part interesting the mouse: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Furthermore I installed the same mouse with an hw adapter to the > serial port of the PC and obviously it works, of course as pms device, > but very slowly and with no precision. > There is someone that has any idea ? > Thanks, Fabio > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >