Re: [Discuss-gnuradio] buffer allocation failing with RuntimeError: bad_alloc

2019-11-22 Thread Eamon Heaney
n > > ${HOME}/.gnuradio/prefs/vmcircbuf_default_factory > > and see what is there and maybe change to this: > > gr::vmcircbuf_mmap_tmpfile_factory > > Philip > > > On 11/21/19 4:59 AM, Eamon Heaney wrote: > > I'm running the sample wifi_tx.grc flowchart from g

Re: [Discuss-gnuradio] buffer allocation failing with RuntimeError: bad_alloc

2019-11-21 Thread Eamon Heaney
st be running an older kernel that doesn't set kernel.shmmax to some > large value. > > To check the current setting: > > sysctl kernel.shmmax > > To set it higher: > > sudo -w kernel.shmmax=2147483648 > > Ron > On 11/21/19 01:59, Eamon Heaney wrote: > &g

[Discuss-gnuradio] buffer allocation failing with RuntimeError: bad_alloc

2019-11-21 Thread Eamon Heaney
r, max_noutput_items) >RuntimeError: std::bad_alloc " Here's a picture of my flowchart: [image: gnuradio-runtimeError-bad_alloc.png] Tested this on a different machine, and it works fine, so the problem isn't with the flowchart itself. I'm working off the maint-3.8 branch, installed from source. An

[Discuss-gnuradio] Alternative to gr-osmosdr for HackRF source/sink blocks?

2019-11-14 Thread Eamon Heaney
there that are compatible with the HackRF AND gnuradio 3.8? Thanks! -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech*

[Discuss-gnuradio] qa_qtgui test failing with a segfault?

2019-11-09 Thread Eamon Heaney
ay/working/seniordesign/gnuradio/gr-qtgui/python/qtgui/qa_qtgui.py Has anyone else encountered this issue, or is aware of a solution? I'm on a Fedora 29 machine, with every python qt4/5 library installed via pip. Thanks! -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech*

Re: [Discuss-gnuradio] Transmitting 802.11 packets with the HackRF w/out burst transmissions

2019-11-05 Thread Eamon Heaney
s > zeros to the end of a tagged stream to fill the buffer of the SDR. > > The block is added to bastibl's gr-foo OOT module. The Block is called > "pad tagged stream". To use it you need to set the buffer size to the > buffer size of the HackRF. > > Regards, > Alex &

[Discuss-gnuradio] Transmitting 802.11 packets with the HackRF w/out burst transmissions

2019-11-05 Thread Eamon Heaney
l's gr-ieee802-11 repo so far, but it looks like I'll need another approach. Is there another method that could transmit 802.11 packets that would work with the HackRF? Thanks! -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech*

Re: [Discuss-gnuradio] How to convert a binary file input to a PMT?

2019-11-01 Thread Eamon Heaney
gt; *The Aerospace Corporation* > -- > *From:* Discuss-gnuradio aero....@gnu.org> on behalf of Eamon Heaney > *Sent:* Friday, November 1, 2019 08:45 > *To:* discuss-gnuradio > *Subject:* Re: [Discuss-gnuradio] How to convert a binary file input to a > PM

Re: [Discuss-gnuradio] How to convert a binary file input to a PMT?

2019-11-01 Thread Eamon Heaney
Bumping this, still can't figure out how to turn a binary file source into a PDU that I can transmit. Any advice would be appreciated. On Tue, Oct 29, 2019, 12:59 PM Eamon Heaney wrote: > Attempting to transmit a wifi packet with gr-ieee802.11. I'm reading in > the payload binary from

[Discuss-gnuradio] How to convert a binary file input to a PMT?

2019-10-29 Thread Eamon Heaney
. [image: wifi_file_tx-help_me.png] Thanks! -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech*

[Discuss-gnuradio] Packet transmission questions from a newb

2019-10-27 Thread Eamon Heaney
le (WiFi MAC)? Thanks! -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech*

Re: [Discuss-gnuradio] Ubuntu: Pybombs install UHD hangs at 6%?

2019-10-16 Thread Eamon Heaney
roblem as this guy > (https://www.raspberrypi.org/forums/viewtopic.php?t=169608) ... 6hrs > down to 7minutes when he's not getting swapped to death. > > On Wed, Oct 16, 2019 at 12:51 PM Eamon Heaney wrote: > > > > Hi, > > > > I'm trying to get Bastib's gr-foo workin

[Discuss-gnuradio] Ubuntu: Pybombs install UHD hangs at 6%?

2019-10-16 Thread Eamon Heaney
fter it didn't budge for half an hour. Screenshot of the problem attached. Any idea why this is happening? -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech* ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.

Re: [Discuss-gnuradio] 802.11a capture with HackRF - Why am I not receiving signals anymore?

2019-08-15 Thread Eamon Heaney
irectly to your HackRF-interfacing source > (probably the osmocom source?). > > Best regards, > Marcus > > On Mon, 2019-08-12 at 15:27 -0400, Eamon Heaney wrote: > > Do you mean with a spectrum analyzer? Forgive me if that's a dumb > > question, I'm a bit new to this.

Re: [Discuss-gnuradio] 802.11a capture with HackRF - Why am I not receiving signals anymore?

2019-08-12 Thread Eamon Heaney
ive. Also, how does > receiving a 20 MHz wide channel with a HackRF work? Wasn't the maximum > bandwidth of that lower? > > On Mon, 2019-08-12 at 15:10 -0400, Eamon Heaney wrote: > > Last week, I was able to capture wifi packets in the 2.4 GHz band > > (using a modified examp

[Discuss-gnuradio] 802.11a capture with HackRF - Why am I not receiving signals anymore?

2019-08-12 Thread Eamon Heaney
eee802-11> -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech* ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] USRP source gain vs osmocom source gain?

2019-06-11 Thread Eamon Heaney
that into parameters for the osmocom source, which has 3 gain options: RF gain, IF gain, and BB gain, all in dB. I tried setting the RF gain = 20log(.75) = -2.49877, but that just resulted in mangled packets. Any suggestions? -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech

[Discuss-gnuradio] Can't open GNURadio Companion as root?

2019-06-08 Thread Eamon Heaney
t;, line 57, in _init warnings.warn(str(e), _gtk.Warning) gtk.GtkWarning: could not open display The instructions on the github repo I'm working from indicate that I should be running this as root, so I do think it's necessary. Any ideas on how to fix this? -- Eamon He

[Discuss-gnuradio] test message please ignore

2019-06-06 Thread Eamon Heaney
Another test message, due to my subscription wonkiness. Thank you for bearing with me. -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech* ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman

[Discuss-gnuradio] Getting a Runtime Error: gr::tuntap_pdu::make: tun_alloc failed

2019-06-06 Thread Eamon Heaney
ke" or "tun_alloc" are. There was one similar email chain (https://marc.info/?l=gnuradio-discuss=141563926501407=2) from a few years ago, but the solution he found doesn't seem to work; changing TUNTAP PDU doesn't fix the problem. Anyone have a clue as to why these tuntap p

[Discuss-gnuradio] Getting a Runtime Error: gr::tuntap_pdu::make: tun_alloc failed

2019-06-05 Thread Eamon Heaney
ew years ago, but the solution he found doesn't seem to work; changing TUNTAP PDU doesn't fix the problem. Anyone have a clue as to why these tuntap pdu things are acting up? -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech* ___

Re: [Discuss-gnuradio] Wifi receiver - where do I dump the WiFi PHY Hier out?

2019-06-05 Thread Eamon Heaney
nvm, solved. The appropriate placeholder block is a null sink. On Wed, Jun 5, 2019 at 6:08 PM Eamon Heaney wrote: > Hi y'all, > > I'm trying to get a wifi transceiver working with HackRF and gnuradio, > specifically using the tools from this github repo: > https://github.com/bas

[Discuss-gnuradio] Wifi receiver - where do I dump the WiFi PHY Hier out?

2019-06-05 Thread Eamon Heaney
aph output is colored blue in the gui, if that helps. Thanks! -- Eamon Heaney *Fleet Commander* *President, Model UN at Virginia Tech* ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio