From owner-freebsd-stable@FreeBSD.ORG Tue Nov 21 19:35:16 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B08D416A407 for ; Tue, 21 Nov 2006 19:35:16 +0000 (UTC) (envelope-from mopsfelder@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EA243D88 for ; Tue, 21 Nov 2006 19:34:26 +0000 (GMT) (envelope-from mopsfelder@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so256540nfc for ; Tue, 21 Nov 2006 11:34:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EvRQ4WvaFpgLDh7ktnq6jo967kMOwTYOsnb4dz1f/w+ybbKYq28FgZF7dXvf7rAhJ+J67Pc8nfEIF5E0H/xa3mzB8bd2suZ07dqrIvQMyFjj0h9xqz3H87VfosjLo7U+TrTKwZGZdCnAjiLyez3qY4ODj+AbRBtsNdcVO7b5HfU= Received: by 10.48.199.10 with SMTP id w10mr1340983nff.1164137689478; Tue, 21 Nov 2006 11:34:49 -0800 (PST) Received: by 10.49.14.2 with HTTP; Tue, 21 Nov 2006 11:34:49 -0800 (PST) Message-ID: Date: Tue, 21 Nov 2006 17:34:49 -0200 From: "=?ISO-8859-1?Q?Murilo_Opsfelder_Ara=FAjo?=" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problem with mouse detection on FreeBSD 6.2 RC1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2006 19:35:16 -0000 Hi people, had anyone problems with mouse detection on FreeBSD 6.1 RC1? I've bough a new optical mouse and try to use it on FreeBSD, but didn't work. By the `moused -i all -p /dev/psm0 -t auto` I get these information about my new optical mouse: /dev/psm0 ps/2 sysmouse IntelliMouse Explorer With the old optical mouse plugged I get these information: /dev/psm0 ps/2 sysmouse IntelliMouse Note that the 'Explorer' is not present in the old mouse and works perfectly. Has anyone idea about that? Regards.