usbmuxd icon indicating copy to clipboard operation
usbmuxd copied to clipboard

only one device discovers on Arch Linux

Open ankitrwt opened this issue 7 years ago • 0 comments

Hello guys, i tried to restore 2 iphones on arch linux but usbmuxd detects only one device which is plugged in first, and rest of the devices are ignored .. idevice_id -l also list single device which is connected first.

i tried to figure out it might be some signaling issue but its not.. actually, here at line no 204 ppoll doesn't return -1 second time so maybe thats why it fails cnt = ppoll(pollfds.fds, pollfds.count, &tspec, &empty_sigset); usbmuxd_log(LL_FLOOD, "poll() returned %d", cnt); if(cnt == -1) { }

are those libraries tested on arch linux ?? any help appreciated Thanks

ankitrwt avatar May 16 '17 11:05 ankitrwt