Пакет: rtl-sdr (0.6.0-4)
Software defined radio receiver for Realtek RTL2832U (tools)
rtl-sdr is a software defined radio (SDR) receiver software for certain low-cost DVB-T/DAB(+) USB dongles based on the Realtek RTL2832U chip.
This package contains a set of command line utilities:
* rtl_adsb: a simple ADS-B decoder for RTL2832 based DVB-T receivers * rtl_eeprom: an EEPROM programming tool for RTL2832 based DVB-T receivers * rtl_fm: a narrow band FM demodulator for RTL2832 based DVB-T receivers * rtl_sdr: an I/Q recorder for RTL2832 based DVB-T receivers * rtl_tcp: an I/Q spectrum server for RTL2832 based DVB-T receivers * rtl_test: a benchmark tool for RTL2832 based DVB-T receivers
Другие пакеты, относящиеся к rtl-sdr
- зависимости
- рекомендации
- предложения
- enhances
- dep: libc6 (>= 2.27) [riscv64] библиотека GNU C: динамически подключаемые библиотеки
также виртуальный пакет, предоставляемый libc6-udeb dep: libc6 (>= 2.29) [не alpha, ia64, riscv64, sh4] dep: libc6 (>= 2.33) [sh4] - dep: libc6.1 (>= 2.29) [alpha] библиотека GNU C: динамически подключаемые библиотеки
также виртуальный пакет, предоставляемый libc6.1-udeb dep: libc6.1 (>= 2.33) [ia64] - dep: librtlsdr0 (= 0.6.0-4) Software defined radio receiver for Realtek RTL2832U (library)
- dep: libusb-1.0-0 (>= 2:1.0.8) [sparc64] библиотека для работы с USB
Загрузка rtl-sdr
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
alpha (неофициальный перенос) | 64,1 Кб | 260,0 Кб | [список файлов] |
amd64 | 59,0 Кб | 252,0 Кб | [список файлов] |
arm64 | 56,6 Кб | 219,0 Кб | [список файлов] |
armel | 56,7 Кб | 216,0 Кб | [список файлов] |
armhf | 55,1 Кб | 172,0 Кб | [список файлов] |
hppa (неофициальный перенос) | 60,9 Кб | 218,0 Кб | [список файлов] |
i386 | 61,5 Кб | 248,0 Кб | [список файлов] |
ia64 (неофициальный перенос) | 70,4 Кб | 315,0 Кб | [список файлов] |
m68k (неофициальный перенос) | 54,3 Кб | 204,0 Кб | [список файлов] |
mips64el | 58,5 Кб | 242,0 Кб | [список файлов] |
mipsel | 59,1 Кб | 213,0 Кб | [список файлов] |
ppc64 (неофициальный перенос) | 63,7 Кб | 587,0 Кб | [список файлов] |
ppc64el | 63,4 Кб | 580,0 Кб | [список файлов] |
riscv64 (неофициальный перенос) | 55,6 Кб | 200,0 Кб | [список файлов] |
s390x | 57,4 Кб | 227,0 Кб | [список файлов] |
sh4 (неофициальный перенос) | 60,6 Кб | 200,0 Кб | [список файлов] |
sparc64 (неофициальный перенос) | 55,1 Кб | 238,0 Кб | [список файлов] |
x32 (неофициальный перенос) | 57,2 Кб | 217,0 Кб | [список файлов] |
Эта страница также доступна на следующих языках (Как установить язык по умолчанию):
Чтобы сообщить о проблеме, связанной с веб-сайтом, отправьте сообщение (на английском) в список рассылки debian-www@lists.debian.org. Прочую контактную информацию см. на странице Debian Как с нами связаться.
Авторские права © 1997 — 2023 SPI Inc.; См. условия лицензии. Debian это торговый знак компании SPI Inc. Об этом сайте.
R a n o u s
RTL-SDR drivers and tools for Linux Mint 20.3 (and most Debian/Ubuntu distros) are in the standard repositories and can be easily installed via Synaptic Package Manager. Launch SPM and search for ‘rtl-sdr’, tick ‘Mark for Installation’ and ‘Apply’. I do this prior to connecting the dongle and I’m not sure that matters. Run ‘rtl_test’ in a terminal to confirm functionality.
Blacklisting the kernel drives isn’t absolutely required as they will unload when an rtl app is started and reload when stopped. To prevent that, edit your /etc/modprobe.d/blacklist.conf as an administrator and add ‘blacklist dvb_usb_rtl28xxu’ to the end of the file. Save & restart the machine.
Current versions of the GQRX and Cubic SDR spectrum analyzers can also be installed via SPM and will add themselves to the menu.
RTL_433 is also available via SPM. After installation, open a terminal and type ‘rtl_433’. For us Americans that still need our temps in Fahrenheit, type ‘rtl_433 -C customary’. It appears web browser support has been dropped, but it’s still a useful app.
As always, updates and changes break things on a regular basis. So what works today might not tomorrow or under another distribution. Previous versions of this guide remain available for reference purposes. Note that some of it is now deprecated. For technical support, please visit rtl-sdr.com or your favorite search engine. Everything you see here should be considered a ‘How I’ and not an absolute ‘How TO’ guide.
RTL-SDR for Linux Quick Start Guide, Third Edition v20.
RTL-SDR for Linux Quick Start Guide, Second Edition v2-18.
RTL-SDR for Linux Quick Start Guide, First Edition v10-16.
rtlamr
Sometimes the instructions don’t register, the way they are laid out.
I have a small receive-only SDR USB adapter, and since smart meters are used in my neighborhood, I decided to fire it up and tinker.
The projects that focus on this particular use that I wanted to play with are rtlamr and rtlamr-collect. These are cool, lightweight solutions to capturing smart meter data.
For whatever reason, my brain had issues with the setup instructions for rtlamr. I don’t think this is really a flaw with the instructions — they do, in fact, include every element that is required for success — but as happens from time to time, my brain was not following the step-by-step, so I had to write a dummy-proof (read: me-proof) version:
- Don’t use Windows
- Install go: sudo apt install golang
- Download and setup rtl-sdr
1. cd /tmp 2. git clone git://git.osmocom.org/rtl-sdr.git 3. cd rtl-sdr/ 4. mkdir build 5. cd build 6. cmake ../ 7. make 8. sudo make install 9. sudo ldconfig
Kernel driver is active, or device is claimed by second instance of librtlsdr. In the first case, please either detach or blacklist the kernel module (dvb_usb_rtl28xxu), or enable automatic detaching at compile time. usb_claim_interface error -6 Failed to open rtlsdr device #0.
… at this point, add the following modules to /etc/modprobe.d/blacklist.conf to prevent them from being automatically activated during OS boot
blacklist dvb_usb_rtl28xxu blacklist rtl2832 blacklist rtl2830
1. go get github.com/bemasher/rtlamr 2. In a terminal, start the listener with `rtl_tcp` 3. In another terminal, start the poller with `rtlamr`
gqrx
Next step: setting up rtlamr-collect!
Updated: January 14, 2019
You May Also Enjoy
The Ways I Use Mind Maps
Not so long ago, a friend and colleague of mine inspired me to start using mind maps. Since then, I’ve incorporated mind maps into various workflows wherever.
Intel Gathering with Canary Tokens
DMs to myself 4
Welcome to “DMs to myself,” where I will be going through messages from Twitter that I sent to myself. I do this in an effort to keep track of interesting o.
Practical Password Guidance
Spoiler: There is no quick answer to this. I’m a details guy. This won’t be short.