WSPR: RTL-SDR di Ubuntu 14.04

From OnnoWiki
Jump to navigation Jump to search

sumber: https://www.rtl-sdr.com/forum/viewtopic.php?f=7&t=111

Cptnmike: Instructions as follows

sudo apt-get install git sudo apt-get install cmake sudo apt-get install libusb-1.0-0.dev sudo apt-get install build-essential

git clone git://git.osmocom.org/rtl-sdr.git cd rtl-sdr/ mkdir build cd build cmake ../ -DINSTALL_UDEV_RULES=ON make sudo make install sudo ldconfig cp ../rtl-sdr.rules /etc/udev/rules.d/

Then to stop the conflicting Linux DVB-T drivers from loading make a text file "Blacklist-rtl.conf” in /etc/modprobe.d and in the text file write blacklist dvb_usb_rtl28xxu.

After installing the drivers you'd probably want to install something like GQRX http://gqrx.dk/

kholt: What software are you using that you just see noise? Top

oxi

   Posts: 1
   Joined: Thu Apr 27, 2017 6:24 am

Re: RTL-SDR and Ubuntu 14.04

Post by oxi » Thu Apr 27, 2017 6:48 am on linux mint 18.1 Cinnamon 64-bit in my case blacklist dvb_usb_rtl28xxu does not work but i solved the problem of loading the conflicting Linux DVB-T drivers by blacklisting fc0013 I create a file in /etc/modprobe.d with [name you want] .conf extension contents:

blacklist fc0013

then restart.

it work for me

my method:

i run lsmod with Linux DVB-T drivers on unplug the RTL dongle and run sudo rmmod dvb_usb_rtl28xxu rtl2832 [disable DVB-T drivers] i plug the RTL dongle and run lsmod again compare two results and test




Referensi