Date: Tue, 12 Nov 2002 10:07:47 +0300 (MSK) From: Alexey Tchouprinine <atchou@securities.com.ru> To: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net> Cc: freebsd-questions@freebsd.org Subject: Re: Can I use my USB mice in text mode? Message-ID: <Pine.LNX.4.44.0211121002400.2154-100000@birzha.securities.com.ru> In-Reply-To: <20021111185813.V321-100000@atlas.home>
next in thread | previous in thread | raw e-mail | index | archive | help
usbd is running. The problem in kernel: from dmesg: uhci0: <VIA 83C572 USB controller> port 0xd000-0xd01f irq 10 at device 7.2 on pci0 usb0: <VIA 83C572 USB controller> 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: <VIA 83C572 USB controller> port 0xd400-0xd41f irq 10 at device 7.3 on pci0 usb1: <VIA 83C572 USB controller> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0211121002400.2154-100000>