Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 13281  / 3 Years ago, mon, september 13, 2021, 1:31:55

I am having a problem with my USB ports. It shows over-current conditions on ports 7 and 8. I have heard that this is caused by a damaged USB port, and since it is detecting it on two ports it seems that I have two that are broken. I do indeed have two that do not work, so that is not the issue.


What I would like to do is disable whatever program is running over-current condition checks. tty's are unusable at this point. Every few second a new over-current condition occurs.


Here is the output of dmesg: http://pastebin.com/CuFKRGue


Is there an easy way to disable these checks or damage the ports to a point where it will no longer check? Fixing them is not important or an option.


More From » usb

 Answers
7

Add the following kernel option and see if it helps -- it tells the USB driver to ignore overcurrent (OC) alerts. This is only for USB 2.0 ports -- it will not work for USB 3.0, or USB 1.0 (unlikely if your computer was made after 2001 or so).



ehci_hcd.ignore_OC=1



Edit GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub to include this option and run sudo update-grub



Reboot and see; if it doesn't work, please pastebin full dmesg.


[#37804] Tuesday, September 14, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
brasiplacar

Total Points: 314
Total Questions: 124
Total Answers: 97

Location: Dominican Republic
Member since Wed, Mar 17, 2021
3 Years ago
brasiplacar questions
Sat, Sep 4, 21, 13:11, 3 Years ago
Tue, Jan 10, 23, 06:22, 1 Year ago
Wed, Oct 13, 21, 15:19, 3 Years ago
Wed, May 4, 22, 00:06, 2 Years ago
Thu, Jan 5, 23, 15:40, 1 Year ago
;