Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 09:25:50 -0700 (MST)
From:      Keith Davey <kdavey@gus33.homeip.net>
To:        freebsd-newbies@FreeBSD.ORG
Subject:   USB Mouse Set (HOWTO)
Message-ID:  <Pine.LNX.4.21.0010300924560.12677-100000@gus33.homeip.net>

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

Good day all,

When I run into a problem, and manage to work it out eather of my own 
accord, or as a result of the excelent help garnered from this and other 
groups I like to recount it for the benifit of others who are perhapes 
having this problem or may encounter it in the future.

I recently purchaced and installed an MS Intelimouse (Optical) on my 
FreeBSD 4.1.1 system.  Having the option I elected to install it as a 
USB device insed of using the PS/2 adaptor.  On boot I noted a new 
device in the dmesg of /dev/ums0 <MS Intelimouse>

I loged in as root and went into /stand/sysinstall to configure the new 
mouse to moused.  Unfortunatly I was supprised and disapointed to find 
that the list of configurable options was limited to PS/2 COMM and Bus 
mice.  There was no option for "Other" or user definable. (Hello install 
team this might be a good improvment to make for 4.3 RELEASE).  I 
abandoned this effort and went into XFree86 setup to try to configure 
the mouse there (as X was the only place I would probably us it 
anyways).  Had to work with Keyboard shortcuts to try to configure the 
mouse.  Fortunatly Xfree86 Setup did have an ability to set up an 
optional port.  I entered /dev/ums0 and hit ACCEPT.  The pointer came to 
life.  Unfortunatly non of the 5 available buttons were functional 
(Bummer deal!)

I attempted every protocal available to me from the mouse setup screen, 
and every configuration of buttons but to no avail the buttons were 
dead.  I pluged the mouse into a Winblows box I have laying around and 
it worked great.  O well buttons work.....

I went to the freeBSD community next.  (How do I get this to work!)  Got 
ansers back from "It dont work and never will" to "Just use the ps/2 
adapter you fool" to "Try these options in your rc.conf file and try 
again"

I liked that last anser so here is the solution for all you needing to 
know:

Add the following lines to your rc.conf file:

moused_enable="YES"
moused_port="/dev/ums0"  (or what ever you get in your dmesg)
mouned_type="auto"       (this is typicaly default and does not need to              
                          be set)

Reboot the box and your new mouse should be enabled in console mode.  
Now go into Xfree86 Setup and point the mouse to /dev/sysmouse.  
StartX and mouse away.

Thanks to all thoughs that provided assistance with this problem.

Keith Davey
Tivoli Systems




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0010300924560.12677-100000>