From: Michael Zapf <Michael.Zapf@uni-kassel.de>
To: linux-kernel@vger.kernel.org
Subject: Fixed the prob (was: Re: Problems with USB on x86_64)
Date: Fri, 10 Jun 2005 11:09:03 +0200 [thread overview]
Message-ID: <42A958AF.5010507@uni-kassel.de> (raw)
In-Reply-To: <42A6AAFF.2020605@uni-kassel.de>
Michael Zapf schrieb:
> I have some trouble using a memory stick of LG in my Athlon64 system.
> When I plug it in, dmesg gives messages like this:
>
> ehci_hcd 0000:00:02.2: port 6 reset error -110
> hub 1-0:1.0: hub_port_status failed (err = -32)
> ehci_hcd 0000:00:02.2: port 6 reset error -110
> hub 1-0:1.0: hub_port_status failed (err = -32)
> hub 1-0:1.0: Cannot enable port 6. Maybe the USB cable is bad?
just minutes before starting to pack my barebone to send it to service,
it seems that I solved the issue with the USB stick by patching the
ehci-hub.c file.
Actually, the messages in the log file
ehci_hcd 0000:00:02.2: port 6 reset error -110
showed that I had a timeout problem (110=ETIMEOUT). I found a call to a
function "handshake" in ehci-hub.c which set the timeout to 500µs.
Increasing this timeout to 600µs allows the onboard hub to complete the
reset. The stick is correctly mounted afterwards. (I tried 550, but this
was still not enough.)
Any chance to have this included in future patches and versions? I guess
there could be other people around with such a problem. The increase of
the timeout should not hurt too much, should it?
Michael
prev parent reply other threads:[~2005-06-10 9:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-08 8:23 Problems with USB on x86_64 Michael Zapf
2005-06-10 9:09 ` Michael Zapf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42A958AF.5010507@uni-kassel.de \
--to=michael.zapf@uni-kassel.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox