-
Notifications
You must be signed in to change notification settings - Fork 2
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
bigwhoop.py crashes when run on raspberry pi 1 even with rtl-sdr installed #1
Comments
Hi!
|
hi there, thanks for the comments! That will help to find the cause for it. |
I have a couple of Raspis. I am very willing to help. Tell me what you need.
|
I don't think you will find that many Raspberry Pis laying around with rtl-sdr devices on them, but the Raspberry Pi I had the problem with is online 24/7 and has the rtl-sdr on it. I could give you (root) access via ssh if you supply a public key. (Standard raspbian is running) |
I already started and asked here https://www.raspberrypi.org/forums/viewtopic.php?f=32&t=109670 for possible help. |
@3835 could it be, that you don't have the pyrtlsd library installed? Because when it gives you an error at that line where the import pyrtlsdr is done, then it seems your python cannot find it in the lib folder. |
@hornig Thanks for your feedback, I have been having the same issue with my Debian Wheezy servers so it could be a general problem with Debian based OS's. I have installed pyrtlsd like you suggested which has solved the origional import error on line 7, however the script is now complaining of an issue with line 14 which I guess is where it is importing requests? Hopefully this helps a little: Kind Regards, Dan |
I'm running a Raspberry Pi (1 Model B) with a Rafael Micro R820T tuner attached and rtl_tcp works pretty good.
Even though I installed pyrtlsdr from https://github.com/roger-/pyrtlsdr and rtl-sdr from git://git.osmocom.org/rtl-sdr.git I get the following:
python bigwhoop.py
Traceback (most recent call last):
File "bigwhoop.py", line 4, in
from rtlsdr import RtlSdr
File "/usr/local/lib/python2.7/dist-packages/rtlsdr/init.py", line 18, in
try: from librtlsdr import librtlsdr
File "/usr/local/lib/python2.7/dist-packages/rtlsdr/librtlsdr.py", line 52, in
f = librtlsdr.rtlsdr_get_device_count
File "/usr/lib/python2.7/ctypes/init.py", line 378, in getattr
func = self.getitem(name)
File "/usr/lib/python2.7/ctypes/init.py", line 383, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: python: undefined symbol: rtlsdr_get_device_count
The text was updated successfully, but these errors were encountered: