From owner-freebsd-current@FreeBSD.ORG Sat Feb 5 21:18:31 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E36816A4CE for ; Sat, 5 Feb 2005 21:18:31 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E77443D1F for ; Sat, 5 Feb 2005 21:18:29 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so566136rne for ; Sat, 05 Feb 2005 13:18:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=m+DYDJmnEU8FQeDV9lk+ogUR6QLWNb2AuRVKhnCBXvz5mZYgRhAgGhDWlulTa1YCME6eYZZMQRERcl+/bggY2RzkoL3uvvO7qKkaNZ7zMBQGPUUoaqrj2kl9SwGqHJgqt4aByVd4pytG65UPKCKYt7N6KCR4xsTmhQoVM3oP4Aw= Received: by 10.38.71.66 with SMTP id t66mr74375rna; Sat, 05 Feb 2005 13:18:28 -0800 (PST) Received: by 10.38.74.23 with HTTP; Sat, 5 Feb 2005 13:18:27 -0800 (PST) Message-ID: Date: Sat, 5 Feb 2005 22:18:27 +0100 From: Gert Cuykens To: Randy Bush In-Reply-To: <16901.13269.509134.918380@ran.psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <16901.13269.509134.918380@ran.psg.com> cc: FreeBSD Current Subject: Re: logitec usb wireless mouse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 21:18:31 -0000 On Sat, 5 Feb 2005 13:00:05 -0800, Randy Bush wrote: > anyone have the logitech wireless mouse working and can send > a clue? the keyboard is fine. the mouse does the logitec > connect thing; but moving/clicking it does nothing. > > randy > step one ################ # /etc/rc.conf # ################ usbd_enable="YES" ifconfig_rl0="DHCP" saver="blank" blanktime="300" moused_enable="NO" hostname="I" sshd_enable="YES" step two ################ # xorg.conf # ################ Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Then again its just me : )