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

Installation improvements #6

Open
ckuethe opened this issue Jun 28, 2015 · 8 comments
Open

Installation improvements #6

ckuethe opened this issue Jun 28, 2015 · 8 comments

Comments

@ckuethe
Copy link

ckuethe commented Jun 28, 2015

It would be nice if make install could install the sample applications in $TARGET/share/gnuradio/examples/ and if the detectMarkSpace hier block was also included in the AX.25 namespace

@Resington
Copy link

Hai, I am trying to add "gr-bruninga" module for GNURADIO 3.7.13.4 in Ubuntu 18.10, when i am running the flow-graph in GNURADIO, i am getting this below error. I am following the installation procedure givien by the author. Can anyone please tell what i am doing wrong and how can i solve this problem... Thanks in advance..

Traceback (most recent call last):
File "/home/resi/Documents/APRS.py", line 38, in
import afsk
File "/usr/local/lib/python2.7/dist-packages/afsk/init.py", line 45, in
from afsk_swig import *
File "/usr/local/lib/python2.7/dist-packages/afsk/afsk_swig.py", line 17, in
_afsk_swig = swig_import_helper()
File "/usr/local/lib/python2.7/dist-packages/afsk/afsk_swig.py", line 16, in swig_import_helper
return importlib.import_module('_afsk_swig')
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
ImportError: No module named _afsk_swig

Done (return code 1)

@dl1ksv
Copy link
Owner

dl1ksv commented Feb 13, 2019

Did you set PYTHONPATH and LD_LIBRARY_PATH ?
Where is your gnuradio installation located ?

@Resington
Copy link

Resington commented Feb 13, 2019 via email

@dl1ksv
Copy link
Owner

dl1ksv commented Feb 13, 2019

First check

echo $PYTHONPATH
echo $LD_LIBRARY_PATH

If PYTHONPATH is empt you can set

export PYTHONPATH=/usr/local/lib/python2.7/dist-packages/
Otherwise you have to append this string to PYTHONPATH

Find the location of libgnuradio-afsk.so in your /usr/local directory and append or set your LD_LIBRAR_PATH to the directory where the lib is located.

@Resington
Copy link

Resington commented Feb 13, 2019 via email

@dl1ksv
Copy link
Owner

dl1ksv commented Feb 14, 2019

The grc file is missing.
gqrx is a good way to check the dongle.
Try to set the same gain settings in your flowgraph that you use in gqrx.

A common reason for bad audio output may be wrong sample rate settings or inappropriate filter bandwitdh settings.

@Resington
Copy link

Resington commented Feb 14, 2019 via email

@dl1ksv
Copy link
Owner

dl1ksv commented Feb 14, 2019

Sorry, but the grc file is still missing. I think you can't attach a file. You have to upload to github.

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

3 participants