Re: [Discuss-gnuradio] how to send patches? how to become bug reporter on redmine?

2013-07-09 Thread Timo Juhani Lindfors
Johnathan Corgan writes: > This is done. Thanks! How about also updating http://gnuradio.org/redmine/projects/gnuradio/wiki/Development#How-do-I-submit-patches to state that you should write to the discuss list to ask for reporter permissions? ___ Di

[Discuss-gnuradio] how to send patches? how to become bug reporter on redmine?

2013-07-09 Thread Timo Juhani Lindfors
Hi, can somebody set the appropriate redmine flag to allow me to send patches? I'd like to send a patch. http://gnuradio.org/redmine/projects/gnuradio/issues says "logged in as lindi" but I don't see any option of adding new issues http://gnuradio.org/redmine/projects/gnuradio/issues/new says

[Discuss-gnuradio] usrp_spectrum_sense.py does not warn if given frequency is invalid

2013-05-13 Thread Timo Juhani Lindfors
Hi, usrp_spectrum_sense.py contains if not self.set_freq(target_freq): print "Failed to set frequency to", target_freq but this does not seem to get triggered even if I use an obviously invalid frequency: $ ./gr-uhd/examples/python/usrp_spectrum_sense.py --args addr=ettus2.lan --samp-rate

Re: [Discuss-gnuradio] COST-TERRA examples need gnuradio from 'next' branch?

2013-02-08 Thread Timo Juhani Lindfors
Tom Rondeau writes: > Hi Timo, no you're not missing anything. The constellation plotter is a > next/3.7 thing only. It must have slipped past when creating those > examples. That was a real headache, actually, trying to get scripts for > both versions that made sense. I rely so much these days on

[Discuss-gnuradio] COST-TERRA examples need gnuradio from 'next' branch?

2013-02-07 Thread Timo Juhani Lindfors
Hi, the "COST-TERRA Summer School, Dublin, Ireland" slides at http://www.trondeau.com/gr-tutorial/ are great. Thanks a lot, Tom! However, is it possible that some of the examples use features that are only available in git? If I try $ wget http://www.trondeau.com/storage/tutorial/mpsk_scripts_3_

Re: [Discuss-gnuradio] git HEAD: Could not create output directory .../swig/runtime_swig_doc_swig_docs/xml

2012-03-20 Thread Timo Juhani Lindfors
Tom Rondeau writes: > Have you just tried to go in and compile it by hand? Yes. This failure seems to still occur sometimes but not very often. > Do you have any directory permission issues? This can often happen by > building as root, so new files/directories are owned by root. I'm working as

[Discuss-gnuradio] git HEAD: Could not create output directory .../swig/runtime_swig_doc_swig_docs/xml

2012-03-19 Thread Timo Juhani Lindfors
Hi, building gnuradio HEAD, bbddd082607a8632322d7774ae8ad54e7e84f6de with script -c 'export PKG_CONFIG_PATH=/opt/uhd/lib/pkgconfig; cmake -DCMAKE_INSTALL_PREFIX=/opt/gnuradio .. && make -j6 && make install' /opt/gnuradio/build.log failed today with Could not create output directory /home/lin

Re: [Discuss-gnuradio] GR standard UHD options parser module

2011-12-30 Thread Timo Juhani Lindfors
"Marcus D. Leech" writes: > And you don't *have* to use build-gnuradio. There are "recipes" for a Indeed, I didn't even know about such a script. I built gnuradio just like every other piece of software. ___ Discuss-gnuradio mailing list Discuss-gnura

Re: [Discuss-gnuradio] GR standard UHD options parser module

2011-12-30 Thread Timo Juhani Lindfors
Andrew Davis writes: > FreeBSD user forced into Ubuntu as no other operating system can compile > GNUradio since 3.2. OK sorry for the rant. It does build here on debian unstable. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists

Re: [Discuss-gnuradio] RuntimeError: audio_alsa_sink

2011-12-16 Thread Timo Juhani Lindfors
merve deniz writes: > audio_alsa_sink[hw:0,0]: unable to support sampling rate 32000 > card requested 44100 instead. I route audio from gnuradio to pulseaudio using --audio-output pcm.pulse Since pulseaudio can resample 32000 -> 44100 easily this works very well (I also often listen to the ou

Re: [Discuss-gnuradio] wxGUI graphical sink with X11 forwarding broken

2011-12-15 Thread Timo Juhani Lindfors
Michael Hartje writes: > GnuRadio on 192.168.1.10 (Opensuse 11.4) > xterminal on 192.168.1.11 (Opensuse 11.4) Not sure if it helps but I use xpra to run gnuradio on a remote computer. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://l

[Discuss-gnuradio] grc hardcoded to use xterm as a terminal emulator?

2011-12-09 Thread Timo Juhani Lindfors
Hi, I just noticed that grc/python/Generator.py is hardcoded to use xterm as a terminal emulator. This is somewhat problematic [1] for me so I'd like to make it configurable, how would you rather see that done? Would adding a new option (like "no_gui_terminal_emulator") to the flowchart be too mes