-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YTnuer not working on OpenWRT #37
Comments
Hi Reinhard, |
Hi Greg, All in all, sounds awesome, I help where I can 😊 To be honest, I never manually ran an application on OpenWRT, but only used the packaging tool opkg. But it should work as with any other Linux Distro. May I ask, where have you found the libraries for Linux_ARM_OpenWrt_2203? I would need 2305.
So I had a look at /lib and only found the ld-musl-armhf.so.1 library and libc.so |
I have tried to manually install libpthread, libdl and librt but I will check on that and will let you know |
One question: which version of openwrt is running ? I do have Proxmox running on arm64 and amd64. So I can do the tests also and can check it out. https://downloads.openwrt.org/releases/22.03.5/targets/armvirt/64/ regard's Beatrice |
Dear Beatrice, yep, I am running 2305. |
https://downloads.openwrt.org/releases/22.03.5/targets/armvirt/64/ or https://downloads.openwrt.org/releases/22.03.7/targets/armvirt/64/ This is the one I can actually checkout. |
you could use this, armsr replaces armvirt, according to 23.05 releasenotes Release notes of 23.05 (https://openwrt.org/releases/23.05/notes-23.05.0): Highlights of device support |
Okay.. I do love Proxmox .. Is running.. I will go forward to configure.. |
Great work, looks good! Are you running arm v8 or v7? The link in your last posting is arm v8, |
I can use both. |
I see, thanks |
I have issues while Opkg cannot update. Operation not permitted. I wasn't firm with openwrt. Other question: Which package of ytuner have you used ?. There is dir arm v32 a separated package. I think you used wrong package |
this is the package that I used: |
What operating system is behind openwrt ? Greg: I informed in my last postings regarding alpine Linux. |
It's not based on Alpine but like Alpine, it uses BusyBox and musl. About missing libraries, yep, that's what I thought about yesterday.
@coffeegreg |
Question: why using openwrt ?. It's so easy running on all platforms I didn't know if gcompat Library is available. This will fix your issue similar alpine. |
Instead of explaining why, I think it is best to cite from Wikipedia: OpenWrt is configured using a command-line interface (ash shell) or a web interface (LuCI). There are about 8000 optional software packages available for installation via the opkg package management system. Installing OpenWRT is aseasy as upgrading the Vendors Firmware via the Routers Webinterface. That does not work with alpine. Not to speak of LUCI, that is not available on alpine. |
Have you installed bash for starting ytuner ? And what about the missed c-libs ?. There is no compile for openwrt needed. If you are using such exotic hardware, support will end here. |
Thanks for your effort giving it a try. I would say ARM is ARM, no matter in wihch device it is soldered - so I think the issue is not necessarily the hardware rather than the software (OS). |
Nope. You can install free pascal on your openwrt system and compile yourself, or using supported distros. Greg told you: He has not all hardware available to test. Proxmox is designed for 64 bit systems only. |
@TheBossME I think it is perfectly legitimate to ask for support for a further distribution. |
Agreed 👍 Again: Feel free to install Free Pascal on your hardware and start compile. I have no Pascal knowledge. Installing I386 OS'SES is possible to install. But this will not help you as I understand right ?. My other plan is, installing ytuner cluster instances for everybody with a default configuration. Will this be helpful for ya ? |
I think that's up to Greg. As I understood in his reply here, he suggested to give it a try, but he needs my help for testing. I am looking forward to help where I can :)
me neither, I also have no Pascal knowledge
It would help to see if it is a hardware or software related issue. Conclusion: one or some libraries are missing.
I don't know but I would expect some difficulties regarding copyright due to the vtuner API. I would prefer a solution running privately on my own hardware. Nevertheless, I appreciate your offer, thank you! |
Finally: It is library issue. If free pascal has no compile option for the needed library, it will not run. Schönen Nachmittag |
it's weird, because ldd returns for i386: ldd returns for arm: |
It is not, the libraries needed to run the application (e.g. gcompat) are definitely missing. Please try to add the alpine repository, maybe you can install it from there. scanelf -i ~/vtuner |
Dear Beatrice, I have tried as you suggested, for testing purpose, but I get an As I said, I think it is perfectly legitimate to ask for support for a further distribution. I appreciate your effort, but I am counting on @coffeegreg Greg and that I am going to support him in any way possible for me. |
Dear Greg,
I've just tried to get YTuner running on my R7800 running OpenWRT.
First I made the ytuner executable with chmod +x
Nevertheless, executing YTuner always leads to:
-bash: ./ytuner not found
i digged a bit deeper and I think its an issue with the loader.
According to the OpenWRT HDDB the R7800 has the following Architecture:
ARMv7 Processor rev 0 (v7l), arm_cortex-a15_neon-vfpv4
Regards, Reinhard
The text was updated successfully, but these errors were encountered: