From 600f287489758490b16ab66b0047d39f453b95ea Mon Sep 17 00:00:00 2001 From: vyvir <135277623+vyvir@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:04:34 +0200 Subject: [PATCH] Add FAQ section for Fedora 41 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ac6f0b4..5edc8d4 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,18 @@ python3.11 main.py That's it! Have fun with althea! +## FAQ + +- Fedora 41 shows the following error: + +`ERROR: Device returned unhandled error code -5` + +This is related to [libimobiledevice and its packaging in Fedora 41](https://bugzilla.redhat.com/show_bug.cgi?id=2321958). + +You can downgrade crypto policies to the previous Fedora version: + +`sudo update-crypto-policies --set FEDORA40` + ## Credits althea made by [vyvir](https://github.com/vyvir)