Suchergebnisse

  • Ab sofort steht euch hier im Forum die neue Add-on Verwaltung zur Verfügung – eine zentrale Plattform für alles rund um Erweiterungen und Add-ons für den DSM.

    Damit haben wir einen Ort, an dem Lösungen von Nutzern mit der Community geteilt werden können. Über die Team Funktion können Projekte auch gemeinsam gepflegt werden.

    Was die Add-on Verwaltung kann und wie es funktioniert findet Ihr hier

    Hier geht es zu den Add-ons

  1. DaveR

    Need help finding out what CPU arch these models have

    Hmm. What do these commands return on the DS215+ or DS116? sudo -i ls /var/packages/Synospeedtest/target/bin/armv71 /var/packages/Synospeedtest/target/bin/armv71/speedtest --version If /var/packages/Synospeedtest/target/bin/armv71/speedtest --version returns "cannot execute binary file: Exec...
  2. DaveR

    DSM 7.3 7.3.2-86009 Update 2

    There's also: DSM 7.2.2-72806-7 DSM 7.2.1-69057-10 SMBService 4.15.13-3047 SMBService 4.15.13-2503
  3. DaveR

    Need help finding out what CPU arch these models have

    That makes sense because 1.0.12 didn't create the symlinks needed for arm71. Can you try the noarch https://github.com/007revad/Synology_Ookla_Speedtest/releases/tag/v1.0.17 on the DS215+ and DS116. Thank you for all your help :)
  4. DaveR

    Need help finding out what CPU arch these models have

    Weird. v1.0.14 to 1.0.16 spk files all have 2 INFO files and they both are arch="x64_86" (the noarch spk file does not have arch="noarch"). The last good noarch spk file was 1.0.12. Can you try that noarch version on the DS215+, DS116 and DS118...
  5. DaveR

    Need help finding out what CPU arch these models have

    The DS916+ and DS415+ are x86_64. It sounds like you tried to install the same x86_64 spk file on the DS215+, DS116 and DS118. Did you try the "noarch" spk file on the DS215+, DS116 and DS118?
  6. DaveR

    Need help finding out what CPU arch these models have

    v1.0.15 fixes those dodgy model names. https://github.com/007revad/Synology_Ookla_Speedtest/releases Fix dodgy characters returned by `cat /proc/sys/kernel/syno_hw_version` after some NAS model numbers like: DS1817+-j instead of DS1817+ DS215+-j instead of DS215+ DS116-j instead of DS116...
  7. DaveR

    Need help finding out what CPU arch these models have

    @AndiHeitzer uname -m on the DS215+ should return aarch64 uname -m on the DS116 should return armv71
  8. DaveR

    Need help finding out what CPU arch these models have

    v1.0.11 only worked with x86_64 and aarch64. v1.0.12 added the symlinks needed for speedtest to work on Synology models with Realtek, Marvell, Annapurna, STM and Mindspeed CPUs. But try https://github.com/007revad/Synology_Ookla_Speedtest/releases/tag/v1.0.14 as it's the latest version. And it...
  9. DaveR

    Need help finding out what CPU arch these models have

    Thanks @AndiHeitzer I assume you meant DS116 because it's armv7 It seems like you installed v1.0.11 because v1.0.12 creates symlinks to map armv71 to armhf.
  10. DaveR

    Need help finding out what CPU arch these models have

    @AndiHeitzer Try the noarch spk file from here: https://github.com/007revad/Synology_Ookla_Speedtest/releases/tag/v1.0.12 It maps the various arm types to the included speedtest arm binaries. So it should work for your armv71 NAS without you needing to change anything. It should also work...
  11. DaveR

    Need help finding out what CPU arch these models have

    Your DS118 should work with the noarch spk package. I remembered that last week I bought a used DS218 on ebay and it arrived on Friday. I just set it up and Synospeedtest works.
  12. DaveR

    Need help finding out what CPU arch these models have

    @AndiHeitzer Do you want to try Synospeedtest-noarch-1.0.11-7.0.spk on the DS118? You could also try it on DS215+ or DS116, but you'd need to rename the /var/packages/Synospeedtest/target/bin/armhf folder to /var/packages/Synospeedtest/target/bin/arm71
  13. DaveR

    Need help finding out what CPU arch these models have

    If anyone has any of the following Synology NAS models I'd appreciate it you could run uname -m via SSH and report back what the results was. The uname -m via SSH should return "aarch64" for all these models: DS124 Realtek RTD1619B rtd1619b armv8 aarch64 DS423...
  14. DaveR

    Does speedtest-cli output in Deutsch when you run it?

    I've searched and there doesn't seem to be a way to add the speedtest-cli results to a speedtest account. :( If you can find a way to do it I'll add it to the package.
  15. DaveR

    Does speedtest-cli output in Deutsch when you run it?

    You should share some of your download speed with @Benares
  16. DaveR

    Does speedtest-cli output in Deutsch when you run it?

    For anyone reading this and wondering Benares meant. I had mistakenly posted commands to set permissions for Synosmartinfo instead of Synospeedtest :rolleyes: I have edited my previous comments, #31 and #37, so they now show the correct commands. That error in the install.log is because I tried...
  17. DaveR

    Does speedtest-cli output in Deutsch when you run it?

    Did you run the following via SSH? sudo -i echo "Synospeedtest ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/Synospeedtest chmod 0440 /etc/sudoers.d/Synospeedtest
  18. DaveR

    Does speedtest-cli output in Deutsch when you run it?

    @Benares Did you see https://www.synology-forum.de/threads/does-speedtest-cli-output-in-deutsch-when-you-run-it.141324/post-1274696
  19. DaveR

    Does speedtest-cli output in Deutsch when you run it?

    v1.0.9 released (as shown in #28 Now shows the Ookla image of result. Clicking on the image will the results on the Ookla website. Include a button to toggle between image or text. https://github.com/007revad/Synology_Ookla_Speedtest/releases
  20. DaveR

    Does speedtest-cli output in Deutsch when you run it?

    Ok, the speedtest command won't run without sudo and DSM 7 does not allow packages to have elevated privileges. So the solution is after installing the package the first time run the following via SSH: sudo -i echo "Synospeedtest ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/Synospeedtest chmod...