Re: [Discuss-gnuradio] Issue with gr-funcubedongleproplus

2014-02-19 Thread Martin Braun
On 02/18/2014 03:12 PM, Mike Harpe 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 :)

Martin


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue with gr-funcubedongleproplus

2014-02-18 Thread Mike Harpe
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 Sat, Feb 15, 2014 at 3:30 PM, Mike Harpe m...@mikeharpe.com wrote:

 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 module
 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

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue with gr-funcubedongleproplus

2014-02-16 Thread Mike Harpe
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-:02:00.0-2.2/input2
Feb 16 10:19:56 debianvm mtp-probe: checking bus 2, device 6:
/sys/devices/pci:00/:00:11.0/: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 Harpe


On Sun, Feb 16, 2014 at 1:31 AM, Volker Schroer dl1...@gmx.de wrote:

 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 Harpe:

 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 module
  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


 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue with gr-funcubedongleproplus

2014-02-16 Thread Volker Schroer
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 Harpe:

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-:02:00.0-2.2/input2
Feb 16 10:19:56 debianvm mtp-probe: checking bus 2, device 6:
/sys/devices/pci:00/:00:11.0/: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 Harpe


On Sun, Feb 16, 2014 at 1:31 AM, Volker Schroer dl1...@gmx.de
mailto:dl1...@gmx.de wrote:

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 Harpe:

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 module
  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


_
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org mailto:Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/__listinfo/discuss-gnuradio
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



_
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org mailto:Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/__listinfo/discuss-gnuradio
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio





___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Issue with gr-funcubedongleproplus

2014-02-15 Thread Mike Harpe
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 module
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
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue with gr-funcubedongleproplus

2014-02-15 Thread Volker Schroer
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 Harpe:

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 module
 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


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio