Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2004 22:31:30 +0000
From:      Mark Ovens <marko@freebsd.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: USB mouse support
Message-ID:  <200411282231.30591.marko@freebsd.org>
In-Reply-To: <41AA4F94.1010600@fastmail.fm>
References:  <41A8E362.1070309@fastmail.fm> <200411281927.10285.marko@freebsd.org> <41AA4F94.1010600@fastmail.fm>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun November 28 2004 22:22, Trey Sizemore wrote:
> Mark Ovens wrote:
> >On Sun November 28 2004 18:28, Trey Sizemore wrote:
> >>Hmmm...not sure why mine's not working then.  Is your mouse the wireless
> >>version?  Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light
> >>purple color ).
> >
> >Yes, same as mine.
> >
> >You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you
> > connected it to the PS/2 port, didn't you?
>
> Actually, the only entries I have in /etc/rc.conf are:
> ifconfig_vr0="DHCP"
> linux_enable="YES"
> usbd_enable="YES"
>
> What does this line look like?

Here's what I have:

moused_enable="yes"     # Run the mouse daemon.
moused_type="auto"      # See man page for rc.conf(5) for available settings.
moused_port="/dev/ums0" # Set to your mouse port.
moused_flags=""         # Any additional flags to moused.

Regards,

Mark



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