Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2007 21:18:28 -0600
From:      Bruce Burden <brucegb@realtime.net>
To:        freebsd-amd64@freebsd.org
Subject:   Re: FreeBSD-amd64-Release 6.2 config a USB Mouse
Message-ID:  <20070228031828.GG30309@tigerfish2.my.domain>
In-Reply-To: <7619cc20702270756j344f9632we576d07482e66ecb@mail.gmail.com>
References:  <7619cc20702270756j344f9632we576d07482e66ecb@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 27, 2007 at 03:56:58PM +0000, SEan Strand wrote:
> FreeBSD-amd64-Release 6.2 How do I configure a USB Mouse?
> 
> Have read lots; have toyed with:
> cd /dev
> ./MAKEDEV mse  - command not found
> 
	MAKEDEV was last used in the 4.x days, I believe. You
   will need:

device	usb
device	ums

   in the kernel, which should be there, unless you have done
   something to specifically remove them.

	Now, to use them with X, that is a bit more work, and
   somewhat dependent on what you have. Fortunately, some googling
   with usb mouse and X should get you the info you need.

							Bruce
-- 
------------------------------------------------------------------------
  "I like bad!"                         Bruce Burden    Austin, TX.
        - Thuganlitha
        The Power and the Prophet
        Robert Don Hughes




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