From owner-freebsd-questions Mon Nov 11 19: 4: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7780B37B401 for ; Mon, 11 Nov 2002 19:04:04 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA3B43E3B for ; Mon, 11 Nov 2002 19:04:04 -0800 (PST) (envelope-from mbsd@pacbell.net) Received: from atlas ([64.168.24.85]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H5G00D6M0IRIB@mta7.pltn13.pbi.net> for freebsd-questions@freebsd.org; Mon, 11 Nov 2002 19:04:03 -0800 (PST) Date: Mon, 11 Nov 2002 19:04:02 -0800 (PST) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Subject: Re: Can I use my USB mice in text mode? In-reply-to: X-X-Sender: mikko@atlas.home To: Alexey Tchouprinine Cc: freebsd-questions@freebsd.org Message-id: <20021111185813.V321-100000@atlas.home> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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