[Discuss-gnuradio] xtclsh not found

2010-12-17 Thread anirudh2059.
Hi, When I try to make the Makefile, i get an error in the console saying that xtclsh not found. Where can i get this file? -- View this message in context: http://old.nabble.com/xtclsh-not-found-tp30486735p30486735.html Sent from the GnuRadio mailing list archive at Nabble.com. _

Re: [Discuss-gnuradio] UHD: cannot find usrp2.

2010-12-17 Thread Marcus D. Leech
On 12/17/2010 09:56 PM, Josh Blum wrote: > > > Disabling the firewall entirely seems to fix it. Thats using a > sledgehammer when you need a chisel. :-) > > -josh > > ___ > > The "most elegant" way to solve this is with a "conntrack" module for the ker

Re: [Discuss-gnuradio] gnuradio volk compilation err or: error: ‘_mm_popcnt_u64’ was not declared in this sco pe

2010-12-17 Thread Tom Rondeau
On Fri, Dec 17, 2010 at 3:11 AM, Ruben Merz wrote: > Hi Tom > > > Thanks. Using configure --with-lv_arch="generic mmx sse sse2 sse3 ssse3 > sse4_a sse4_1" i.e. removing 64 and sse4_2 worked. > > Ruben Ok, I pushed an update to next that should fix your problem. Try to configure now without passi

Re: [Discuss-gnuradio] how to get started using UHD

2010-12-17 Thread Marcus D. Leech
On 12/18/2010 12:07 AM, Steve Mcmahon wrote: > Hello: > > I have a USRP2 with a WBX, and I'm using a raw Ethernet interface. I'm > running GNU Radio 3.3.0 with openSUSE 11.2 and Python 2.6.2 > > How can I get started using UHD? > > I need to get a branch of GNU Radio that supports it, but I don't

[Discuss-gnuradio] how to get started using UHD

2010-12-17 Thread Steve Mcmahon
Hello: I have a USRP2 with a WBX, and I'm using a raw Ethernet interface. I'm running GNU Radio 3.3.0 with openSUSE 11.2 and Python 2.6.2 How can I get started using UHD? I need to get a branch of GNU Radio that supports it, but I don't know Git at all. How can I pull the correct GNU Radio tre

Re: [Discuss-gnuradio] Gnuradio configure error (latest code)

2010-12-17 Thread Tom Rondeau
On Fri, Dec 17, 2010 at 4:28 PM, Sangho Oh wrote: > In the gburadio directory I did: > > make unistall > make clean > make distclean > git pull > git checkout master > ./configure > > Then,. I got following error "config.status: error: cannot find input file: > `omnithread/gnuradio-omnithread.pc.i

Re: [Discuss-gnuradio] Diff between raw and udp

2010-12-17 Thread Josh Blum
If you are using the legacy gnuradio usrp2 driver, please use the raw ethernet images posted here: http://code.ettus.com/redmine/ettus/projects/public/wiki/U2binaries The images are noted "Use this with the mainline GNU Radio release" or "Use this with Raw Ethernet..." -josh On 12/17/2010 03:53

Re: [Discuss-gnuradio] UHD: cannot find usrp2.

2010-12-17 Thread Josh Blum
On 12/17/2010 06:16 PM, Marcus D. Leech wrote: > On 12/17/2010 06:00 PM, Josh Blum wrote: >> firewall perhaps? try this: >> >> http://www.ettus.com/uhd_docs/manual/html/usrp2.html#debugging-networking-problems >> >> > I've found that on recent Fedoren, uhd_find_devices doesn't work, but if > I ex

Re: [Discuss-gnuradio] UHD: cannot find usrp2.

2010-12-17 Thread Marcus D. Leech
On 12/17/2010 06:00 PM, Josh Blum wrote: firewall perhaps? try this: http://www.ettus.com/uhd_docs/manual/html/usrp2.html#debugging-networking-problems I've found that on recent Fedoren, uhd_find_devices doesn't work, but if I explicitly: uhd_usrp_probe --args "addr=192.168.10.2" It works j

Re: [Discuss-gnuradio] Diff between raw and udp

2010-12-17 Thread Gabriel Morel
But what i really want to know is: If i don't need this option, is it better to use the raw internet or they don't have any difference between both? - Original Message - From: "Josh Blum" To: Sent: Friday, December 17, 2010 5:34 PM Subject: Re: [Discuss-gnuradio] Diff between raw a

Re: [Discuss-gnuradio] gnuradio make error

2010-12-17 Thread Don Ward
alirazib wrote: I have installed cygwin with all the required packages, and then installed boost, portaudio, SDCC and FFTW. WxPython could not be installed (WxWidgets was okay, but then error occurred during 'make'). Anyway, I thought WxPython is not absolutely vital for the initial experiment

Re: [Discuss-gnuradio] Diff between raw and udp

2010-12-17 Thread Gabriel Morel
Sorry, i think i should said use. Use a digital filter in example, or anytype of modulation wrote in matlab. Gabriel - Original Message - From: "Josh Blum" To: Sent: Friday, December 17, 2010 5:34 PM Subject: Re: [Discuss-gnuradio] Diff between raw and udp On 12/17/2010 02:21 P

Re: [Discuss-gnuradio] UHD: cannot find usrp2.

2010-12-17 Thread Josh Blum
firewall perhaps? try this: http://www.ettus.com/uhd_docs/manual/html/usrp2.html#debugging-networking-problems On 12/17/2010 02:55 PM, Sangho Oh wrote: > uhd_find_devices --> > > linux; GNU C++ version 4.4.1; Boost_103800; UHD_0001.20101216232717.a78a72f > No UHD Devices Found > > -

[Discuss-gnuradio] UHD: cannot find usrp2.

2010-12-17 Thread Sangho Oh
uhd_find_devices --> linux; GNU C++ version 4.4.1; Boost_103800; UHD_0001.20101216232717.a78a72f No UHD Devices Found -- 1. Used the latest UHD code by git pull 2. Used the latest firmware in http://www.ettus.com/downloads/uhd_images/UHD-images-most-recent

Re: [Discuss-gnuradio] Diff between raw and udp

2010-12-17 Thread Josh Blum
On 12/17/2010 02:21 PM, Gabriel Morel wrote: > So if i have to validate a block on Matlab, i have to use the udp, is it > that?. But if i don't need this option, is it better to use the raw > internet or they don't have any difference between both? > Validate a block what? See the notes at th

[Discuss-gnuradio] Gnuradio configure error (latest code)

2010-12-17 Thread Sangho Oh
In the gburadio directory I did: make unistall make clean make distclean git pull git checkout master ./configure Then,. I got following error "config.status: error: cannot find input file: `omnithread/gnuradio-omnithread.pc.in'" Anyone knows how to fix it?? -- *From: Sangho Oh * * * ___

Re: [Discuss-gnuradio] Diff between raw and udp

2010-12-17 Thread Gabriel Morel
So if i have to validate a block on Matlab, i have to use the udp, is it that?. But if i don't need this option, is it better to use the raw internet or they don't have any difference between both? -Gabriel - Original Message - From: "Josh Blum" To: Sent: Friday, December 17, 2010

[Discuss-gnuradio] gnuradio make error

2010-12-17 Thread alirazib
Hi, I have installed cygwin with all the required packages, and then installed boost, portaudio, SDCC and FFTW. WxPython could not be installed (WxWidgets was okay, but then error occurred during 'make'). Anyway, I thought WxPython is not absolutely vital for the initial experiments, so I left it

[Discuss-gnuradio] Re: make check failed: data length must be a multiple of vlen

2010-12-17 Thread Ben Hilburn
Oops, forgot to mention that this is running off a recent checkout of the development git tree. Cheers, Ben On Fri, Dec 17, 2010 at 4:12 PM, Ben Hilburn wrote: > Hey all - > > I'm building gnuradio on a Beagle Board xM (Rev B) and ran into a > problem I haven't seen before. > > While make check

Re: [Discuss-gnuradio] make check failed: data length must be a multiple of vlen

2010-12-17 Thread Philip Balister
On 12/17/2010 04:12 PM, Ben Hilburn wrote: Hey all - I'm building gnuradio on a Beagle Board xM (Rev B) and ran into a problem I haven't seen before. While make checking, I hit this: http://pastebin.com/WnSb17Bk Unfortunately, no further information is given, and I can't seem to track down mu

Re: [Discuss-gnuradio] time to reconfigure a block in flowgraph

2010-12-17 Thread Josh Blum
On 12/17/2010 10:28 AM, Steve Mcmahon wrote: > Hello Martin Braun: > > I'm not sure what you mean. There is no set_center_freq() method in > gr_sig_source_c. > > When you say the best way to implement frequency hopping is to "use a > larger bandwidth and do the tuning digitally", you mean to do

[Discuss-gnuradio] make check failed: data length must be a multiple of vlen

2010-12-17 Thread Ben Hilburn
Hey all - I'm building gnuradio on a Beagle Board xM (Rev B) and ran into a problem I haven't seen before. While make checking, I hit this: http://pastebin.com/WnSb17Bk Unfortunately, no further information is given, and I can't seem to track down much else. I know the error message is coming

Re: [Discuss-gnuradio] Diff between raw and udp

2010-12-17 Thread Josh Blum
The udp image was experimental driver for USRP2 to talk over UPD/IP. It is hosted there for the accompanying mathworks software. You can also use it with the udp branch on my jblum.git repo. All continued work on getting USRP2 to talk over UDP has continued on in the UHD driver project for USRP har

[Discuss-gnuradio] Diff between raw and udp

2010-12-17 Thread Gabriel Morel
Hi everybody, someone can tell me the major difference between the raw ethernet version and the udp version for the fpga image? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] time to reconfigure a block in flowgraph

2010-12-17 Thread Steve Mcmahon
Hello Martin Braun: I'm not sure what you mean. There is no set_center_freq() method in gr_sig_source_c. When you say the best way to implement frequency hopping is to "use a larger bandwidth and do the tuning digitally", you mean to do the tuning in software in the Python flowgraph using Gnur

Re: [Discuss-gnuradio] Compiling all the .v files in Usrp2 folder in ISE 12.1

2010-12-17 Thread Gregor Dschung
You have to call "make -f Makefile.udp proj" under top/u2_rev3... the appropriate ISE-Project will be generated in top/u2_rev3/build-udp. Just open u2_rev3.xise with the Project Navigator. As soon as you generated the ISE-Project, you are able to work with ISE under Windows or Linux. For me, bo

Re: [Discuss-gnuradio] Compiling all the .v files in Usrp2 folder in ISE 12.1

2010-12-17 Thread MorelGabriel
anirudh2059. wrote: > > Hi, > > I am a new bee in GNU radio. I have downloaded all the files from the .git > repository , I want to compile all the .v files in usrp2 folder and > generate a single .bit file. Kindly provide the top level module. Kindly > mail it on my email ID anirudh2...@gmail.

[Discuss-gnuradio] Compiling all the .v files in Usrp2 folder in ISE 12.1

2010-12-17 Thread anirudh2059.
Hi, I am a new bee in GNU radio. I have downloaded all the files from the .git repository , I want to compile all the .v files in usrp2 folder and generate a single .bit file. Kindly provide the top level module. Kindly mail it on my email ID anirudh2...@gmail.com -- View this message in contex

Re: [Discuss-gnuradio] gnuradio volk compilation err or: error: ‘_mm_popcnt_u64’ was not declared in this sco pe

2010-12-17 Thread Tom Rondeau
On Fri, Dec 17, 2010 at 4:11 AM, Ruben Merz wrote: > Hi Tom > > > Thanks. Using configure --with-lv_arch="generic mmx sse sse2 sse3 ssse3 > sse4_a sse4_1" i.e. removing 64 and sse4_2 worked. > > Ruben Oh, yeah, of course. Long day; forgot which arch we were talking about. Thanks again for the in

Re: [Discuss-gnuradio] volk not installed as python module

2010-12-17 Thread Tom Rondeau
On Thu, Dec 16, 2010 at 11:35 PM, Kyle Zhou wrote: > On 17/12/2010 3:20 PM, Tom Rondeau wrote: >> >> On Thu, Dec 16, 2010 at 10:48 PM, Kyle Zhou  wrote: >>> >>> Ubuntu 10.10 >>> After building volk successfully, make install does not put anything into >>> python2.6/dist-packages/gnuradio >>> Kyle

Re: [Discuss-gnuradio] gnuradio vol k compilation error: error: ‘_mm_popc nt_u64’ was not declared in this scope

2010-12-17 Thread Ruben Merz
Hi Tom Thanks. Using configure --with-lv_arch="generic mmx sse sse2 sse3 ssse3 sse4_a sse4_1" i.e. removing 64 and sse4_2 worked. Ruben On 12/17/10 3:08 AM, Tom Rondeau wrote: configure --with-lv_arch="generic 64 mmx sse sse2 sse3 ssse3 sse4_a sse4_1 sse4_2 -- Ruben Merz

Re: [Discuss-gnuradio] time to reconfigure a block in flowgraph

2010-12-17 Thread Martin Braun
On Thu, Dec 16, 2010 at 05:32:23PM -0800, Steve Mcmahon wrote: > Hello: > > I need some help on a timing issue. > > I have a timer running on a separate thread which changes parameters in my > flow graph every 100ms or 200ms. When I change the frequency of my Signal > Source by using gr.sig_sou