Maximilian Luz
Maximilian Luz
@rundekugel Does that work without having to reboot the device?
Hi, sorry for the late reply. Somehow I forgot about this... First off, I agree with you that the playback interruption is likely firmware based, I think you could probably...
Any chance you could check the firmware version? [This](https://github.com/qzed/pbpctrl/commit/7e7520495dcf410972a60d00aafdce6bbe02f313) change fixed a similar issue with v5.9 firmware, but might have broken it on older ones. Can you also post the...
Thanks! I guess it might not have been on the latest version before. Let me know if that happens again. I'll try to make the part that broke more robust.
Hi, unfortunately, at the moment it's just too much work for me to maintain 2 versions. Sorry. Maybe at some point when I have more time.
Kernels are currently built on Ubuntu 20.04. We can't switch to 22.04 because that causes similar problems, just for older systems (in fact we only recently reverted such a change)....
@quo Good idea, thanks! I'll give it a go in the next release.
Yeah, unfortunately I haven't had the time to look into how it could be fixed yet.
I think adding `-lc` fixed it... There's still `warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking` which has...
For some reason statically linking everything works in my test container but not on github actions... there `sign-file` crashes with a segfault when trying to sign modules... @quo Do you...