From owner-freebsd-questions Mon Nov 11 23: 7:57 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 7BE2C37B401 for ; Mon, 11 Nov 2002 23:07:55 -0800 (PST) Received: from birzha.securities.com.ru (birzha.securities.ru [195.16.38.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB13443E42 for ; Mon, 11 Nov 2002 23:07:53 -0800 (PST) (envelope-from atchou@securities.com.ru) Received: from birzha.securities.ru (birzha.securities.ru [195.16.38.3]) by birzha.securities.com.ru (8.11.6/8.11.6) with ESMTP id gAC77lo03033; Tue, 12 Nov 2002 10:07:47 +0300 Date: Tue, 12 Nov 2002 10:07:47 +0300 (MSK) From: Alexey Tchouprinine To: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Cc: freebsd-questions@freebsd.org Subject: Re: Can I use my USB mice in text mode? In-Reply-To: <20021111185813.V321-100000@atlas.home> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT 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 usbd is running. The problem in kernel: from dmesg: uhci0: port 0xd000-0xd01f irq 10 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered Rather big delay here. uhub0: device problem, disabling port 2 uhci1: port 0xd400-0xd41f irq 10 at device 7.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered In M$ windows and linux (SuSE, RedHat) I have no problem. :( On Mon, 11 Nov 2002, [ISO-8859-1] Mikko Työläjärvi wrote: > 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 > -- Alexey Chuprinin System administrator Internet Securities, Inc., Moscow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message