0xAF / openwebrxplus-softmbe-docker

Docker image for OpenWebRX+ from luarvique, with Digital modes, including DMR, D-Star, YSF, FreeDV, DRM, NXDN, etc.
https://hub.docker.com/r/slechev/openwebrxplus-softmbe
MIT License
24 stars 5 forks source link

DV Options not showing #1

Closed RattyDAVE closed 1 year ago

RattyDAVE commented 1 year ago

Hi,

Thank you for this build it is fantastic!

I have have a problem that that the Digital Voice modes do not appear. I am using the slechev/openwebrxplus-softmbe container.

image

Should they be as options? Have I misunderstood?

Thanks

Dave

0xAF commented 1 year ago

Which version you are using? Try pulling the latest version. I just tested with the 2023-08-02 (which is currently the latest) and everything seems to be fine.

Note: Another thing to check is "[Settings]/[Demodulation and decoding]/Codecserver address" Make sure it's empty and nothing is written in the field.

RattyDAVE commented 1 year ago

Still no. :-(

So just for testing I am using using this command line WITHOUT the external volumes so using your container defaults.

This is on a Raspberry Pi 4 8GB

docker run -d --name openwebrx --device /dev/bus/usb -p 8073:8073 --tmpfs=/tmp/openwebrx  slechev/openwebrxplus-softmbe:2023-08-02

docker exec -it openwebrx python3 /opt/openwebrx/openwebrx.py admin adduser admin

So without changing any options I have in the panel.

image

And in the options:

image

Any ideas?

If you want more information just ask. Also if you want access to the options or ssh access to the Pi just shout.

RattyDAVE commented 1 year ago

I have done some digging and found in the logs:

[services.d] starting services
Hello, I'm the codecserver.
now scanning for modules...
registering new driver: "ambe3k"
dlopen() failed: /usr/local/lib/codecserver/libsoftmbe.so: cannot open shared object file: No such file or directory
loading devices from configuration...
unable to load device: driver "softmbe" not available
[services.d] done.
0xAF commented 1 year ago

give me uname -m from the host system (rpi4)?

RattyDAVE commented 1 year ago
root@radiopi:/home/pi# uname -m
aarch64

If needed I can swap from 64bit to 32bit. ( I have the 8gb)

0xAF commented 1 year ago

Ohh... sorry for the late reply.. I had some work lately. Have you found a solution? If not, I would like to get some access to the system. This way it will be a lot faster to find the problem.

RattyDAVE commented 1 year ago

I have been investigating but cant get to the bottom of it. I will email you now with the details.

0xAF commented 1 year ago

i found the problem... will fix it soon and let you know here. the image have a x86 specific file linking for the softmbe library.

0xAF commented 1 year ago

the image in docker hub is fixed. please report after testing.

RattyDAVE commented 1 year ago

OH YES....

All working!

RattyDAVE commented 1 year ago

I am guessing you jumped on my machine and updated!

0xAF commented 1 year ago

yeah, i pulled the latest to test, but did not updated your container. i used e temporary container. change the passwords on your machine. i'm closing the issue now. thanks for the report.

RattyDAVE commented 1 year ago

Not a prob! Thanks!