From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 12:22:12 2003 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 6B2D916A4CE for ; Fri, 7 Nov 2003 12:22:12 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4966C43FAF for ; Fri, 7 Nov 2003 12:22:09 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) hA7KM6TF014706; Fri, 7 Nov 2003 15:22:06 -0500 (EST) Message-ID: <3FD38C2D.7070807@ec.rr.com> From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031205 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrey References: <20031105135245.24D6916A4D8@hub.freebsd.org> <1602093520.20031107093912@mail.ru> In-Reply-To: <1602093520.20031107093912@mail.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: USB Mouse in FreeBSD 5.1... 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: , Date: Fri, 07 Nov 2003 20:22:12 -0000 X-Original-Date: Sun, 07 Dec 2003 15:23:09 -0500 X-List-Received-Date: Fri, 07 Nov 2003 20:22:12 -0000 Andrey wrote: >Hello, freebsd-questions! >Doesn't work my Genius Optical Wheel Mouse (USB)... >MotheBoard - Gigabyte GA-8SG667. >/boot/loader.conf: >--- >uhid_load = "YES" >ums_load = "YES" >--- >/etc/X11/XF86Config: >--- >Protocol "Auto" >Device "/dev/sysmouse" >--- >Kernel standard (installation)... >Thanks for any clues. > > If that is standard in loader.conf then leave it, I don't have it in my. In my /etc/rc.conf I have: usbd_enable="YES" moused_enable="YES" When I plug in my usb mouse I see the pointer and everything is good. PS. Check your XF86Config for this: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection The last option enables the scroll on the mouse, for a better internet experience. ;-)