Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 21:16:34 -0400
From:      Chris Faulhaber <jedgar@fxp.org>
To:        "Sung N. Cho" <sucho2@vt.edu>
Cc:        stable@freebsd.org
Subject:   Re: Has anyone got their USB mouse working on FreeBSD 4.x?
Message-ID:  <20010716211634.A57310@peitho.fxp.org>
In-Reply-To: <3B538F90.BE7A8888@vt.edu>; from sucho2@vt.edu on Mon, Jul 16, 2001 at 09:06:24PM -0400
References:  <3B538F90.BE7A8888@vt.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jul 16, 2001 at 09:06:24PM -0400, Sung N. Cho wrote:
> Has anyone got their USB mouse working on their FreeBSD system?  I
> bought new "Kensington Mouse In a Box" optical USB mouse and it doesn't
> seem to work on FreeBSD.  It works flawlessly under Linux and Windows
> but not on FreeBSD.  If you are using your FreeBSD system, how are you
> configuring it?  The default configuration doesn't seem to work.  System
> detects the mouse "Kensington MIAB mouse" but I'm not seeing any mouse
> cursor on console nor do I get any response when I try to use it under
> X.  Only PS/2 mouse is working at the moment.
>=20

Works great here:

ums0: Kensington USB Input Device, rev 1.10/1.11, addr 2, iclass 3/1
ums0: 5 buttons and Z dir.

all that was required was to have usbd_enable=3D"YES" in /etc/rc.conf,
moused is started automatically from usbd.  For X:

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "auto"
	Option      "Device" "/dev/sysmouse"
	Option      "Buttons" "3"
	Option      "ZAxisMapping" "4 5"
EndSection

and the wheel can be used via ports/x11/imwheel.

--=20
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org

--PEIAKu/WMn1b1Hv9
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: FreeBSD: The Power To Serve

iEYEARECAAYFAjtTkfEACgkQObaG4P6BelCzjwCgjdsMAZMlqtLwhjfVdozgD6vN
pJEAnAvegLXfqClbyEBJEeubyc9phC6P
=EGZk
-----END PGP SIGNATURE-----

--PEIAKu/WMn1b1Hv9--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010716211634.A57310>