Eu encontrei este tópico da lista de discussão do lkml.org (Linux Kernel Mailing List):
Subject Re: Weird USB over-current messages in recent kernels...
Hello.
Alan Stern wrote:
Seen during boot the last few days on my laptop:
running 3.0.0-rc4-mmotm0622:
Jul 2 13:08:37 turing-police kernel: [ 2.788108] hub 2-0:1.0: over-current condition on port 1
... ...
That message was added recently, which may explain why you haven't seen
it before.
Não havia uma mensagem dev_err () semelhante antes desse patch que adicionou este
mensagem (a mensagem anterior foi impressa em qualquer alteração de sinal de sobrecorrente)?
For more debugging, please collect a usbmon log for bus 2 or bus 6 (see
Documentation/usb/usbmon.txt). In fact, you might try doing this for
an earlier kernel as well.
It may be that your host controllers claim that an over-current
condition exists when it really doesn't, or it may be that those ports
are wired incorrectly and really do have an over-current condition.
Se for o driver EHCI, há uma opção de módulo para suprimir a sobrecorrente
verificação, chamado 'ignore_oc'. Deve ajudar com a falsa sinalização de sobrecorrente ...
Portanto, se você determinar que a mensagem é benigna, poderá desativá-la usando a opção ignore_oc
.