Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-22 Thread Mike Jameson
This means that UHD was not installed correctly. If running the following doesn't find anything then hunt down and remove any ghost version of UHD that makes Pybombs think that it is installed and then reinstall it using pybombs: sudo find / -name uhd_usrp_source.xml Mike -- Mike Jameson M0MIK

[Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Activecat
After installing gnuradio using PyBOMBS, the USRP Sink and Source blocks are unavailable. Below is the message: 1). To verify uhd has been installed: [03:25pm] activecat@rs: ~/download/gnuradio/pybombs $ ./pybombs install uhd Settled on prefix: /usr/local Initializing environmental

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Mike Jameson
Have you run: ./pybombs env ...and then run: source ../target/setup_env.sh (alter file path to taste) Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Wed, May 21, 2014 at 8:38 AM, Activecat active...@gmail.com wrote:

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Activecat
On Wed, May 21, 2014 at 4:35 PM, Mike Jameson mike.jame...@ettus.comwrote: Have you run: ./pybombs env ...and then run: source ../target/setup_env.sh (alter file path to taste) Mike Yes, this has been performed. During gnuradio installation, I configured the prefix to /usr/local due

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Mike Jameson
The UHD Source GRC block uses the file called uhd_usrp_source.xml. Make sure that this is in your GRC path. To set the GRC path you need to go into the ~/.gnuradio folder and create a config.conf file and add the following tweaked with your actual path to the UHD source block: [grc]

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Activecat
On Wed, May 21, 2014 at 7:31 PM, Mike Jameson mike.jame...@ettus.comwrote: The UHD Source GRC block uses the file called uhd_usrp_source.xml. Make sure that this is in your GRC path. To set the GRC path you need to go into the ~/.gnuradio folder and create a config.conf file and add the