Open Luigigimmi opened 3 years ago
Looks like the problem is that the package libmbedtls is not installed, as it isn't a dependence of the libcurl (7.60.0-3) installed in the DGA4131 Firmware while it is a dependence on the libcurl (7.60.0-4) available in the repo. I didn't investestigate what versions this packages are on DGA4132 (I suppose transmission works there). If you want to try you should solve installing libmbedtls (opkg update && opkg install libmbedtls), I don't know if this can cause other issues.
EDIT: Looks like DGA4132 (FW 2.2.1) has the same exact problem, the problem is solved by updating libcurl or install libmdebtls.
Thank you @lorenzocanalelc, updating libcurl with opkg update && opkg upgrade libcurl
fixed the problem!
I'm not sure if it makes sense, but maybe the script that install transmission could also update libcurl.
Device Model/Firmware: MediaAccess DG ( MediaAccess DGA4131FWB ) 18.3.n.0462-2301003-20200717112810 GUI Version: 9.6.65-89342d7b
Debug info: DebugHelper2021-01-06-1258.tar.gz
Transmission doesn't seem to work. Aria 2 is working fine. I tried installing it via the GUI and command line with
/usr/share/transformer/scripts/appInstallRemoveUtility.sh install transmission
Output of
cat /proc/cpuinfo
:If I run
transmission-deamon
from command line I get the following error:Could someone help me figure out what is wrong? I've just installed the GUI, before I was using the one from my provider, which lately became way too slow.
Thank you and keep up the awesome work!