Package Details: rtl-sdr-git 2.0.1.4.gaf33886-1

Git Clone URL: https://aur.archlinux.org/rtl-sdr-git.git (read-only, click to copy)
Package Base: rtl-sdr-git
Description: Driver for Realtek RTL2832U, allowing general purpose software defined radio (SDR)
Upstream URL: https://osmocom.org/projects/rtl-sdr/wiki
Licenses: GPL
Conflicts: rtl-sdr
Provides: rtl-sdr
Submitter: akurei
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 30
Popularity: 0.010845
First Submitted: 2012-03-28 10:40 (UTC)
Last Updated: 2024-02-17 13:15 (UTC)

Dependencies (4)

Required by (70)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

keenerd commented on 2012-11-08 19:02 (UTC)

Now that this has hit 10 votes, I would like to move it to [community]. Your thoughts?

MrTea commented on 2012-09-29 18:51 (UTC)

Lines have changed again and are now 1173a1174,1175

<deleted-account> commented on 2012-09-05 18:50 (UTC)

If you get: usb_claim_interface error -6 Add this patch to avoid error: cd "$srcdir/$_gitname-build/" +echo -e '1061a1062,1063\n> libusb_detach_kernel_driver(dev->devh, 0);\n> ' | patch -i - src/librtlsdr.c mkdir build source: http://lists.osmocom.org/pipermail/osmocom-sdr/2012-May/000105.html http://www.thepowerbase.com/2012/06/getting-started-with-rtl-sdr/#comment-593512053

akurei commented on 2012-07-22 11:44 (UTC)

Done.

R00KIE commented on 2012-07-04 18:46 (UTC)

You probably want to add something like this at the end of the package routine: install -D -m644 "$srcdir/$_gitname-build/rtl-sdr.rules" "$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"

akurei commented on 2012-05-25 15:30 (UTC)

Good idea. Updated.

BlackLotus89 commented on 2012-05-25 15:18 (UTC)

how about cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../ instead of just cmake ../ I hate picking things up from /usr/local

akurei commented on 2012-04-25 21:10 (UTC)

I modified the PKGBUILD. Thanks, 0xfc! Please note: The executable is now named "rtl_sdr" and not "rtl-sdr".