Re: [Hackrf-dev] FATAL: No supported devices found to pick from.

2017-01-11 Thread Gavin Jacobs
In GnuRadioCompanion, double click the osmocom source (or sink); on the line 
that says Device Arguments, type:

hackrf=278a43c7


This is last 8 digits of the serial number from hackrf_info, which was in your 
first post.


Also, your firmware version is not the latest; that probably is not the source 
of your problems, but you should probably update it once you get things working.


On a Virtual Machine, I could always get it to sorta work, but not reliably.





From: Marc Pàmies Massip 
Sent: January 11, 2017 12:04 PM
To: Gavin Jacobs
Subject: Re: [Hackrf-dev] FATAL: No supported devices found to pick from.

Hey Gavin,

Can you tell me how to specify the hackrf by serial? Or you don't recommend to 
do this as it didn't worked at all for you?


After running command "hackrf_info" on a Linux distro it returns this:

Found HackRF board 0:
Board ID Number: 2 (HackRF One)
Firmware Version: 2014.08.1
Part ID Number: 0xa000cb3c 0x00554743
Serial Number: 0x 0x 0x466c64c8 0x278a43c7



___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


Re: [Hackrf-dev] FATAL: No supported devices found to pick from.

2017-01-11 Thread Marc Pàmies Massip
Hi Dominic,

The version I'm running is quite new, I think I downloaded version 2016.2 from 
www.kali.org. 

mpamies247@kali247:~$ uname -or
4.6.0-kali1-amd64 GNU/Linux

I had already done an update before trying the commands from my first message. 
What do you mean with trying another "GNU Radio live image"? You think the 
problem could be GNU radio?

Thank you!
On 11/01/2017 19:35:13, Dominic Spill  wrote:
On 11 January 2017 at 11:22, Marc Pàmies Massip mailto:mpamies...@gmail.com]> wrote:
>
> I am having some problems trying to use GNUradio together with a HackRF-One. 
> The hardware seems to be fine as the LED lights turned ON and it works with 
> SDR# on Windows.
>
> After running command "hackrf_info" on a Linux distro it returns this:
>
> Found HackRF board 0:
> Board ID Number: 2 (HackRF One)
> Firmware Version: 2014.08.1
> Part ID Number: 0xa000cb3c 0x00554743
> Serial Number: 0x 0x 0x466c64c8 0x278a43c7


This suggests that the hardware is accessible and you have permission to access 
it.


> Until here everything seems to work as expected. The problem comes when I 
> execute a flowgraph with an osmocom source on it, then the program displays 
> the following message:
>
> gr-osmosdr v0.1.4-75-gae686c46 (0.1.5git) gnuradio 3.7.10
> built-in source types: file fcd rtl_tcp rfspace redpitaya


This line of output suggests that the installed version od gr-osmosdr was 
either built without HackRF support or it cannot find libhackrf at runtime (I 
don't know how gr-osmosdr finds the libraries for hardware support).


> I am running a Kali Linux as a virtual machine (with VMware), which is 
> supposed to include multiple sdr tools. I think that the problem has to do 
> with some libraries or tools for HackRF, but when I try to install or upgrade 
> libhackrf or hackrf-tools the followin message appears in the terminal:
>
> root@kali247:~# apt-get install hackrf-tools
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package hackrf-tools
>
> The same message appears for libhackrf. Any idea of what could be wrong? I am 
> a bit lost right now, any help is welcome. I don't know if I am missing 
> something, if you need further information just ask.


It seems likely that your version of the HackRF tools was installed from source 
rather than the package repositories. It could be fairly out of date too.


How old is the Kali install in the VM? Would it be possible to update it or, as 
Chuck suggested, try another one such as pentoo or the GNU Radio live image?


Thanks,

Dominic
___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


Re: [Hackrf-dev] FATAL: No supported devices found to pick from.

2017-01-11 Thread Gavin Jacobs
I tried to run my hackrf in a VM and it almost worked.

For the Osmocom source block, I had to specify the hackrf by serial # on the 
device options. I got it to recognize the hackrf and it would appear to 
function for a while, but the virtual usb driver would randomly fail without 
any error messages, and then the hackrf would freeze up. Eventually I went with 
a dual boot scenario.


Jake




From: HackRF-dev  on behalf of Chuck 
McManis 
Sent: January 11, 2017 11:28:17 AM
To: Marc P?mies Massip
Cc: Hackrf-dev
Subject: Re: [Hackrf-dev] FATAL: No supported devices found to pick from.

Since you are running in a VM anyway, consider downloading the Pentoo image as 
referenced by the GreatScottGadgets site. That is very plug and play with the 
HackRF-1. A long shot would be to look for is whether or not you are a member 
of group 'plugdev' since your ls of the dev tree showed that the hackrf is 
owned by root and only gives  access to root or members of group plugdev. I 
don't think hackrf_info would work though if you weren't.




On Wed, Jan 11, 2017 at 10:22 AM, Marc P?mies Massip 
mailto:mpamies...@gmail.com>> wrote:
Hi,

I am having some problems trying to use GNUradio together with a HackRF-One. 
The hardware seems to be fine as the LED lights turned ON and it works with 
SDR# on Windows.

After running command "hackrf_info" on a Linux distro it returns this:

Found HackRF board 0:
Board ID Number: 2 (HackRF One)
Firmware Version: 2014.08.1
Part ID Number: 0xa000cb3c 0x00554743
Serial Number: 0x 0x 0x466c64c8 0x278a43c7

I can see the device when running the "lsusb" command:
Bus 002 Device 006: ID 1d50:6089 OpenMoko, Inc.

And that's the output to "ls -l /dev/bus/usb/002/006" (I don't know if it will 
be useful for you)
crw-rw+ 1 root plugdev 189, 133 ene 11 16:38 /dev/bus/usb/002/006

Until here everything seems to work as expected. The problem comes when I 
execute a flowgraph with an osmocom source on it, then the program displays the 
following message:

gr-osmosdr v0.1.4-75-gae686c46 (0.1.5git) gnuradio 3.7.10
built-in source types: file fcd rtl_tcp rfspace redpitaya

FATAL: No supported devices found to pick from.

Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.

I am running a Kali Linux as a virtual machine (with VMware), which is supposed 
to include multiple sdr tools. I think that the problem has to do with some 
libraries or tools for HackRF, but when I try to install or upgrade libhackrf 
or hackrf-tools the followin message appears in the terminal:

root@kali247:~# apt-get install hackrf-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package hackrf-tools

The same message appears for libhackrf. Any idea of what could be wrong? I am a 
bit lost right now, any help is welcome. I don't know if I am missing 
something, if you need further information just ask.

Thank you for your time,

Marc.

___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com<mailto:HackRF-dev@greatscottgadgets.com>
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


Re: [Hackrf-dev] FATAL: No supported devices found to pick from.

2017-01-11 Thread Marc Pàmies Massip
Hi Chuck,

Thanks for your fast response. I checked what you said and I was not member of 
group 'plugdev', however it might not be the problem as now I am member of the 
group and the problem persists. 

I have read that Pentoo is recommended for this hardware, but as I have been 
working with Kali (I have seen people on the internet using it for sdr projects 
without any problem) I wanted to try to figure it out first. But yes, if I 
can't fix the problem in a while I will consider changing of distro...

Marc.
On 11/01/2017 19:28:18, Chuck McManis  wrote:
Since you are running in a VM anyway, consider downloading the Pentoo image as 
referenced by the GreatScottGadgets site. That is very plug and play with the 
HackRF-1. A long shot would be to look for is whether or not you are a member 
of group 'plugdev' since your ls of the dev tree showed that the hackrf is 
owned by root and only gives access to root or members of group plugdev. I 
don't think hackrf_info would work though if you weren't.




On Wed, Jan 11, 2017 at 10:22 AM, Marc Pàmies Massip mailto:mpamies...@gmail.com]> wrote:

Hi,

I am having some problems trying to use GNUradio together with a HackRF-One. 
The hardware seems to be fine as the LED lights turned ON and it works with 
SDR# on Windows.

After running command "hackrf_info" on a Linux distro it returns this:

Found HackRF board 0:
Board ID Number: 2 (HackRF One)
Firmware Version: 2014.08.1
Part ID Number: 0xa000cb3c 0x00554743
Serial Number: 0x 0x 0x466c64c8 0x278a43c7

I can see the device when running the "lsusb" command:
Bus 002 Device 006: ID 1d50:6089 OpenMoko, Inc.

And that's the output to "ls -l /dev/bus/usb/002/006" (I don't know if it will 
be useful for you)
crw-rw+ 1 root plugdev 189, 133 ene 11 16:38 /dev/bus/usb/002/006

Until here everything seems to work as expected. The problem comes when I 
execute a flowgraph with an osmocom source on it, then the program displays the 
following message:

gr-osmosdr v0.1.4-75-gae686c46 (0.1.5git) gnuradio 3.7.10
built-in source types: file fcd rtl_tcp rfspace redpitaya

FATAL: No supported devices found to pick from.

Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.

I am running a Kali Linux as a virtual machine (with VMware), which is supposed 
to include multiple sdr tools. I think that the problem has to do with some 
libraries or tools for HackRF, but when I try to install or upgrade libhackrf 
or hackrf-tools the followin message appears in the terminal:

root@kali247:~# apt-get install hackrf-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package hackrf-tools

The same message appears for libhackrf. Any idea of what could be wrong? I am a 
bit lost right now, any help is welcome. I don't know if I am missing 
something, if you need further information just ask.

Thank you for your time,

Marc.

___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com [mailto:HackRF-dev@greatscottgadgets.com]
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev 
[https://pairlist9.pair.net/mailman/listinfo/hackrf-dev]


___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


Re: [Hackrf-dev] FATAL: No supported devices found to pick from.

2017-01-11 Thread Dominic Spill
On 11 January 2017 at 11:22, Marc Pàmies Massip 
wrote:
>
> I am having some problems trying to use GNUradio together with a
HackRF-One. The hardware seems to be fine as the LED lights turned ON and
it works with SDR# on Windows.
>
> After running command "hackrf_info" on a Linux distro it returns this:
>
> Found HackRF board 0:
> Board ID Number: 2 (HackRF One)
> Firmware Version: 2014.08.1
> Part ID Number: 0xa000cb3c 0x00554743
> Serial Number: 0x 0x 0x466c64c8 0x278a43c7

This suggests that the hardware is accessible and you have permission to
access it.

> Until here everything seems to work as expected. The problem comes when I
execute a flowgraph with an osmocom source on it, then the program displays
the following message:
>
> gr-osmosdr v0.1.4-75-gae686c46 (0.1.5git) gnuradio 3.7.10
> built-in source types: file fcd rtl_tcp rfspace redpitaya

This line of output suggests that the installed version od gr-osmosdr was
either built without HackRF support or it cannot find libhackrf at runtime
(I don't know how gr-osmosdr finds the libraries for hardware support).

> I am running a Kali Linux as a virtual machine (with VMware), which is
supposed to include multiple sdr tools. I think that the problem has to do
with some libraries or tools for HackRF, but when I try to install or
upgrade libhackrf or hackrf-tools the followin message appears in the
terminal:
>
> root@kali247:~# apt-get install hackrf-tools
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package hackrf-tools
>
> The same message appears for libhackrf. Any idea of what could be wrong?
I am a bit lost right now, any help is welcome. I don't know if I am
missing something, if you need further information just ask.

It seems likely that your version of the HackRF tools was installed from
source rather than the package repositories.  It could be fairly out of
date too.

How old is the Kali install in the VM?  Would it be possible to update it
or, as Chuck suggested, try another one such as pentoo or the GNU Radio
live image?

Thanks,
  Dominic
___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


Re: [Hackrf-dev] FATAL: No supported devices found to pick from.

2017-01-11 Thread Chuck McManis
Since you are running in a VM anyway, consider downloading the Pentoo image
as referenced by the GreatScottGadgets site. That is very plug and play
with the HackRF-1. A long shot would be to look for is whether or not you
are a member of group 'plugdev' since your ls of the dev tree showed that
the hackrf is owned by root and only gives  access to root or members of
group plugdev. I don't think hackrf_info would work though if you weren't.




On Wed, Jan 11, 2017 at 10:22 AM, Marc Pàmies Massip 
wrote:

> Hi,
>
> I am having some problems trying to use GNUradio together with a
> HackRF-One. The hardware seems to be fine as the LED lights turned ON and
> it works with SDR# on Windows.
>
> After running command "hackrf_info" on a Linux distro it returns this:
>
> Found HackRF board 0:
> Board ID Number: 2 (HackRF One)
> Firmware Version: 2014.08.1
> Part ID Number: 0xa000cb3c 0x00554743
> Serial Number: 0x 0x 0x466c64c8 0x278a43c7
>
> I can see the device when running the "lsusb" command:
> Bus 002 Device 006: ID 1d50:6089 OpenMoko, Inc.
>
> And that's the output to "ls -l /dev/bus/usb/002/006" (I don't know if it
> will be useful for you)
> crw-rw+ 1 root plugdev 189, 133 ene 11 16:38 /dev/bus/usb/002/006
>
> Until here everything seems to work as expected. The problem comes when I
> execute a flowgraph with an osmocom source on it, then the program displays
> the following message:
>
> gr-osmosdr v0.1.4-75-gae686c46 (0.1.5git) gnuradio 3.7.10
> built-in source types: file fcd rtl_tcp rfspace redpitaya
>
> FATAL: No supported devices found to pick from.
>
> Trying to fill up 1 missing channel(s) with null source(s).
> This is being done to prevent the application from crashing
> due to gnuradio bug #528.
>
> I am running a Kali Linux as a virtual machine (with VMware), which is
> supposed to include multiple sdr tools. I think that the problem has to do
> with some libraries or tools for HackRF, but when I try to install or
> upgrade libhackrf or hackrf-tools the followin message appears in the
> terminal:
>
> root@kali247:~# apt-get install hackrf-tools
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package hackrf-tools
>
> The same message appears for libhackrf. Any idea of what could be wrong? I
> am a bit lost right now, any help is welcome. I don't know if I am
> missing something, if you need further information just ask.
>
> Thank you for your time,
>
> Marc.
>
> ___
> HackRF-dev mailing list
> HackRF-dev@greatscottgadgets.com
> https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
>
>
___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


[Hackrf-dev] FATAL: No supported devices found to pick from.

2017-01-11 Thread Marc Pàmies Massip
Hi,

I am having some problems trying to use GNUradio together with a HackRF-One. 
The hardware seems to be fine as the LED lights turned ON and it works with 
SDR# on Windows.

After running command "hackrf_info" on a Linux distro it returns this:

Found HackRF board 0:
Board ID Number: 2 (HackRF One)
Firmware Version: 2014.08.1
Part ID Number: 0xa000cb3c 0x00554743
Serial Number: 0x 0x 0x466c64c8 0x278a43c7

I can see the device when running the "lsusb" command:
Bus 002 Device 006: ID 1d50:6089 OpenMoko, Inc.

And that's the output to "ls -l /dev/bus/usb/002/006" (I don't know if it will 
be useful for you)
crw-rw+ 1 root plugdev 189, 133 ene 11 16:38 /dev/bus/usb/002/006

Until here everything seems to work as expected. The problem comes when I 
execute a flowgraph with an osmocom source on it, then the program displays the 
following message:

gr-osmosdr v0.1.4-75-gae686c46 (0.1.5git) gnuradio 3.7.10
built-in source types: file fcd rtl_tcp rfspace redpitaya 

FATAL: No supported devices found to pick from.

Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.

I am running a Kali Linux as a virtual machine (with VMware), which is supposed 
to include multiple sdr tools. I think that the problem has to do with some 
libraries or tools for HackRF, but when I try to install or upgrade libhackrf 
or hackrf-tools the followin message appears in the terminal:

root@kali247:~# apt-get install hackrf-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package hackrf-tools

The same message appears for libhackrf. Any idea of what could be wrong? I am a 
bit lost right now, any help is welcome. I don't know if I am missing 
something, if you need further information just ask.

Thank you for your time,

Marc.___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev