- Code: Select all
$ gqrx
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.5.1
built-in source types: file fcd rtl rtl_tcp uhd miri hackrf bladerf rfspace airspy soapy redpitaya
Resampling audio 96000 -> 48000
BandPlanFile is /home/hoyt/.config/gqrx/bandplan.csv
BookmarksFile is /home/hoyt/.config/gqrx/bookmarks.csv
[INFO] [UHD] linux; GNU C++ version 12.2.1 20230128; Boost_108100; UHD_4.4.0.0-0-unknown
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.5.1
built-in source types: file fcd rtl rtl_tcp uhd miri hackrf bladerf rfspace airspy soapy redpitaya
Using device #0 Generic RTL2832U OEM
usb_open error -3
Please fix the device permissions, e.g. by installing the udev rules file rtl-sdr.rules
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.5.1
built-in source types: file fcd rtl rtl_tcp uhd miri hackrf bladerf rfspace airspy soapy redpitaya
WARNING: Overriding original sample rate of 96000 with 1.8e+06
I have installed the udev rules file rtl-sdr.rules file in /etc/udev/rules.d/
- Code: Select all
# RTL2832U OEM vid/pid, e.g. ezcap EzTV668 (E4000), Newsky TV28T (E4000/R820T), NESDR SMArt v5 etc.
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2838", ENV{ID_SOFTWARE_RADIO}="1", MODE="0660", GROUP="plugdev"
The device itself is:
- Code: Select all
$lsusb
...
Bus 001 Device 003: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
...
So it appears the device permissions cannot be initialized even though the udev rule exists.
In case it matters:
- Code: Select all
$ uname -a
Linux zeus.maximumhoyt.com 6.6.28-desktop-1.mga9 #1 SMP PREEMPT_DYNAMIC Wed Apr 17 17:19:36 UTC 2024 x86_64 GNU/Linux
What to do?