From owner-freebsd-questions Sun Aug 12 0: 0:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mutteri.org (cs168232.pp.htv.fi [213.243.168.232]) by hub.freebsd.org (Postfix) with ESMTP id 4181437B403 for ; Sun, 12 Aug 2001 00:00:30 -0700 (PDT) (envelope-from lasse@mutteri.org) Received: from ns1 (ns1 [213.243.168.232]) by mail.mutteri.org (Postfix) with ESMTP id 706A248D1F for ; Sun, 12 Aug 2001 10:00:28 +0300 (EEST) Date: Sun, 12 Aug 2001 10:00:27 +0300 (EEST) From: Lasse Kaislaniemi To: Subject: USB mouse not working under 4.3-REL Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Hi, I'd like to get my USB mouse to work in my FreeBSD box. There is a support for USB mice in the GENERAL kernel, however that didn't work so I compiled a customized kernel with lines pseudo-device ether device uhci #device ohci # I've tried with this one enabled too device usb device ums options UHCI_DEBUG options USB_DEBUG options UMS_DEBUG in it, and any other USB related stuff commented out. But after compiling the kernel I still keep on getting this stuff in dmesg: ... pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xe000-0xe00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xe400-0xe41f irq 12 at device 7.2 on pci0 uhci_run: setting run=0 uhci_run: done cmd=0x0 sts=0x20 uhci_run: setting run=1 uhci_run: done cmd=0x81 sts=0x0 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 uhci_waitintr: timeout uhci_idone: error, addr=2, endpt=0x00, status 0x500000 uhci_waitintr: timeout usbd_transfer_cb: short transfer 0<1 uhci_waitintr: timeout usbd_transfer_cb: short transfer 0<1 ums0: Logitech, Inc. product 0xc030, rev 1.00/1.01, addr 2, iclass 3/1 uhci_waitintr: timeout usbd_transfer_cb: short transfer 0<74 device_probe_and_attach: ums0 attach returned 6 uhci_waitintr: timeout usbd_transfer_cb: short transfer 0<1 uhci_waitintr: timeout usbd_transfer_cb: short transfer 0<1 chip1: at device 7.3 on pci0 ... Now, '# moused -p /dev/ums0 -t auto' says 'Device not confgured'. MAKEDEVing doesn't help. If I deattach the mouse from the USB port before booting, I won't get those error messages at boot time, but still I get the errors when attaching the mouse to the USB port after boot process. Can anyone help or should I just go and buy a good old serial mouse?-) Thanks in advance, -- Lasse Kaislaniemi / lasse@mutteri.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message