Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 19:04:02 -0800 (PST)
From:      =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net>
To:        Alexey Tchouprinine <atchou@securities.com.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Can I use my USB mice in text mode?
Message-ID:  <20021111185813.V321-100000@atlas.home>
In-Reply-To: <Pine.LNX.4.44.0211111638550.5047-100000@birzha.securities.com.ru>

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

On Mon, 11 Nov 2002, Alexey Tchouprinine wrote:

> Hello
>
> I'm trying to configure 4.7-release.
> I have IntelliMouse Explorer 1.0A. I've read FAQ 4.15.
> I've tried to execute
> moused -p /dev/ums0 -t auto
> Result:
> moused: unable to open /dev/ums0: Device not configured

Is usbd running?  If not, start it.  If is detects a mouse, it should
fire up a moused to handle it.  See /etc/usbd.conf.

> I use as GENERIC so my own kernel. My kernel config file:

[...]

> ----------------------
> device		uhci		# UHCI PCI->USB interface
> device		usb		# USB Bus (required)
> device		uhid		# "Human Interface Devices"
> device		ums		# Mouse
> device		pcm
> device		sbc

Ok, looks like yuo have everything that is required.  Otherwise "usb"
and "ums" could be loaded dynamically via /boot/loader.conf.  Or by
hand (for testing) with "kldload ums".

Does "dmesg | grep ums" show anything at all?

  $.02,
  /Mikko


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




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