Code Monkey home page Code Monkey logo

Comments (7)

hertzg avatar hertzg commented on May 20, 2024

Hello,

I'm glad you found the docker images useful, this is a known issue. As a workaround I've recently introduced alternative builds based on alpine:3.12 which you have already found in your second example πŸ‘ (see #3 if you want details).

For now the only workaround is to use any image based on alpine 3.12.
You can access those images by hertzg/rtl_433:alpine-3.12-* where * can be any valid rtl_433 version, master or latest respectively.

Example:

$ docker run --rm -it --device /dev/bus/usb/001/005 hertzg/rtl_433:alpine-3.12-latest

I am not sure if the rtl_433 or it's dependencies support alpine and musl so I'm currently working on introducing images built based on debian images and change the :latest tag to target those. The alpine based images would still stay but be an "opt-in" variant.

from rtl_433_docker.

hertzg avatar hertzg commented on May 20, 2024

I've just pushed a build pipeline which provides debian builds. Maybe you could give it a try and see if it resolves the issue.

https://github.com/hertzg/rtl_433_docker/actions/runs/565743906

Once the pipeline finishes you can try:

$ docker run --rm -it --device /dev/bus/usb/001/005 hertzg/rtl_433:debian-buster-latest
# or
$ docker run --rm -it --device /dev/bus/usb/001/005 hertzg/rtl_433:debian-bullseye-latest

from rtl_433_docker.

jvilalta avatar jvilalta commented on May 20, 2024

debian-buster-latest worked for me. bullseye throws the same error as alpine.

thank you.

from rtl_433_docker.

mpuff avatar mpuff commented on May 20, 2024

you need to install this for the new alpine docker image:

wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.4.4-1~bpo10+1_armhf.deb
sudo dpkg -i libseccomp2_2.4.4-1~bpo10+1_armhf.deb

than it should work ;)

from rtl_433_docker.

hertzg avatar hertzg commented on May 20, 2024

dpkg -i

AFAIK Alpine Linux is not a Debian derivative. I’m not sure why that package would be required. If you can elaborate a bit maybe we could whip up a PR for this but so far I don’t see how that is related to the libusb issue.

from rtl_433_docker.

mpuff avatar mpuff commented on May 20, 2024

I had this problem also on another alpine docker image. Than i have updated this container, same error, after the installation of this libusb was the container starting again.
I found this info in another chat

from rtl_433_docker.

hertzg avatar hertzg commented on May 20, 2024

For people who are still experiencing this or who just endded up here from search engines, you can find the workaround and summary on another issue.

from rtl_433_docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.