From owner-freebsd-questions Sun Aug 12 1:12: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id A7C0B37B401 for ; Sun, 12 Aug 2001 01:11:55 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id AA49A291016E; Sun, 12 Aug 2001 01:11:53 -0700 Message-ID: <3B763A49.BA100DB7@urx.com> Date: Sun, 12 Aug 2001 01:11:53 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Lasse Kaislaniemi Cc: freebsd-questions@FreeBSD.org Subject: Re: USB mouse not working under 4.3-REL References: 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 Lasse Kaislaniemi wrote: > > 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 My usb mouse works and what I have for a kernel config is # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet I have moused_enable turned off in /etc/rc.conf and usb_enable="YES". Kent > > 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 -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message