Dave Jones wrote:
> I have a box that's having its dmesg flooded with..
>
> hub 1-0:1.0: over-current change on port 1
> hub 1-0:1.0: over-current change on port 2
> hub 1-0:1.0: over-current change on port 1
> hub 1-0:1.0: over-current change on port 2
...
> over and over again..
> The thing is, this box doesn't even have any USB devices connected to it,
> so there's absolutely nothing I can do to remedy this.
Since you're not using the UHCI controller on that computer, you could
simply rmmod uhci-hcd (or modify /etc/modprobe.conf to prevent it from
being loaded in the first place). That would stop the constant interrupts
and the syslog spamming.