Subject: Re: How to use a USB mouse?
To: Joel Chen <jchen@nc.com>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: current-users
Date: 02/26/1999 19:26:40
Joel Chen <jchen@nc.com> writes:
> I got a 1.3.3 system but I compiled a current version with the USB
> support.
> The driver recognize my mouse, but I can't find the device in /dev.
> What am
> I missing?

	You need to get the /dev/MAKEDEV script from -current (either
as /dev/MAKEDEV from a snapshot, or src/etc/etc.<arch>/MAKEDEV from
source) and run "MAKEDEV wsmouse0". You might just want to do "MAKEDEV
all", since a few other devices have been added since the 1.3 branch.

	- Nathan