I want to execute the usrp_echotimer_dual_cw example from the GNURadio gr-radar OOT module. The flowgraph works fine with the internal gigabit ethernet adapter but fails with the external PCI gigabit ethernet adapter. Here is the output of the successful execution (eth0) of the flowgraph: The failed execution (eth1) looks like this: These are my network cards: I don’t think it
Tag: gnuradio
GNU Radio & Python script: “shmget (2): No space left on device”
I currently have the following error when running a Python script with gnuradio 3.7 blocks: I have followed the lines as suggest here: http://osdir.com/ml/discuss-gnuradio-gnu/2013-06/msg00521.html and changing the kernel.shmall and kernel.shmmax values. But what are acceptable values? I have increased them 8 fold and have had no success. More info: I am starting and stopping gnuradio pythons chains in a loop.