Showing posts with label mac. Show all posts
Showing posts with label mac. Show all posts

Thursday, August 10, 2023

iPhone USB接続問題の解決:繰り返しの接続と切断を修正する

iPhoneをMacに接続する際に、接続が繰り返し確立されたり切断されたりする問題が発生しました。新しいケーブルに交換しても、同じ問題が続いていました。iPhone 6や2015年型のMacがいずれも比較的古いことを考慮して、どちらのデバイスに問題があるか判断するのは難しかったです。 関連情報をインターネットで検索してみると、多くのユーザーが同様の問題を抱えていることがわかりました。SMCをリセットするなどのさまざまな解決策が試みられましたが、結局いずれも問題は解決しませんでした。 しかし、共通の解決策を見つけた後、予想よりも簡単な方法で解決できました。一時的にUSBを切断した後、ターミナルで以下のコマンドを実行することで問題が解決しました。
sudo killall -STOP usbd
このコマンドはおそらく一時的にUSBサービスを停止させるものです。ただし、システムが自動的にサービスを再起動するようで、再起動のような効果を得ることができました。この方法を使って、iPhoneとMacの接続問題が解決し、スムーズに使えるようになりました。

iPhone USB Connection Issue on Mac: How to Fix Repeated Connect and Disconnect Problem

When connecting an iPhone to a Mac, the connection kept getting established and disconnected repeatedly. Despite replacing the cable with a new one, the same issue persisted. Considering that both the iPhone 6 and the 2015-model Mac were relatively outdated, it was difficult to determine which device had the problem. Upon searching the internet for related information, many users were found to be experiencing similar issues. Various solutions like resetting the SMC were attempted, but ultimately none of them resolved the issue. However, after finding a commonly agreed-upon solution, it turned out to be simpler than expected. After temporarily disconnecting the USB, running the following command in the terminal resolved the issue:
sudo killall -STOP usbd
This command likely temporarily stops the USB service. However, since it seems that the system automatically restarts the service, it was possible to achieve a reboot-like effect. By using this method, the connection problem between the iPhone and Mac was resolved, allowing for smooth usage.