From owner-cvs-all@FreeBSD.ORG Mon Dec 13 19:43:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98A816A4CE; Mon, 13 Dec 2004 19:43:42 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4172543D53; Mon, 13 Dec 2004 19:43:42 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.0.35.106] (ob.icann.org[192.0.35.106]) by comcast.net (sccrmhc11) with ESMTP id <2004121319434001100e2naie>; Mon, 13 Dec 2004 19:43:41 +0000 Message-ID: <41BDF0E8.60707@DougBarton.net> Date: Mon, 13 Dec 2004 11:43:36 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200412130220.iBD2KmSE099666@repoman.freebsd.org> <41BDE62F.90800@DougBarton.net> <41BDEB7A.9020900@elischer.org> In-Reply-To: <41BDEB7A.9020900@elischer.org> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:43:43 -0000 Julian Elischer wrote: > >> Apparently the recent changes to mouse stuff have broken my Dell docking >> station. I get this on boot: >> >> Starting ums0 moused:moused: unable to open /dev/ums0: No such file or >> directory >> >> . >> Starting ums1 moused:usb3: *** WARNING: opening low/full speed device, >> this >> does not work yet. >> >> moused: unable to open /dev/ums1: Input/output error >> >> Plugging the same mouse directly into the machine works fine. >> > > which mose do yuo use? > ums1 or ums0? It used to be ums0 only. I only have one USB mouse plugged in at any one time (although depending on location it can be different mice). Interestingly, when I unplugged it from the docking station and plugged it into the laptop, I got this: ums1: at uhub5 port 1 (addr 3) disconnected ums1: detached ums0: Logitech Trackball, rev 1.10/2.20, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. The last two entries are pretty normal, but apparently it was seen as ums1 on boot anyway. > looks like the inteface is ehci? Oh bugger. I was messing with my kernel config file yesterday adding wlan stuff, and consolidating a few old config files I had laying around, and "somehow" this must have gotten uncommented. Sorry about the noise, this docking station has never worked with ehci enabled. I will try nuking that and building a new kernel. Actually that reminds me ... if anyone is interested in working on USB2/ehci stuff, I have an interesting collection of USB 1 and 2 devices, including a USB 2 device that works, and a couple that don't (including this docking station). I'd be happy to test some patches and/or give more detail if someone is interested. > what does usbdevs say? For completeness sake: addr 1: UHCI root hub, Intel addr 2: BC02 Bluetooth USB Adapter, Dell addr 1: UHCI root hub, Intel addr 2: Trackball, Logitech addr 1: UHCI root hub, Intel addr 1: EHCI root hub, Intel addr 2: Port Replicator, Dell I'll go try a non-ehci kernel just to be sure, but I'm 99% sure that will solve the problem. Once again, sorry for the noise/time wasting. Doug -- If you're never wrong, you're not trying hard enough