Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
On 01/14/2015 07:54 AM, Andreas L. wrote:
=============== I could see the device with dmesg and the rtl_test / rtl-test -t
Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page
Which build script did you use? build-gnuradio? It definitely does
build-and-install librtlsdr prior to build gr-osmosdr, but if that fails
for some reason,
gr-osmosdr will get built.
If you re-run it with ā-vā it will give you more verbose output.
Hi Bananpi,
On some Linux distributions the RTL dongle USB can be grabbed by other
applications
at boot time, leaving it not available when you use gnuradio. If that is
your issue it may
be resolved by blacklisting the RTL device.
Modify or create a file: etc/modprobe.d/rtlsdr.conf
and add:
blacklist dvbusbrt128xxu
blacklist e4000
blacklist rtl2832
Then reboot.
ā Tom, N5EG