From 7f0815ff2ea3b2f74ff53a28071c2f60ae89c570 Mon Sep 17 00:00:00 2001 From: Adrian Batzill Date: Sat, 26 Aug 2023 10:07:20 +0100 Subject: [PATCH] use latest librtlsdr and rtl-sdr.rules file --- image/mk_europe_edition_device_setup64.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/image/mk_europe_edition_device_setup64.sh b/image/mk_europe_edition_device_setup64.sh index ec3490ec..855fd4b9 100755 --- a/image/mk_europe_edition_device_setup64.sh +++ b/image/mk_europe_edition_device_setup64.sh @@ -80,7 +80,8 @@ cd /root/ rm -rf rtl-sdr git clone https://github.com/osmocom/rtl-sdr.git cd rtl-sdr -git checkout 0847e93e0869feab50fd27c7afeb85d78ca04631 # Nov. 20, 2020 +git checkout 1261fbb285297da08f4620b18871b6d6d9ec2a7b # Aug. 23, 2023 +cp rtl-sdr.rules /etc/udev/rules.d/ mkdir build && cd build cmake .. -DENABLE_ZEROCOPY=0 make -j1 @@ -208,4 +209,4 @@ rm -rf /var/cache/apt rm -r /root/fake -umount /proc \ No newline at end of file +umount /proc