From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 07:20:26 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 4840910656C2 for ; Wed, 23 Apr 2008 07:20:26 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 143D38FC27 for ; Wed, 23 Apr 2008 07:20:26 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JoZHE-0008Kk-Dn for freebsd-questions@freebsd.org; Wed, 23 Apr 2008 00:20:24 -0700 Message-ID: <16832739.post@talk.nabble.com> Date: Wed, 23 Apr 2008 00:20:24 -0700 (PDT) From: bataa To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sumiya.mongol@gmail.com References: 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, 23 Apr 2008 07:20:26 -0000 Hi , I got same problem the mouse is not working under Xwindows. I solved it anyway. I installed freebsd 6.2. Problem is only xorg.conf. you should copy Xorg.config.new to xorg.conf in X11 directory. Then it should be ok. Good luck Fabio Pennati wrote: > > > 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" > > -- View this message in context: http://www.nabble.com/USB-Mouse-not-working-tp16307942p16832739.html Sent from the freebsd-questions mailing list archive at Nabble.com.