Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined symbol: rtlsdr_set_bias_tee #555

Closed
ikizhvatov opened this issue Sep 4, 2017 · 8 comments
Closed

undefined symbol: rtlsdr_set_bias_tee #555

ikizhvatov opened this issue Sep 4, 2017 · 8 comments

Comments

@ikizhvatov
Copy link

Doing install in Ubuntu exactly as described in http://gqrx.dk/download/install-ubuntu leads to a symbol lookup error upon startup with RTL-SDR. Ubuntu version according to lsb_release -a is 16.04.3 LTS.

~$ gqrx
linux; GNU C++ version 5.4.0 20160609; Boost_105800; UHD_003.010.002.000-release

Controlport disabled
No user supplied config file. Using "default.conf"
gr-osmosdr v0.1.x-xxx-xunknown (0.1.5git) gnuradio 3.7.10
built-in source types: file osmosdr fcd rtl rtl_tcp uhd plutosdr miri hackrf bladerf rfspace airspy soapy redpitaya 
FM demod gain: 3.05577
Resampling audio 96000 -> 48000
IQ DCR alpha: 1.04166e-05
Using audio backend: auto
BookmarksFile is /home/ilya/.config/gqrx/bookmarks.csv
getDeviceList : Available input devices:
    0 : "Realtek RTL2838UHIDIR SN: 00000001"
    1 : "PlutoSDR"
    2 : "RFSPACE SDR-IQ Receiver"
    3 : "RFSPACE SDR-IP Receiver"
    4 : "RFSPACE NetSDR Receiver"
    5 : "RFSPACE Cloud-IQ Receiver"
    6 : "RTL-SDR Spectrum Server"
    7 : "Red Pitaya Transceiver Server"
    8 : "Complex Sampled (IQ) File"
Loading configuration from: "default.conf"
Configuration file: "/home/ilya/.config/gqrx/default.conf"
gr-osmosdr v0.1.x-xxx-xunknown (0.1.5git) gnuradio 3.7.10
built-in source types: file osmosdr fcd rtl rtl_tcp uhd plutosdr miri hackrf bladerf rfspace airspy soapy redpitaya 
Using device #0 Realtek RTL2838UHIDIR SN: 00000001
Found Rafael Micro R820T tuner
[R82XX] PLL not locked!
gqrx: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgnuradio-osmosdr.so.0.1.5git: undefined symbol: rtlsdr_set_bias_tee
@csete
Copy link
Collaborator

csete commented Sep 4, 2017

You have to remove libraries that you have installed from source before using the PPA. If you need further help, please don't use the bug tracker but follow the instructions here: http://gqrx.dk/user-support

@csete csete closed this as completed Sep 4, 2017
@chb0github
Copy link

@csete did you get this resolved? I have an identical issue and I installed fresh (so, no previous drivers)

@ikizhvatov
Copy link
Author

@chb0github see https://groups.google.com/forum/#!topic/gqrx/pYKfnykjHQ4

@anroots
Copy link

anroots commented Apr 22, 2018

Manually removing librtlsdr.* files in /usr/local/lib, then reinstalling as described by @ikizhvatov's link helped.

@KC7NOA
Copy link

KC7NOA commented Jun 15, 2018

is it in a different folder in ubuntu 16.04?

@KC7NOA
Copy link

KC7NOA commented Jun 16, 2018

Finally gave up and removed all traces of rtl_sdr

wish it could work again ......

side question ,.... what version of gnu-radio/ofscom do you need to go back to to get the lime to quit shutting down after start?

@olealgoritme
Copy link

i did the following on my RPI3:
sudo make uninstall in the rtl-sdr/ folder (from manual install)
sudo apt-get purge rtl-sdr
sudo apt-get -f install rtl-sdr
sudo ldconfig

@eopo
Copy link

eopo commented Jan 6, 2019

Any of these didn't help here.
DietPi is the distro.
I had everything working, the hassle started when I installed rpitx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants