连接后会持续显示断开连接,再连接,再断开...
已做如下排除: 1、更换了连接线,包括手机附送的连接线,相同的线在 USB 插座 和 同事 windows 电脑上均可以正常充电。 2、尝试更换了其他 iphone 手机,均无法充电。
基本确认问题是处在笔记本这边,发现充电时如果退出 usbd 这个进程,现象会暂时消失。但这个进程会在过一段时间后自动再此出现,导致再次出现无法充电。
1
tommyZZM 2020-01-19 16:08:00 +08:00
在贴吧找到的解决方法。但不知道原因。
同样地问题。。。 |
2
tommyZZM 2020-01-19 16:10:27 +08:00
|
3
cocoking OP Running this in terminal worked for me: (it will ask for your user's password)
sudo killall -STOP -c usbd This pauses the troublesome process instead of killing it altogether like other answers suggest. The difference is that macOS won't try to reopen it automatically and cause the issue again. Running sudo killall -CONT usbd will resume the process, should anything require it. @tommyZZM 是的暂停 usbd 进程,就可以了。 真是个棘手的问题,之前天才吧的庸才们要我换笔记本电源主板... |
4
cocoking OP 一定要使用命令暂停 USBD 的进程,只是退出进程的话可能会反复出现该进程。
|
5
cocoking OP 折磨了近两年的问题,Finally Solved.
|