Package Details: gqrx-git 1:r2574.25fdbb5a-1

Git Clone URL: https://aur.archlinux.org/gqrx-git.git (read-only, click to copy)
Package Base: gqrx-git
Description: SDR receiver for Funcube Dongle, RTL-SDR, USRP and OsmoSDR devices.
Upstream URL: http://gqrx.dk/
Licenses: GPL
Conflicts: gqrx
Provides: gqrx
Submitter: ivanovp
Maintainer: ivanovp
Last Packager: ivanovp
Votes: 37
Popularity: 0.084175
First Submitted: 2012-06-30 13:13 (UTC)
Last Updated: 2024-09-28 04:53 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

Gringo commented on 2013-01-24 19:23 (UTC)

I had some problems with my DVB-T receiver before, but this seems now fixed. Users of adapters with the rtl2832u chipset can now probably use the dvb_v2 driver from the kernel (>= 3.7.3). Use the following installation order to get Gqrx working for rtl8232u: libuhd -> gnuradio-git -> rtl-sdr-git -> gr-osmosdr-git -> gqrx-git . My adapter is the Ezcap EZTV645 [1] identified by Linux 3.7.4 as [2] and receives radio just fine if the mode is set to Wide FM (stereo). [1] Ezcap EZTV645 (DealExtreme.com): http://goo.gl/QtUJA [3] dmesg | grep dvb: dvb_usb_v2: 'Realtek RTL2832U reference design' successfully initialized and connected

ivanovp commented on 2013-01-24 15:23 (UTC)

@adampolski: Thanks for correction.

ivanovp commented on 2013-01-24 15:11 (UTC)

Dependency of python2-cheetah was added.

adampolski commented on 2013-01-20 17:43 (UTC)

I think python2-cheetah should be added to the list of dependencies

Gringo commented on 2012-07-31 14:32 (UTC)

I supplied a patch upstream at the gqrx forum [1]. The patch was applied to the git-master branch yesterday. The application compiles succesfully now without the need of patches in AUR. Removed the out-of-date flag. [1] https://groups.google.com/forum/#!topic/gqrx/fDkQfvAMhsA

Gringo commented on 2012-07-27 12:24 (UTC)

If you have upgraded to boost 1.50.0 you will notice that gqrx will not link correctly and exits with the following error: /usr/bin/ld: main.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv' /usr/bin/ld: note: '_ZN5boost6system15system_categoryEv' is defined in DSO /usr/lib/libboost_system.so.1.50.0 so try adding it to the linker command line /usr/lib/libboost_system.so.1.50.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make: *** [gqrx] Error 1 This is because the recently released boost 1.5 library requires an explicit link to the libboost_library. This can be done by modifying the gqrx.pro file as follows: 1) Search for the line containing LIBS 2) Change it to: LIBS += -lboost_system -lrt A made a simple patch to fix this. You can download it from my Dropbox shared folder: http://db.tt/df2GmviD

ivanovp commented on 2012-07-01 14:10 (UTC)

libuhd should be installed prior to compiling gr-osmosdr-git and gnuradio-git if you want to use RTL2832 devices!