Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 09:42:54 +0200
From:      Siegbert Baude <siegbert.baude@gmx.de>
To:        Cristiano Deana <deana@bmm.it>, "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:  <200107170742.JAA21934@mail.rz.uni-ulm.de>
In-Reply-To: <3B53E786.5050808@bmm.it>
References:  <3B538F90.BE7A8888@vt.edu> <3B53E786.5050808@bmm.it>

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

> > Has anyone got their USB mouse working on their FreeBSD system?
>
> ums0: Microsoft Microsoft Wheel Mouse OpticalŪ, rev 1.10/1.21, addr
> 2, iclass 3/1
> ums0: 3 buttons and Z dir.
>
> in my rc.conf:
>
> allscreens_flags="-m on"
> usbd_enable="YES"
>
> Please note the "allscreens_flags" in rc.conf.

This is not necessary, look at rc.syscons:

case ${moused_enable} in
[Yy][Ee][Ss])
        echo -n ' moused'
        moused ${moused_flags} -p ${moused_port} -t ${moused_type}
        vidcontrol < ${viddev} -m on
        ;;
esac



This will do the work for you automagically.

Ciao
Siegbert

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?200107170742.JAA21934>