Try this page:
https://github.com/mossmann/hackrf/wiki/FAQ
On 9/9/2014 7:24 AM, GeorgeF wrote:
When I run "sudo apt-get install hackrf-tools" I get the following:
"E: Unable to locate package hackrf-tools".
I then assumed that the command should be "sudo apt-get install
hackrf". That seemed to install something.
I then added the needed line to 52-hackrf.rules and rebooted.
Now when I run hackrf_info I received the following:
hackrf_open() failed: HACKRF_ERROR_NOT_FOUND (-5)
What else am I missing?
George
On 9/8/2014 18:35, Doug Hutton wrote:
George -
I just finished doing the same thing for my shiny-new Hackrf.
Here is what worked for me on the same Ubuntu and GNURadio:
sudo apt-get install hackrf-tools
Add a one-line file to enable USB access to hackrf.
sudo gedit
Start a new file and enter this one line:
ATTR{idVendor}=="1d50", ATTR{idProduct}=="6089",
SYMLINK+="hackrf-one-%k", MODE="660", GROUP="plugdev"
Right-click on the file tab, click Save As, click on Computer, then
go to this directory:
/etc/udev/rules.d Enter this file name: 52-hackrf.rules
then click Save.
Exit gedit
*Reboot**
*
With Hackrf One plugged in to USB, test it:
hackrf_info
A few lines of data should display.
Doug
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio