Re: [Discuss-gnuradio] Simple WBFM Transmitter - How to configure the USRP1 block to transmit ?

2013-07-19 Thread Tom Rondeau
On Thu, Jul 18, 2013 at 11:59 PM, Bruno Cardoso  wrote:
> The image I sent is not my model. My model was attached to the email. Have
> you seen it?
>
> The image is an example I saw and I noted it's diferent from my.
>
> My model WBFM_transmitter_Bruno.grc shows a ''UHD: USRP Sink''. In the
> example   http://www.dl8rds.de/index.php/Datei:GnuRadio_USRP2_FM_TRX.jpg,
> the USRP Sink is diferent and it has parameter (Interpolation: 200, Side: B,
> Transmit: Enable) my model doesn't have.
>
> In GRC I have just a single block ''UHD: USRP Sink'' I belive it is for
> USRP1 and USRP2.

Yes. If you are using the UHD sink, it will be the same block for any
USRP device.

> I have a FM receiver working fine. I can see and tuning the local FM
> stations. But from my FM transmitter I can detect only the carrier.
>
> I attached my model again,
>   WBFM_transmitter_Bruno.grc
> 
>
> If you have a time, take a look on that.

Sorry, I don't have time. Keep in mind my earlier suggestion about
matching the sample rates all the way through your flowgraph.

> Regards,
>
> Bruno

Tom

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] GRC Start Up Frozen

2013-07-19 Thread Matt D
Hey guys,
On Ubuntu 12.10 yesterday I was compiling some small pieces of code in
terminal for syntax debugging, installing the files, and then testing
functionality in grc.
So the last thing I did was I install what I am working on (op25).  Then
I tried to start the grc but the start got stuck or kind of just froze
after the “boost” thing that came up in the terminal, no error, just
froze.  And after that I noticed some weirdness with filenames
associated with gnuradio. For example I now have file names like
Gr-baz.20130719004000 and rtl-sdr.20130719005437 and there were a couple
of gnuradio folders like that.  So I tried my best to uninstall
gnuradio, I used the uninstall script and manually removed what I could
find in the usr directory. I rebuilt from the 3.6.3.1 source file. In
the rebuild I had to skip the make test because one test (out of 180
tests) failed, I am pretty sure it is was a “volk” something.  Now upon
running the 'sudo gnuradio-companion' the start freezes (not dies) up
with a message box:

“libgnuradio-core-3.6.3.1.so.0.0.0: cannot open shared”

Cannot import gnuradio.

Is the python path environment variable set correctly?
All OS: PYTHONPATH

Is the library path environment variable set correctly?
Linux: LD_LIBRARY_PATH
Windows: PATH
MacOSX: DYLD_LIBRARY_PATH

The pythonpath is set.  I did it myself in the bashrc file.  I don't
know what the library path is. Any guidance on how to get my gnuradio
back will be much appreciated.
Thanks

-- 
Matt D


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] git check out fails

2013-07-19 Thread Matt D
i cant use the build script because the git check out fails.  i suspect
it has something to do with my router.  i don't know what setting i
should change.  any suggestions will be much appreciated.
thanks
-- 
Matt D


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GRC Start Up Frozen

2013-07-19 Thread Marcus D. Leech

On 07/19/2013 10:36 AM, Matt D wrote:

Hey guys,
On Ubuntu 12.10 yesterday I was compiling some small pieces of code in
terminal for syntax debugging, installing the files, and then testing
functionality in grc.
So the last thing I did was I install what I am working on (op25).  Then
I tried to start the grc but the start got stuck or kind of just froze
after the “boost” thing that came up in the terminal, no error, just
froze.  And after that I noticed some weirdness with filenames
associated with gnuradio. For example I now have file names like
Gr-baz.20130719004000 and rtl-sdr.20130719005437 and there were a couple
of gnuradio folders like that.  So I tried my best to uninstall
gnuradio, I used the uninstall script and manually removed what I could
find in the usr directory. I rebuilt from the 3.6.3.1 source file. In
the rebuild I had to skip the make test because one test (out of 180
tests) failed, I am pretty sure it is was a “volk” something.  Now upon
running the 'sudo gnuradio-companion' the start freezes (not dies) up
with a message box:

“libgnuradio-core-3.6.3.1.so.0.0.0: cannot open shared”

Cannot import gnuradio.

Is the python path environment variable set correctly?
All OS: PYTHONPATH

Is the library path environment variable set correctly?
Linux: LD_LIBRARY_PATH
Windows: PATH
MacOSX: DYLD_LIBRARY_PATH

The pythonpath is set.  I did it myself in the bashrc file.  I don't
know what the library path is. Any guidance on how to get my gnuradio
back will be much appreciated.
Thanks


Re-run build-gnuradio

those "rtl-sdr.YYMMDD" files are the previous instances of the source 
code pulls from git.  The script will clean them up if they're taking up

  too much space.

Once you've re-built everything with build-gnurado, then I'd suggest 
editing your ".grc" file to remove any history of files you might previously

  have been working on, and try again.



--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] wav file source question

2013-07-19 Thread Baokun Liu
Hi guys,

I am playing with gnuradio companion. I have a question on wav file.

I play like this first (the samp_rate set to 32k)

*Audio Source ---> Wav File Sink;*

I save the file as test.wav. It sound well.

Then, I play the file back (samp_rate is 32k).

*Wave File Source ---> Audio Sink; *

The error comes as: WAV file does not contain any samples.

Could anyone point out the problem? How could I use the 'wav file source'
block?

Thanks,

Baokun
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] git check out fails

2013-07-19 Thread Marcus D. Leech

On 07/19/2013 11:33 AM, Matt D wrote:

i cant use the build script because the git check out fails.  i suspect
it has something to do with my router.  i don't know what setting i
should change.  any suggestions will be much appreciated.
thanks
Tweak the firewall rules on your router to allow GIT to pass through.  
Default port is 9418 for GIT.


I can't tell you how to do that on your router.



--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Gnuradio 3.6.x recipe for pybombs ?

2013-07-19 Thread M Dammer
Has anyone a recipe for installing the 3.6-branch via pybombs ? I need a
3.6 parallel installation on my system, because many old projects are
not working "out of the box" in 3.7.x. Even many of the projects
referenced by recipes that currently come with pybombs do not compile.
tnx, Mark



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] wav file source question

2013-07-19 Thread tom sutherland
I don't know how to post the answer to the discussion group correctly so I just 
sent this to you. I got the same errors. I can write a wav file, I can play the 
wav file using any other audio player but GNUradio "wav source" block gives me 
the same " no samples.." error. I got around this by using the "File Source" 
and "File Save" blocks using *.wav as the names. It seemed to work.
Tom S.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Gnuradio 3.6.x recipe for pybombs ?

2013-07-19 Thread Tom Rondeau
On Fri, Jul 19, 2013 at 12:31 PM, M Dammer  wrote:
> Has anyone a recipe for installing the 3.6-branch via pybombs ? I need a
> 3.6 parallel installation on my system, because many old projects are
> not working "out of the box" in 3.7.x. Even many of the projects
> referenced by recipes that currently come with pybombs do not compile.
> tnx, Mark

Mark,

You can edit the recipe file to change the branch you want to check
out. In pybombs/recipes/gnuradio.lwr look for the 'gitbranch' line.
Change this from 'master' to the tag of the version you want, such as
'v3.6.5.1' for the latest in the 3.6 version.

Tom

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] git check out fails

2013-07-19 Thread Matt D
On 07/19/2013 11:41 AM, Marcus D. Leech wrote:
> On 07/19/2013 11:33 AM, Matt D wrote:
>> i cant use the build script because the git check out fails.  i suspect
>> it has something to do with my router.  i don't know what setting i
>> should change.  any suggestions will be much appreciated.
>> thanks
> Tweak the firewall rules on your router to allow GIT to pass through. 
> Default port is 9418 for GIT.
> 
> I can't tell you how to do that on your router.
> 
> 

i just tried the biuld script with a cable plugged in directly to a
modem. No router, no firewall, no nothing. the git still fails!!??

===> THIS MAY TAKE QUITE SOME TIME <=
Fetching Gnu Radio via GIT...Could not find
gnuradio/gnuradio-{core,runtime} after GIT checkout
GIT checkout of Gnu Radio failed!

omg.  what do i have to do here?

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] git check out fails

2013-07-19 Thread Monahan-Mitchell, Tim
>> ===>  THIS MAY TAKE QUITE SOME TIME<= Fetching Gnu Radio 
>> via GIT...Could not find gnuradio/gnuradio-{core,runtime} after GIT 
>> checkout GIT checkout of Gnu Radio failed!
>>
>> omg.  what do i have to do here?
>>
> Well, you could run it using --verbose to see if there's anything extra going 
> wrong.

It looks like the build_gnuradio script is being used.

Just try the git command that is in the script by itself like this I think:

git clone --verbose http://gnuradio.org/git/gnuradio.git

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] git check out fails

2013-07-19 Thread Marcus D. Leech

On 07/19/2013 02:04 PM, Matt D wrote:

On 07/19/2013 11:41 AM, Marcus D. Leech wrote:

On 07/19/2013 11:33 AM, Matt D wrote:

i cant use the build script because the git check out fails.  i suspect
it has something to do with my router.  i don't know what setting i
should change.  any suggestions will be much appreciated.
thanks

Tweak the firewall rules on your router to allow GIT to pass through.
Default port is 9418 for GIT.

I can't tell you how to do that on your router.



i just tried the biuld script with a cable plugged in directly to a
modem. No router, no firewall, no nothing. the git still fails!!??

===>  THIS MAY TAKE QUITE SOME TIME<=
Fetching Gnu Radio via GIT...Could not find
gnuradio/gnuradio-{core,runtime} after GIT checkout
GIT checkout of Gnu Radio failed!

omg.  what do i have to do here?

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Well, you could run it using --verbose to see if there's anything extra 
going wrong.




--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Configuring extras:tun/tap on ubuntu 12.04

2013-07-19 Thread GNU radio
Hi
I have a problem with configuring the gr0 interface for gnuradio on
ubuntu 12.04.

The command
$sudo ifconfig gr0 192.168.200.1

does not work and return back error of

SIOCSIFADDR: No such device
gr0: ERROR while getting interface flags: No such device

I have tried a number of methods from the linux community but non of them
works.

Does any one in gnuradio community have any clue about it.

Regards
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Configuring extras:tun/tap on ubuntu 12.04

2013-07-19 Thread Bastian Bloessl

Hi,

On 07/20/2013 01:22 AM, GNU radio wrote:

Hi
 I have a problem with configuring the gr0 interface for gnuradio on
ubuntu 12.04.

The command
$sudo ifconfig gr0 192.168.200.1

does not work and return back error of

SIOCSIFADDR: No such device
gr0: ERROR while getting interface flags: No such device

I have tried a number of methods from the linux community but non of
them works.

Does any one in gnuradio community have any clue about it.



This commands work for me:

https://github.com/bastibl/gr-ieee802-11/blob/master/apps/rx_demo.sh#L22

Best,
Bastian

--
Dipl.-Inform. Bastian Bloessl
Institute of Computer Science
University of Innsbruck, Austria
Phone: +43 512 507-53288 / Fax: -53079
http://ccs.uibk.ac.at/~bloessl/

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio