You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to backup all the data from my Partner's old iPod Touch. All of the libimobiledevice commands return a message saying No Device Found.
The device shows up on lsusb
Bus 001 Device 006: ID 05ac:129e Apple, Inc. iPod Touch 4.Gen
Running usbmuxd -f gives the following output.
[15:49:50.234][3] usbmuxd v1.1.1 starting up
[15:49:50.235][3] Using libusb 1.0.25
[15:49:50.241][3] Initialization complete
[15:49:50.249][3] Connecting to new device on location 0x10006 as ID 1
[15:49:50.250][3] Connected to v2.0 device 1 on location 0x10006 with serial number 608da3e8a75e39c5cd99953626f8c6bf2e36eca6
[15:49:50.367][1] preflight_worker_handle_device_add: The stored pair record for device 608da3e8a75e39c5cd99953626f8c6bf2e36eca6 is invalid. Removing.
[15:49:51.061][1] preflight_worker_handle_device_add: ERROR StartSession failed on device 608da3e8a75e39c5cd99953626f8c6bf2e36eca6, lockdown error -5
I'm running Fedora 36 and using the latest builds of everything from the repositories. I seem to remember seeing another bug report that suggested it could be an issue with openssl, but was wondering whether there war any other steps I could try and take?
Running openssl ciphers -s SSLv3 returns the following output:
I don't need to regularly mount this to interact with it, just getting it to work once and take a complete backup of all the data is more than sufficient.
The text was updated successfully, but these errors were encountered:
remove libimobiledevice and usbmuxd and all related packages distributed by your system, compile all from sources and install, it should work.
if you leave any distribution provided packages installed, it might cause issues.
also fedora use cryptographic policies, that are enforced at library level, you will need to run
update-crypto-policies --set LEGACY
to actually enable support for older level SSL and TLS communication. current default policy doesn't allow setting up SSL channel bellow TLS 1.1, and should be soon upgraded to TLS 1.2. it breaks SSL communication for all old devices, that don't support new TLS standardards, not just old ios devices.
I'm trying to backup all the data from my Partner's old iPod Touch. All of the libimobiledevice commands return a message saying
No Device Found
.The device shows up on
lsusb
Running
usbmuxd -f
gives the following output.I'm running Fedora 36 and using the latest builds of everything from the repositories. I seem to remember seeing another bug report that suggested it could be an issue with openssl, but was wondering whether there war any other steps I could try and take?
Running
openssl ciphers -s SSLv3
returns the following output:I don't need to regularly mount this to interact with it, just getting it to work once and take a complete backup of all the data is more than sufficient.
The text was updated successfully, but these errors were encountered: