From owner-freebsd-stable Wed Aug 16 20:47:43 2000 Delivered-To: freebsd-stable@freebsd.org Received: from eddings.acpub.duke.edu (eddings.acpub.duke.edu [152.3.233.76]) by hub.freebsd.org (Postfix) with ESMTP id 01BFA37B526 for ; Wed, 16 Aug 2000 20:47:39 -0700 (PDT) (envelope-from sto@stat.Duke.EDU) Received: from bobzilla.adsl.duke.edu (bobzilla.adsl.duke.edu [152.16.67.15]) by eddings.acpub.duke.edu (8.9.3/8.9.3/Duke-5.0.0) with ESMTP id XAA26095; Wed, 16 Aug 2000 23:47:35 -0400 (EDT) Received: (from sto@localhost) by bobzilla.adsl.duke.edu (8.9.3/8.9.3) id XAA57329 for freebsd-stable@FreeBSD.ORG; Wed, 16 Aug 2000 23:47:30 -0400 (EDT) (envelope-from sto) Date: Wed, 16 Aug 2000 23:47:30 -0400 From: "Sean O'Connell" To: freebsd-stable@FreeBSD.ORG Subject: Re: usb question Message-ID: <20000816234730.C57235@stat.Duke.EDU> Reply-To: "Sean O'Connell" References: <20000816162259.A24903@judea.rss.riteaid.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000816162259.A24903@judea.rss.riteaid.com>; from j_dot_kasper@usa.net on Wed, Aug 16, 2000 at 04:22:59PM -0500 X-Organization: House of Schmutzli X-Kitties: Bitty Maya CJ Keisha Jacob Hopey X-Hound: Bob X-OS-of-Choice: FreeBSD Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jason Kasper stated: : Hi there. I have just recently started trying to use the USB device on : my laptop and recompiled my kernel with the following pertinent options : for USB itself.... : : device ohci # OHCI PCI->USB interface : device usb # USB Bus (required) : device ugen # Generic : device umass # Disks/Mass storage - Requires scbus and da : : and the following options for SCSI (I'm using a USB zip drive).... : : device scbus # SCSI bus (required) : device da # Direct Access (disks) : : Now, I recompiled, installed, etc., and rebooted. Voila, I was able to : use my USB zip drive (which is incredibly fast, btw), and all was good. : I have two questions. First, when I had the Zip drive connected, I : tried to start X and had two problems. First, my mouse simply would not : work, and secondly, the whole system was much slower than it normally : is. I didn't notice this until I started X. I realize that most : probably, this is an IRQ conflict between the zip drive and my laptop : mouse (?) but I've not investigated further. : : My second problem is that since I put the USB options in my new kernel : (and use it without actually having any USB devices attached), I get the : following message from the kernel all day.... : : usb0: scheduling overrun : usb0: scheduling overrun : usb0: scheduling overrun : usb0: scheduling overrun : Aug 16 13:05:58 judea last message repeated 12392 times : : It doesn't seem like it's hurting anything, but I'm just curious-- : : a) what does this mean, and : b) what can I do to fix it? : : Also, anybody experience any oddities when using a USB device and : then trying to use a PS/2 mouse? Jason- I have done this fine with an Iomega USB Zip 250. It might help if you posted some relevant (or all) dmesg output during boot. You are probably experiencing an IRQ conflict somewhere... hard to tell where exactly. You also fail to mention what kind of laptop you have ... there are some issues with certain makes and models (some HP Omni- books come to mind). See FreeBSD USB homepage at http://www.etla.net/~n_hibma/usb/usb.pl You also fail to mention if you are using XFree86-3.3.6 or XFree86-4.0.1 or what not... there are some issues viz mouse support under 4.0.1 that maybe coincidental. ps/2 mouse uses irq 12: you may want to see if the usb controller or a pccard is attempting to usurp this irq... You may want to search (or ask on) the usb-bsd email list at egroups http://www.egroups.com/group/usb-bsd/ S -- 1--------01---------01--------01--------01--------01--------01--------0 Sean O'Connell sean@stat.Duke.EDU To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message