Code Monkey home page Code Monkey logo

Comments (8)

Resington avatar Resington commented on July 29, 2024

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)

from gr-ax25.

dl1ksv avatar dl1ksv commented on July 29, 2024

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

from gr-ax25.

Resington avatar Resington commented on July 29, 2024

from gr-ax25.

dl1ksv avatar dl1ksv commented on July 29, 2024

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.

from gr-ax25.

Resington avatar Resington commented on July 29, 2024

from gr-ax25.

dl1ksv avatar dl1ksv commented on July 29, 2024

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.

from gr-ax25.

Resington avatar Resington commented on July 29, 2024

from gr-ax25.

dl1ksv avatar dl1ksv commented on July 29, 2024

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

from gr-ax25.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.