Code Monkey home page Code Monkey logo

Comments (7)

Andandaran avatar Andandaran commented on June 22, 2024 1

Just downloaded latest image. Not fully tested but works as is without any modification.

from openwebrxplus-softmbe-docker.

RattyDAVE avatar RattyDAVE commented on June 22, 2024 1

from openwebrxplus-softmbe-docker.

0xAF avatar 0xAF commented on June 22, 2024

I will work on this in the next days. I will keep you informed here and once you test the image I will close the issue.

from openwebrxplus-softmbe-docker.

Andandaran avatar Andandaran commented on June 22, 2024

I get it working with modified build-packages.sh:

$ git diff build-packages.sh
diff --git a/build-packages.sh b/build-packages.sh
index 702dbde..011b31c 100755
--- a/build-packages.sh
+++ b/build-packages.sh
@@ -4,7 +4,7 @@ export MAKEFLAGS="-j12"
 
 echo "+ init..."
 apt update
-apt-get -y install --no-install-recommends wget gpg ca-certificates
+apt-get -y install --no-install-recommends wget gpg ca-certificates libusb-1.0-0-dev
 
 echo "+ Add repos and update..."
 if [[ ! -f /etc/apt/trusted.gpg.d/openwebrx-plus.gpg ]]; then
@@ -16,7 +16,7 @@ fi
 apt update
 
 echo "+ Install dev packages..."
-BUILD_PACKAGES="git build-essential debhelper cmake libprotobuf-dev protobuf-compiler libcodecserver-dev wget gpg"
+BUILD_PACKAGES="git build-essential debhelper cmake libprotobuf-dev protobuf-compiler libcodecserver-dev wget gpg pkg-config"
 apt-get -y install --no-install-recommends $BUILD_PACKAGES
 
 echo "+ Build MBELIB..."
@@ -35,6 +35,13 @@ dpkg-buildpackage
 cd ..
 
 mkdir /deb
+mv *.deb /deb/
+
+git clone https://github.com/rtlsdrblog/rtl-sdr-blog
+cd rtl-sdr-blog
+dpkg-buildpackage -b --no-sign
+cd ..
+
 mv *.deb /deb/
 cd /deb
 apt download libcodecserver

and install-packages.sh:

$ git diff install-packages.sh
diff --git a/install-packages.sh b/install-packages.sh
index 3a757c9..5e0f25f 100755
--- a/install-packages.sh
+++ b/install-packages.sh
@@ -15,6 +15,18 @@ export MAKEFLAGS="-j12"
 #fi
 #apt update

+rm -rvf /usr/lib/librtlsdr* /usr/include/rtl-sdr* /usr/local/lib/librtlsdr* /usr/local/include/rtl-sdr* /usr/local/include/rtl_* /usr/local/bin/rtl_adsb /usr/local/bin/rtl_eeprom /usr/local/bin/rtl_power /usr/local/bin/rtl_tcp /usr/local/bin/rtl_biast /usr/local/bin/rtl_fm /usr/local/bin/rtl_sdr /usr/local/bin/rtl_test
+
+echo "+ init..."
+apt update
+apt-get -y install --no-install-recommends libusb-1.0-0-dev
+
+echo "+ Install rtl-sdr v4..."
+dpkg -i /deb/librtlsdr0_*.deb
+dpkg -i /deb/librtlsdr-dev_*.deb
+dpkg -i /deb/rtl-sdr_*.deb
+
+
 dpkg -i /deb/libmbe1_1.3.0_*.deb

from openwebrxplus-softmbe-docker.

0xAF avatar 0xAF commented on June 22, 2024

Thanks. I will look into this after a few days. I was busy with other projects and I forgot to work on this.
Thanks for the diff.

from openwebrxplus-softmbe-docker.

0xAF avatar 0xAF commented on June 22, 2024

Can someone test and report if it works with v4 now?

from openwebrxplus-softmbe-docker.

0xAF avatar 0xAF commented on June 22, 2024

Thanks, Closing this issue.

from openwebrxplus-softmbe-docker.

Related Issues (3)

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.