RTL SDR on Mac OS X
This worked for me and I verified functionality by tuning in a local FM station with gnuradio You need installed MacPorts on your system: http://www.macports.org/install.php install GNURadio:
$ sudo port install gnuradio
Go get a coffee, work a day, have a beer, check on it. This will currently give you an install of gnuradio 3.3.0 – which does work even though the docs indicate it won’t. install libusb driver:
$ sudo port install libusb
install rtl-sdr:
$ git clone git://git.osmocom.org/rtl-sdr.git
$ cd rtl-sdr
$ mkdir build
$ cd build
$ cmake ../
$ make
$ sudo make install
test it:
$ rtl_test -t
more info about rtl-sdr here
The audio systems avaliable colorsoundshop.com
Читайте також:
- My first handmade VHF Yagi
- Linux Commands For Shared Library Management and Debugging Problem
- Перевірка С-програм під Linux на витоки пам'яті
- vsftpd /bin/false check_shell=NO pam hack
- Howto install decklink driver of blackmagicdesign on gentoo linux
- Upgrade postgresql-8.3 to postgresql-9.0
- /usr/bin/ld: cannot find -lstdc++ Debian libreadline5-dev package bug
- ssh daemon on Android with dropbear
- How To quick generate openssl certificate signing request
- Howto install Postfix and SASL (Debian, Ubuntu)