danielpaulus / quicktime_video_hack

Record iOS device audio and video
MIT License
520 stars 110 forks source link

Returns LIBUSB_ERROR_BUSY when setting the configuration. #155

Closed Mrf2233 closed 1 month ago

Mrf2233 commented 2 months ago

I tried to try to rewrite this project in ubuntu,but when switching device configurations it returned LIBUSB_ERROR_BUSY error, then I realized that the system comes with usbmuxd which takes over the device when it's plugged in, and at that point the configurations are occupied. Then I tried to disable usbmuxd completely (deleted /lib/udev/rules.d/39-usbmuxd.rules) and then continued to switch configurations still with the LIBUSB_ERROR_BUSY problem, do you have any solution?

Mrf2233 commented 1 month ago

Actually ubuntu comes with usbmux and ios image view that hogs the config, so I uninstalled both and that solved it!