LimeSDR mini on RaspbianOS bookworm

Hi there,

what is the current way to install all the software to get the LimeSDR mini to work?
Adding the myriadrf ppa doesn’t anymore work like described in this post:

I simply want to use the LimeSDR together with SoapySDR for dump1090 reception.

Please, could someone just put the commands in here to install all the packages that I need?

Is it a LimeSDR mini 2.0 or just an old LimeSDR mini - that make a big difference in how hard it is to get things going on Bookworm.

If you do not mind using DragonOS on the Pi, here is a video that shows the install and use of dump1090 with the LimeSDR mini 2.0 -

Installing iqSDR on DragonOS.

I have an old min v1.3 and have to use an Pi 3 with bookworm for my application.

I stuck at the first step adding the ppa

pi@wb-home:~ $ sudo add-apt-repository -y ppa:myriadrf/drivers
Repository: 'deb https://ppa.launchpadcontent.net/myriadrf/drivers/ubuntu/ bookworm main'
Description:
This PPA contains various SDR hardware drivers and is maintained by the Myriad-RF Packaging project.

For more details see: https://myriadrf.org/projects/packaging/
More info: https://launchpad.net/~myriadrf/+archive/ubuntu/drivers
Adding repository.
Found existing deb entry in /etc/apt/sources.list.d/myriadrf-ubuntu-drivers-bookworm.list
Adding deb entry to /etc/apt/sources.list.d/myriadrf-ubuntu-drivers-bookworm.list
Found existing deb-src entry in /etc/apt/sources.list.d/myriadrf-ubuntu-drivers-bookworm.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/myriadrf-ubuntu-drivers-bookworm.list
Adding key to /etc/apt/trusted.gpg.d/myriadrf-ubuntu-drivers.gpg with fingerprint 11FC2E68126782B43762694F22C627172ECB91FE
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease                                                                                       
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                                                                                 
Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease                                                                                                
Ign:5 https://ppa.launchpadcontent.net/myriadrf/drivers/ubuntu bookworm InRelease                                                                             
Err:6 https://ppa.launchpadcontent.net/myriadrf/drivers/ubuntu bookworm Release                                                             
  404  Not Found [IP: 2620:2d:4000:1::81 443]
Get:7 https://repositories.timber.io/public/vector/deb/debian bookworm InRelease [3,553 B]
Reading package lists... Done        
E: The repository 'https://ppa.launchpadcontent.net/myriadrf/drivers/ubuntu bookworm Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

How to add them ?

With bookworm I do not think that you need the ppa at all. I did not need them with my install on bookworm 64 bits. I down loaded and installed the new LimeSuite-23.10.0 for my mini 2.0, but the old mini does not need the new LimeSuite. So, I would expect a simple

sudo apt-get install cubicsdr
or
sudo apt-get install gqrx-sdr

would get you a gqrx or CubicSDR that would run the LimeSDR mini

I want to run dump1090 / readsb on a pi, so gqrx or cubicsdr is not the right software for me. Thus I need to install all the SoapySDR and LimeSDR separately.

What of these packages do I actually need? I think only

liblimesuite-dev soapysdr-tools soapysdr-module-lms7 ?

limesuite liblimesuite-dev limesuite-udev limesuite-images
soapysdr-tools soapysdr-module-lms7

If you can get dump1090-fa, to build with LIMESDR support - that will give you what you need -

I just ran cross this a few minutes ago.