RSP1 MSI2500 MSI001 SoapySDR RTL_433 Ubuntu
建议查看参考链接
3.1.1. Linux kernel driver
Not sure what the Linux kernel driver is actually any good for anyway.
remove the modules manually
1 | sudo modprobe -r msi2500 msi001 |
create a file /etc/modprobe.d/blacklist-msi.conf
1 | blacklist msi001 |
3.1.2. Soapy SDR
install the soapy ‘miri’ driver:
1 | sudo apt install soapysdr-module-mirisdr |
try to find it with SoapySDRUtil
1 | SoapySDRUtil --find |
result (for example):
1 | Found device 1 |
try to open with SoapySDRUtil
1 | SoapySDRUtil --probe="driver=miri" |
or
1
SoapySDRUtil --probe="driver=soapyMiri"
3.1.3. rtl_433
install
1 | sudo apt install rtl-433 |
run
1 | rtl_433 -d "" |