Running the .apps but I can't tell if it's working or if something is wrong

30 views
Skip to first unread message

NewbieX

unread,
Jun 3, 2013, 5:59:19 PM6/3/13
to flex...@googlegroups.com
I'm new to linux and gnu radio (yes, I'm a newbie).... that being said...

On a fresh Ubuntu 12.04 LTS w/ GNURadio/UHD installed... 
... with a USRP N210 connected (works with GNURadio e.g. uhd_fft)

$ uhd_find_devices
linux; GNU C++ version 4.6.3; Boost_104800; UHD_003.005.003-76-ge0cbc2c1

--------------------------------------------------
-- UHD Device 0
--------------------------------------------------
Device Address:
    type: usrp2
    addr: 192.168.10.13


I followed the directions here https://github.com/flexnets/aloe/wiki (ALOE 0.6)...

When I run osld.app using the default config, nothing happens (see below):

/aloe-0.6$ sudo ./build/rtdal_lnx/runcf ./osld.app ./config
linux; GNU C++ version 4.6.3; Boost_104800; UHD_003.005.003-76-ge0cbc2c1

ALOE++-0.6  Copyright (C) 2013 http://flexnets.upc.edu/
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See license.txt
/aloe-0.6$

When I run osld.app using a config that enables the usrp, nothing happens (see below):
/aloe-0.6$ sudo runcf osld.app config_usrp
linux; GNU C++ version 4.6.3; Boost_104800; UHD_003.005.003-76-ge0cbc2c1

ALOE++-0.6  Copyright (C) 2013 http://flexnets.upc.edu/
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See license.txt
/aloe-0.6$

What I should expect?  Is it transmitting and I just don't know unless I get a spectrum analyzer? 


Thank you!

Kevin






Ismael Gomez

unread,
Jun 4, 2013, 4:13:50 AM6/4/13
to flex...@googlegroups.com
Hi kevin, 

What machine do you have? 32 or 64 bit? Did you modify something on the default config or osld.app files? 


2013/6/3 NewbieX <newbi...@gmail.com>







--
You received this message because you are subscribed to the Google Groups "ALOE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flexnets+u...@googlegroups.com.
To post to this group, send email to flex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flexnets/1ee7baf9-631d-4494-ac31-198391b2de1e%40googlegroups.com?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

NewbieX

unread,
Jun 4, 2013, 2:22:44 PM6/4/13
to flex...@googlegroups.com
Intel Core 2 4300 @ 1.8 GHz, 64bit OS

I did not modify the default config.  For the 2nd test, I copied the default config to config_usrp and set enable_usrp=true;

Thanks,

Kevin

Ismael Gomez

unread,
Jun 6, 2013, 5:47:10 AM6/6/13
to flex...@googlegroups.com
hi, 

While trying different compiler optimization options I got a similar behavior than yours. That could be the problem. Please try building cmake with debugging options. From the source tree:

mkdir debug
cd debug
cmake ../ -DDEBUG=1
cd ..
sudo debug/rtdal_lnx/runcf ./osld.app ./config

kind regards,
Ismael
 


2013/6/3 NewbieX <newbi...@gmail.com>

NewbieX

unread,
Jun 6, 2013, 10:44:16 AM6/6/13
to flex...@googlegroups.com
Thank you Ismael

I did as you instructed (and did a 'make' before the 'cd..')  and now It seems to be running!  I'll play around with it now.  Thank's again.

Kevin

$ sudo debug/rtdal_lnx/runcf ./osld.app ./configlinux; GNU C++ version 4.6.3; Boost_104800; UHD_003.005.003-76-ge0cbc2c1


ALOE++-0.6  Copyright (C) 2013 http://flexnets.upc.edu/
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See license.txt

Time slot:    10000 us
Platform:    1 cores
Timer:        Single

Type new command:
    <l>    Load waveform
    <i>    Set INIT
    <r>    Set RUN
    <p>    Set PAUSE
    <t>    Set STEP
    <s>    Stop waveform
    <m>    Set waveform mode
    <e>    View execution time

<Ctr+C>    Exit

Ismael Gomez

unread,
Jun 6, 2013, 11:49:07 AM6/6/13
to flex...@googlegroups.com
great! I'm happy to hear this. A new release with improved usrp support will be published shortly. Stay tuned to this mailling list. 

Kind regards


2013/6/6 NewbieX <newbi...@gmail.com>
Reply all
Reply to author
Forward
0 new messages