Issue with gr-funcubedongleproplus

Hello! I’ve gotten GNU Radio 3.7.2.1 compiled and running. I have a
FunCube
Dongle Pro Plus V2 that I received in the last week.

My environment is Debian wheezy running a generic kernel.

I am getting the following when I try to run the narrowband FM example.
It
has to do with the control part of the dongle. I tried the udev change
with
no success. I am new to working with devices in udev so I’m sure that’s
the
problem.

Here’s what I get…

Showing: “/home/mike/fcd_nfm_rx.grc”

Generating: “/home/mike/fcd_nfm_rx.py”

Executing: “/home/mike/fcd_nfm_rx.py”

Using Volk machine: avx_64_mmx_orc
Funcube Dongle Pro+ found as: plughw:1,0
Traceback (most recent call last):
File “/home/mike/fcd_nfm_rx.py”, line 405, in
tb = fcd_nfm_rx()
File “/home/mike/fcd_nfm_rx.py”, line 257, in init
self.fcdproplus_fcdproplus_0 = fcdproplus.fcdproplus("",1)
File
“/usr/local/lib/python2.7/dist-packages/fcdproplus/fcdproplus_swig.py”,
line 103, in make
return _fcdproplus_swig.fcdproplus_make(device_name, unit)
RuntimeError: FunCube Dongle V2.0 soundcard found but not controlpart.

Any help is appreciated.

Thank you!

Michael Harpe, N4PLE
Sellersburg, IN

What do you see in your message log, when you connect the dongle to your
computer ?

– Volker

Am 15.02.2014 21:30, schrieb Mike H.:

This is what I see in /var/log/messages when I plug it in.

Feb 16 10:19:56 debianvm kernel: [ 485.160978] usb 2-2.2: new
full-speed
USB device number 6 using uhci_hcd
Feb 16 10:19:56 debianvm kernel: [ 485.432177] usb 2-2.2: New USB
device
found, idVendor=04d8, idProduct=fb31
Feb 16 10:19:56 debianvm kernel: [ 485.432180] usb 2-2.2: New USB
device
strings: Mfr=1, Product=2, SerialNumber=0
Feb 16 10:19:56 debianvm kernel: [ 485.432181] usb 2-2.2: Product:
FUNcube
Dongle V2.0
Feb 16 10:19:56 debianvm kernel: [ 485.432182] usb 2-2.2: Manufacturer:
Hanlincrest Ltd.
Feb 16 10:19:56 debianvm kernel: [ 485.487344] 6:1:1: cannot get freq
at
ep 0x81
Feb 16 10:19:56 debianvm kernel: [ 485.532651] generic-usb
0003:04D8:FB31.0003: hiddev0,hidraw1: USB HID v1.11 Device [Hanlincrest
Ltd. FUNcube Dongle V2.0 ] on usb-0000:02:00.0-2.2/input2
Feb 16 10:19:56 debianvm mtp-probe: checking bus 2, device 6:
“/sys/devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-2/2-2.2”
Feb 16 10:19:56 debianvm mtp-probe: bus: 2, device: 6 was not an MTP
device

Thanks for looking at this.

Mike H.

The first part looks o.k. I don’t know anything about MTP devices, but
after some googeling I suppose there is an udev misconfiguration.

Please look, if there exists a rule file for MTP devices that is
triggered by the funcube dongle.

– Volker

Am 16.02.2014 16:21, schrieb Mike H.:

Good day all.

I wanted to let you know that I got the gr-fcdproplus driver working.
After
doing some digging around and getting nowhere I flushed my Debian
system,
did a clean install, updated it to the current stable release,
“carefully”
downloaded all the Gnuradio requirements, downloaded and compiled GR,
then
compiled the driver.

Some part of all that worked. Now I’m diving into learning a little
about
DSP.

Thank you for your time.

Michael Harpe, N4PLE
Sellersburg, IN, USA

On 02/18/2014 03:12 PM, Mike H. wrote:

Good day all.

I wanted to let you know that I got the gr-fcdproplus driver working.
After doing some digging around and getting nowhere I flushed my Debian
system, did a clean install, updated it to the current stable release,
“carefully” downloaded all the Gnuradio requirements, downloaded and
compiled GR, then compiled the driver.

Some part of all that worked. Now I’m diving into learning a little
about DSP.

Mike,

good to know! Have fun with DSP :slight_smile:

Martin