Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 08:53:03 +0300
From:      Odhiambo Washington <wash@wananchi.com>
To:        ak03@gte.com
Cc:        "Cagle, John (ISS-Houston)" <john.cagle@hp.com>, freebsd-current@FreeBSD.ORG
Subject:   Re: 5.0 RC3 usb errors
Message-ID:  <20030115055303.GB90252@ns2.wananchi.com>
In-Reply-To: <20030114214303.453ab33c.kabaev@bellatlantic.net>
References:  <C50AB9511EE59B49B2A503CB7AE1ABD10440E388@cceexc19.americas.cpqcorp.net> <20030114214303.453ab33c.kabaev@bellatlantic.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Alexander Kabaev <kabaev@bellatlantic.net> [20030115 08:27]: wrote:
> What USB devices are connected to these ports?
> On Tue, 14 Jan 2003 20:34:49 -0600
> "Cagle, John (ISS-Houston)" <john.cagle@hp.com> wrote:
> 
> > I've installed 5.0 RC3 on an HP ProLiant DL380 G3 (which has USB
> > ports), and I'm constantly getting these error messages on the
> > console:
> > 
> >  uhub0: port error, giving up port 2
> >  uhub0: port error, restarting port 2
> >
> 
> What USB devices are connected to these ports?

Allow me to give my input to this thread.


I also had these "messages" (yes, they are not errors) when I had the WITNESS
and debug options enabled in the kernel. I did not have any USB devices
connected to the ports. Once I recompiled the kernel without those options
the messages are gone.

So just do this:

# Debugging for use in -current
#options        DDB                     #Enable the kernel debugger
#options        INVARIANTS              #Enable calls of extra sanity checking
#options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
#options        WITNESS                 #Enable checks to detect deadlocks and cycles
#options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for spee


..then recompile ...

maybe you don't want to do it, then connect some usb devices to those ports ;)


-Wash

-- 
Odhiambo Washington   <wash@wananchi.com>  "The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com      Windows 95, NT, or better,'
Tel: +254 2 313985-9  +254 2 313922         so I installed FreeBSD."   
GSM: +254 72 743223   +254 733 744121       This sig is McQ!  :-)


"...and the fully armed nuclear warheads, are, of course, merely a
courtesy detail."

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030115055303.GB90252>