R: R: R: R: Funcube Dongle Pro Plus help

2020-08-31 Thread Vincenzo Mone
Thanks Marcus,
it worked no Missing blocks now but when I go to run the Funcube grc file I get 
tis on the bottom:

Generating: '/media/enzo/243A-C1DB/BY70-2/BY70-2/frontend_by702_rx_fcdpp.py'

Executing: /usr/bin/python3 -u 
/media/enzo/243A-C1DB/BY70-2/BY70-2/frontend_by702_rx_fcdpp.py

Traceback (most recent call last):
  File "/media/enzo/243A-C1DB/BY70-2/BY70-2/frontend_by702_rx_fcdpp.py", line 
366, in 
main()
  File "/media/enzo/243A-C1DB/BY70-2/BY70-2/frontend_by702_rx_fcdpp.py", line 
342, in main
tb = top_block_cls()
  File "/media/enzo/243A-C1DB/BY70-2/BY70-2/frontend_by702_rx_fcdpp.py", line 
266, in __init__
self.fcdproplus_fcdproplus_0 = fcdproplus.fcdproplus('',1)
  File "/usr/local/lib/python3/dist-packages/fcdproplus/fcdproplus_swig.py", 
line 121, in make
return _fcdproplus_swig.fcdproplus_make(*args, **kwargs)
RuntimeError: Alsa not found.

>>> Done (return code 1)


And it does not run.
Any advice please?
Thanks

73’s de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




  *
  **   GSM  +39 328 7110193  **
  * SMS  +39 328 7110193*
  *

> -Messaggio originale-
> Da: Marcus Müller 
> Inviato: lunedì 31 agosto 2020 20:44
> A: Vincenzo Mone 
> Oggetto: Re: R: R: R: Funcube Dongle Pro Plus help
> 
> Vincenzo,
> 
> CC. gnuradio-disc...@gnu.org.
> 
> Respectfully,
> Marcus
> 
> On 31/08/2020 20.42, Vincenzo Mone wrote:
> > Marcus,
> > i have retried againd with the command you said deleting the gr-fcdproplus
> folder and restarting.
> > When I run make I have noticed at the end this:
> >
> > warning: Tag 'PERL_PATH' at line 1686 of file '/home/enzo/gr-
> fcdproplus/build/docs/doxygen/Doxyfile' has become obsolete.
> >   To avoid this warning please remove this line from your 
> > configuration
> file or upgrade it using "doxygen -u"
> > warning: Tag 'MSCGEN_PATH' at line 1707 of file '/home/enzo/gr-
> fcdproplus/build/docs/doxygen/Doxyfile' has become obsolete.
> >   To avoid this warning please remove this line from your 
> > configuration
> file or upgrade it using "doxygen -u"
> > [100%] Built target doxygen_target
> >
> > Is it normal?
> >
> > 73’s de Enzo IK8OZV
> > EasyLog 5 BetaTester
> > EasyLog PDA BetaTester
> > WinBollet BetaTester
> > D.C.I. CheckPoint Regione Campania
> > Skype: ik8ozv8520
> >
> >
> >
> >
> >*
> >**   GSM  +39 328 7110193  **
> >        * SMS  +39 328 7110193*
> >*
> >
> >> -Messaggio originale-
> >> Da: Marcus Müller 
> >> Inviato: lunedì 31 agosto 2020 20:26
> >> A: Vincenzo Mone 
> >> Cc: Gnuradio Mailing List 
> >> Oggetto: Re: R: R: Funcube Dongle Pro Plus help
> >>
> >> You need to be more careful, Vincenzo. The space between = and " is
> wrong.
> >> There mustn't be any space. It should be:
> >>
> >> cmake -DCMAKE_INSTALL_PREFIX="/usr/local/" ../
> >>
> >> Best regards,
> >> Marcus
> >>
> >> On 31/08/2020 20.18, Vincenzo Mone wrote:
> >>> Hi Marcus,
> >>> thanks for your reply.
> >>> I gave the command:
> >>>
> >>> gnuradio-config-info --prefix
> >>>
> >>> and got :
> >>>
> >>> /usr/local
> >>>
> >>> So I have tried to give the command:
> >>>
> >>> cmake -DCMAKE_INSTALL_PREFIX= "/usr/local/" ../
> >>>
> >>> - Checking for module 'mpir >= 3.0'
> >>> --   No package 'mpir' found
> >>> -- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY
> >>> MPIR_INCLUDE_DIR)
> >>> -- User set python executable /usr/bin/python3
> >>> -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so
> >>> (found suitable exact version "3.8.2")
> >>> -- Found ALSA 1.2.2
> >>> -- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so
> >>> -- Extracting version information from git describe...
> >>> -- System Hidapi will be used
> >>>
> >




Re: R: R: Funcube Dongle Pro Plus help

2020-08-31 Thread Marcus Müller
You need to be more careful, Vincenzo. The space between = and " is 
wrong. There mustn't be any space. It should be:


cmake -DCMAKE_INSTALL_PREFIX="/usr/local/" ../

Best regards,
Marcus

On 31/08/2020 20.18, Vincenzo Mone wrote:

Hi Marcus,
thanks for your reply.
I gave the command:

gnuradio-config-info --prefix

and got :

/usr/local

So I have tried to give the command:

cmake -DCMAKE_INSTALL_PREFIX= "/usr/local/" ../

- Checking for module 'mpir >= 3.0'
--   No package 'mpir' found
-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY MPIR_INCLUDE_DIR)
-- User set python executable /usr/bin/python3
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found suitable exact 
version "3.8.2")
-- Found ALSA 1.2.2
-- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so
-- Extracting version information from git describe...
-- System Hidapi will be used





R: R: Funcube Dongle Pro Plus help

2020-08-31 Thread Vincenzo Mone
Hi Marcus,
thanks for your reply.
I gave the command:

gnuradio-config-info --prefix

and got :

/usr/local

So I have tried to give the command:

cmake -DCMAKE_INSTALL_PREFIX= "/usr/local/" ../

- Checking for module 'mpir >= 3.0'
--   No package 'mpir' found
-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY MPIR_INCLUDE_DIR) 
-- User set python executable /usr/bin/python3
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found suitable 
exact version "3.8.2") 
-- Found ALSA 1.2.2
-- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so
-- Extracting version information from git describe...
-- System Hidapi will be used
-- 
-- Checking for module SWIG
-- Found SWIG version 4.0.1.
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found version 
"3.8.2") 
-- Doxxyfile found in 
/usr/share/gnuradio/modtool/templates/gr-newmod/docs/doxygen
--  Build Summary =
-- Building gr-fcdproplus  : 3.8.0 for Linux 
-- Building for gnuradio   : 3.8.1.0
-- Using CMAKE Module path : 
/home/enzo/gr-fcdproplus/cmake/Modules;/usr/local/lib/cmake/gnuradio
-- CMake Modules Dir   : lib/cmake
-- fcdproplus INCLUDES : include/fcdproplus
-- Using install prefix: 
-- Installing grc files to : /share/gnuradio/grc/blocks
-- System Hidapi Lib /usr/lib/x86_64-linux-gnu/libhidapi-libusb.so is used
-- 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/enzo/gr-fcdproplus/build

Then I gave the other commands:

make
sudo make install
sudo ldconfig

Did not get any errors on the above commands

Went again in gnuradio but still get the missing block fcdproplus_fcdproplus
Thanks


73’s de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




  *
  **   GSM  +39 328 7110193  **
  * SMS  +39 328 7110193*
  *

> -Messaggio originale-
> Da: Marcus Müller 
> Inviato: lunedì 31 agosto 2020 19:37
> A: Vincenzo Mone 
> Cc: Gnuradio Mailing List 
> Oggetto: Re: R: Funcube Dongle Pro Plus help
> 
> Hi Vincenzo,
> 
> no such thing as "closed" :)
> 
> Well, that path is where your GNU Radio is installed to. You should be able to
> check it through `gnuradio-config-info --prefix`.
> 
> To repeat my questions:
> 
> 1. Did `cmake...` run through successfully? Or did it end with an error?
> 
> 2. Did `make` run through successfully? Or did it end with an error?
> 
> 3. Did `sudo make install` run through successfully? Or did it end with an
> error?
> 
> Best regards,
> Marcus
> 
> On 8/31/20 7:25 PM, Vincenzo Mone wrote:
> > Sorry Marcus,
> > I thought it was closed as I did not get any reply from a long time.
> > Please what I need to check as I still did not understood  how to know
> > The gnuradio path for the correct command:
> >
> > cmake -DCMAKE_INSTALL_PREFIX= "path to gnuradio installation" ../
> >
> > Thanks
> >
> > 73's de Enzo IK8OZV
> > EasyLog 5 BetaTester
> > EasyLog PDA BetaTester
> > WinBollet BetaTester
> > D.C.I. CheckPoint Regione Campania
> > Skype: ik8ozv8520
> >
> >
> >
> >
> >*
> >**   GSM  +39 328 7110193  **
> >* SMS  +39 328 7110193    *
> >*
> >
> >> -Messaggio originale-
> >> Da: Marcus Müller 
> >> Inviato: lunedì 31 agosto 2020 18:11
> >> A: Vincenzo Mone ; Gnuradio Mailing List  >> gnura...@gnu.org>
> >> Oggetto: Re: Funcube Dongle Pro Plus help
> >>
> >> Vincenzo,
> >>
> >> please don't open a new thread for every other email you have sent.
> >> You have gotten easily confused in the past, and we can avoid that if
> >> you can
> > try
> >> to focus on staying on a single email thread, and it was a big
> >> problem for
> > you.
> >> Please don't open a new thread before having solved this issue, and
> > instead
> >> reply to the things here, keeping discuss-gnuradio@gnu.org in CC:.
> >>
> >> Something went wrong during your software build or installation. We
> >> can't tell you what that was - have you checked whether the cmake,
> >> the make, the make install commands were successful?
> >>
> >> Best regards,
> >>
> >> Marcus
> >>
> >> On 8/31/20 5:09 PM, Vincenzo Mone wrote:
> >>> Hello
> >>>
> &g

Re: R: Funcube Dongle Pro Plus help

2020-08-31 Thread Marcus Müller

Hi Vincenzo,

no such thing as "closed" :)

Well, that path is where your GNU Radio is installed to. You should be 
able to check it through `gnuradio-config-info --prefix`.


To repeat my questions:

1. Did `cmake...` run through successfully? Or did it end with an error?

2. Did `make` run through successfully? Or did it end with an error?

3. Did `sudo make install` run through successfully? Or did it end with 
an error?


Best regards,
Marcus

On 8/31/20 7:25 PM, Vincenzo Mone wrote:

Sorry Marcus,
I thought it was closed as I did not get any reply from a long time.
Please what I need to check as I still did not understood  how to know The
gnuradio path for the correct command:

cmake -DCMAKE_INSTALL_PREFIX= "path to gnuradio installation" ../

Thanks

73's de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




   *
   **   GSM  +39 328 7110193  **
   * SMS  +39 328 7110193    *
   *


-Messaggio originale-
Da: Marcus Müller 
Inviato: lunedì 31 agosto 2020 18:11
A: Vincenzo Mone ; Gnuradio Mailing List 
Oggetto: Re: Funcube Dongle Pro Plus help

Vincenzo,

please don't open a new thread for every other email you have sent. You
have gotten easily confused in the past, and we can avoid that if you can

try

to focus on staying on a single email thread, and it was a big problem for

you.

Please don't open a new thread before having solved this issue, and

instead

reply to the things here, keeping discuss-gnuradio@gnu.org in CC:.

Something went wrong during your software build or installation. We can't
tell you what that was - have you checked whether the cmake, the make,
the make install commands were successful?

Best regards,

Marcus

On 8/31/20 5:09 PM, Vincenzo Mone wrote:

Hello

Please I am trying to install the FCDPROPLUS which is the Funcube
Dongle Pro Plus.

This is what I've done following the instructions on the author page:

git clone https://github.com/dl1ksv/gr-fcdproplus

cd ~/gr-fcdproplus

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release

../

make

sudo make install

sudo ldconfig

then I have created a file named '99-usb-serial.rules'  with the
following content:

SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8"

ATTRS{idProduct}=="fb56"

MODE:="0666"

SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8"

ATTRS{idProduct}=="fb31"

MODE:="0666"

KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8",
ATTRS{idProduct}=="fb56", MODE="0666"

KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8",
ATTRS{idProduct}=="fb

Then:

cd /etc/udev/rules.d

sudo cp -v ~//99-usb-serial.rules ./

sudo udevadm trigger

After that executing grc  I sould find in Fcd

Funcube Dongle

Funcube Dongle control

Funcube Dongle Pro+

Funcube Dongle Pro+ control

But I do not find any FCD group.

Please anybody can tell me if I am doing something wrong?

Thanks

73's de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




*

** GSM  +39 328 7110193  **

   * SMS  +39 328 7110193 *

   *





R: Funcube Dongle Pro Plus help

2020-08-31 Thread Vincenzo Mone
Sorry Marcus,
I thought it was closed as I did not get any reply from a long time.
Please what I need to check as I still did not understood  how to know The
gnuradio path for the correct command:

cmake -DCMAKE_INSTALL_PREFIX= "path to gnuradio installation" ../

Thanks

73’s de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




  *
  **   GSM  +39 328 7110193  **
  * SMS  +39 328 7110193    *
  *

> -Messaggio originale-
> Da: Marcus Müller 
> Inviato: lunedì 31 agosto 2020 18:11
> A: Vincenzo Mone ; Gnuradio Mailing List  gnura...@gnu.org>
> Oggetto: Re: Funcube Dongle Pro Plus help
> 
> Vincenzo,
> 
> please don't open a new thread for every other email you have sent. You
> have gotten easily confused in the past, and we can avoid that if you can
try
> to focus on staying on a single email thread, and it was a big problem for
you.
> Please don't open a new thread before having solved this issue, and
instead
> reply to the things here, keeping discuss-gnuradio@gnu.org in CC:.
> 
> Something went wrong during your software build or installation. We can't
> tell you what that was - have you checked whether the cmake, the make,
> the make install commands were successful?
> 
> Best regards,
> 
> Marcus
> 
> On 8/31/20 5:09 PM, Vincenzo Mone wrote:
> >
> > Hello
> >
> > Please I am trying to install the FCDPROPLUS which is the Funcube
> > Dongle Pro Plus.
> >
> > This is what I’ve done following the instructions on the author page:
> >
> > git clone https://github.com/dl1ksv/gr-fcdproplus
> >
> > cd ~/gr-fcdproplus
> >
> > mkdir build
> >
> > cd build
> >
> > cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release
> ../
> >
> > make
> >
> > sudo make install
> >
> > sudo ldconfig
> >
> > then I have created a file named '99-usb-serial.rules'  with the
> > following content:
> >
> > SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8"
> ATTRS{idProduct}=="fb56"
> > MODE:="0666"
> >
> > SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8"
> ATTRS{idProduct}=="fb31"
> > MODE:="0666"
> >
> > KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8",
> > ATTRS{idProduct}=="fb56", MODE="0666"
> >
> > KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8",
> > ATTRS{idProduct}=="fb
> >
> > Then:
> >
> > cd /etc/udev/rules.d
> >
> > sudo cp -v ~//99-usb-serial.rules ./
> >
> > sudo udevadm trigger
> >
> > After that executing grc  I sould find in Fcd
> >
> > Funcube Dongle
> >
> > Funcube Dongle control
> >
> > Funcube Dongle Pro+
> >
> > Funcube Dongle Pro+ control
> >
> > But I do not find any FCD group.
> >
> > Please anybody can tell me if I am doing something wrong?
> >
> > Thanks
> >
> > 73’s de Enzo IK8OZV
> > EasyLog 5 BetaTester
> > EasyLog PDA BetaTester
> > WinBollet BetaTester
> > D.C.I. CheckPoint Regione Campania
> > Skype: ik8ozv8520
> >
> >
> >
> >
> > *
> >
> > ** GSM  +39 328 7110193  **
> >
> >   * SMS  +39 328 7110193 *
> >
> >   *
> >




Re: Funcube Dongle Pro Plus help

2020-08-31 Thread Marcus Müller

Vincenzo,

please don't open a new thread for every other email you have sent. You 
have gotten easily confused in the past, and we can avoid that if you 
can try to focus on staying on a single email thread, and it was a big 
problem for you. Please don't open a new thread before having solved 
this issue, and instead reply to the things here, keeping 
discuss-gnuradio@gnu.org in CC:.


Something went wrong during your software build or installation. We 
can't tell you what that was - have you checked whether the cmake, the 
make, the make install commands were successful?


Best regards,

Marcus

On 8/31/20 5:09 PM, Vincenzo Mone wrote:


Hello

Please I am trying to install the FCDPROPLUS which is the Funcube 
Dongle Pro Plus.


This is what I’ve done following the instructions on the author page:

git clone https://github.com/dl1ksv/gr-fcdproplus

cd ~/gr-fcdproplus

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release ../

make

sudo make install

sudo ldconfig

then I have created a file named '99-usb-serial.rules'  with the 
following content:


SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" 
MODE:="0666"


SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" 
MODE:="0666"


KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"


KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb


Then:

cd /etc/udev/rules.d

sudo cp -v ~//99-usb-serial.rules ./

sudo udevadm trigger

After that executing grc  I sould find in Fcd

Funcube Dongle

Funcube Dongle control

Funcube Dongle Pro+

Funcube Dongle Pro+ control

But I do not find any FCD group.

Please anybody can tell me if I am doing something wrong?

Thanks

73’s de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




*

** GSM  +39 328 7110193  **

  * SMS  +39 328 7110193 *

  *





Funcube Dongle Pro Plus help

2020-08-31 Thread Vincenzo Mone
Hello

Please I am trying to install the FCDPROPLUS which is the Funcube Dongle Pro
Plus.

This is what I've done following the instructions on the author page:

 

git clone  <https://github.com/dl1ksv/gr-fcdproplus>
https://github.com/dl1ksv/gr-fcdproplus

 

cd ~/gr-fcdproplus

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release ../

make

sudo make install

sudo ldconfig

 

then I have created a file named '99-usb-serial.rules'  with the following
content:

 

SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56"
MODE:="0666"

SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31"
MODE:="0666"

KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8",
ATTRS{idProduct}=="fb56", MODE="0666"

KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8",
ATTRS{idProduct}=="fb

 

 

Then:

 

cd /etc/udev/rules.d

sudo cp -v ~//99-usb-serial.rules ./

sudo udevadm trigger

 

After that executing grc  I sould find in Fcd  

 

Funcube Dongle   

Funcube Dongle control

Funcube Dongle Pro+

Funcube Dongle Pro+ control

 

But I do not find any FCD group.

Please anybody can tell me if I am doing something wrong?

Thanks

 

73's de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




  *

  **   GSM  +39 328 7110193  **

  * SMS  +39 328 7110193*

  *

 



Re: R: R: Funcube Dongle Pro Plus

2020-04-24 Thread Marcus Müller

Three emails ago:

On 4/24/20 7:21 PM, Vincenzo Mone wrote:



it should be something like


cmake -DCMAKE_INSTALL_PREFIX=/usr ..


(assuming you want to install to /usr)




Re: R: Funcube Dongle Pro Plus

2020-04-24 Thread Marcus Müller
As said, the cmake line is wrong. Not your fault – it's a formatting 
problem of the README.md [1]


Best regards

Marcus

[1] https://raw.githubusercontent.com/dl1ksv/gr-fcdproplus/master/README.md

On 4/24/20 5:57 PM, Vincenzo Mone wrote:

Hi Marcus,
I am not so clever on Linux System just trying to make all together to work
on Satellites
as I am an amateur radio.
I got these instructions on  this web:

https://github.com/dl1ksv/gr-fcdproplus
  
and in the readme file says:


Installation:
get the latest code from https://github.com/dl1ksv/gr-fcdproplus

The build process is cmake based. So change to code directory. There $mkdir
build $cd build $cmake -DCMAKE_INSTALL_PREFIX= ../ $make $su $make install

Any help?

73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




   *
   **   GSM  +39 328 7110193  **
   * SMS  +39 328 7110193    *
   *


-Messaggio originale-
Da: Marcus Müller 
Inviato: venerdì 24 aprile 2020 16:39
A: Vincenzo Mone ; Gnuradio Mailing List 
Oggetto: Re: Funcube Dongle Pro Plus

Hi Vincenco,

cmake -DCMAKE_INSTALL_PREFIX= ../


is almost certainly wrong.


it should be something like


cmake -DCMAKE_INSTALL_PREFIX=/usr ..


(assuming you want to install to /usr)

But that will only become a problem later on :)

Right now, the output tells you what's wrong: you're missing JACK!
Wild guess, didn't check (a good way to figure out would be using "apt

search

JACK" and looking for -dev packages):

sudo apt install libjack-dev

Best regards,
Marcus

On 4/24/20 4:22 PM, Vincenzo Mone wrote:

Hello

Please I am trying to install the FCDPROPLUS which is the Funcube
Dongle Pro Plus.

This is what I’ve done:

git clone https://github.com/dl1ksv/gr-fcdproplus

cd gr-fcdproplus/

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX= ../

After done the last command I get the following :

-- The C compiler identification is GNU 9.2.1

-- Check for working CXX compiler: /usr/bin/c++

-- Check for working CXX compiler: /usr/bin/c++ -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Check for working C compiler: /usr/bin/cc

-- Check for working C compiler: /usr/bin/cc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Build type not specified: defaulting to release.

-- Found LOG4CPP: /usr/lib/x86_64-linux-gnu/liblog4cpp.so

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")

-- Checking for module 'gmp'

--   No package 'gmp' found

-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so

-- Checking for module 'mpir >= 3.0'

--   No package 'mpir' found

-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY
MPIR_INCLUDE_DIR)

-- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so

-- Looking for pthread.h

-- Looking for pthread.h - found

-- Looking for pthread_create

-- Looking for pthread_create - not found

-- Looking for pthread_create in pthreads

-- Looking for pthread_create in pthreads - not found

-- Looking for pthread_create in pthread

-- Looking for pthread_create in pthread - found

-- Found Threads: TRUE

-- Boost version: 1.67.0

-- Found the following Boost libraries:

--   date_time

--   program_options

--   filesystem

--   system

--   regex

--   thread

--   unit_test_framework

--   chrono

--   atomic

-- Found VOLK: Volk::volk

-- User set python executable /usr/bin/python3

-- Found PythonInterp: /usr/bin/python3 (found version "3.7.5")

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.7m.so (found
suitable exact version "3.7.5")

-- Checking for module 'alsa'

--   Found alsa, version 1.1.9

-- Found ALSA 1.1.9

-- Checking for module 'jack'

--   No package 'jack' found

CMake Error at
/usr/lib/x86_64-linux-gnu/cmake/gnuradio/FindJACK.cmake:73 (message):

   Could not find JACK

Call Stack (most recent call first):

/usr/share/cmake-3.13/Modules/CMakeFindDependencyMacro.cmake:48
(find_package)

/usr/lib/x86_64-linux-gnu/cmake/gnuradio/gnuradio-

audioConfig.cmake:24

(find_dependency)

/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:116
(include)

   CMakeLists.txt:76 (find_package)

-- Configuring incomplete, errors occurred!

See also "/home/enzo/gr-

fcdproplus/build/CMakeFiles/CMakeOutput.log".

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeError.log".

Please any help?

Thanks a lot for your help

73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




*

** GSM  +39 328 7110193  **

   * SMS  +39 328 7110193 *

   *





Re: Funcube Dongle Pro Plus

2020-04-24 Thread Marcus Müller

Hi Vincenco,

cmake -DCMAKE_INSTALL_PREFIX= ../


is almost certainly wrong.


it should be something like


cmake -DCMAKE_INSTALL_PREFIX=/usr ..


(assuming you want to install to /usr)

But that will only become a problem later on :)

Right now, the output tells you what's wrong: you're missing JACK!
Wild guess, didn't check (a good way to figure out would be using "apt 
search JACK" and looking for -dev packages):


sudo apt install libjack-dev

Best regards,
Marcus

On 4/24/20 4:22 PM, Vincenzo Mone wrote:


Hello

Please I am trying to install the FCDPROPLUS which is the Funcube 
Dongle Pro Plus.


This is what I’ve done:

git clone https://github.com/dl1ksv/gr-fcdproplus

cd gr-fcdproplus/

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX= ../

After done the last command I get the following :

-- The C compiler identification is GNU 9.2.1

-- Check for working CXX compiler: /usr/bin/c++

-- Check for working CXX compiler: /usr/bin/c++ -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Check for working C compiler: /usr/bin/cc

-- Check for working C compiler: /usr/bin/cc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Build type not specified: defaulting to release.

-- Found LOG4CPP: /usr/lib/x86_64-linux-gnu/liblog4cpp.so

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")

-- Checking for module 'gmp'

--   No package 'gmp' found

-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so

-- Checking for module 'mpir >= 3.0'

--   No package 'mpir' found

-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY 
MPIR_INCLUDE_DIR)


-- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so

-- Looking for pthread.h

-- Looking for pthread.h - found

-- Looking for pthread_create

-- Looking for pthread_create - not found

-- Looking for pthread_create in pthreads

-- Looking for pthread_create in pthreads - not found

-- Looking for pthread_create in pthread

-- Looking for pthread_create in pthread - found

-- Found Threads: TRUE

-- Boost version: 1.67.0

-- Found the following Boost libraries:

--   date_time

--   program_options

--   filesystem

--   system

--   regex

--   thread

--   unit_test_framework

--   chrono

--   atomic

-- Found VOLK: Volk::volk

-- User set python executable /usr/bin/python3

-- Found PythonInterp: /usr/bin/python3 (found version "3.7.5")

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.7m.so (found 
suitable exact version "3.7.5")


-- Checking for module 'alsa'

--   Found alsa, version 1.1.9

-- Found ALSA 1.1.9

-- Checking for module 'jack'

--   No package 'jack' found

CMake Error at 
/usr/lib/x86_64-linux-gnu/cmake/gnuradio/FindJACK.cmake:73 (message):


  Could not find JACK

Call Stack (most recent call first):

/usr/share/cmake-3.13/Modules/CMakeFindDependencyMacro.cmake:48 
(find_package)


/usr/lib/x86_64-linux-gnu/cmake/gnuradio/gnuradio-audioConfig.cmake:24 
(find_dependency)


/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:116 
(include)


  CMakeLists.txt:76 (find_package)

-- Configuring incomplete, errors occurred!

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeOutput.log".

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeError.log".

Please any help?

Thanks a lot for your help

73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




*

** GSM  +39 328 7110193  **

  * SMS  +39 328 7110193 *

  *





Funcube Dongle Pro Plus

2020-04-24 Thread Vincenzo Mone
Hello

Please I am trying to install the FCDPROPLUS which is the Funcube Dongle Pro
Plus.

This is what I've done:

 

git clone  <https://github.com/dl1ksv/gr-fcdproplus>
https://github.com/dl1ksv/gr-fcdproplus

 

cd gr-fcdproplus/

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX= ../ 

 

After done the last command I get the following :

 

-- The C compiler identification is GNU 9.2.1

-- Check for working CXX compiler: /usr/bin/c++

-- Check for working CXX compiler: /usr/bin/c++ -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Check for working C compiler: /usr/bin/cc

-- Check for working C compiler: /usr/bin/cc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Build type not specified: defaulting to release.

-- Found LOG4CPP: /usr/lib/x86_64-linux-gnu/liblog4cpp.so

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 

-- Checking for module 'gmp'

--   No package 'gmp' found

-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so  

-- Checking for module 'mpir >= 3.0'

--   No package 'mpir' found

-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY
MPIR_INCLUDE_DIR) 

-- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so  

-- Looking for pthread.h

-- Looking for pthread.h - found

-- Looking for pthread_create

-- Looking for pthread_create - not found

-- Looking for pthread_create in pthreads

-- Looking for pthread_create in pthreads - not found

-- Looking for pthread_create in pthread

-- Looking for pthread_create in pthread - found

-- Found Threads: TRUE  

-- Boost version: 1.67.0

-- Found the following Boost libraries:

--   date_time

--   program_options

--   filesystem

--   system

--   regex

--   thread

--   unit_test_framework

--   chrono

--   atomic

-- Found VOLK: Volk::volk  

-- User set python executable /usr/bin/python3

-- Found PythonInterp: /usr/bin/python3 (found version "3.7.5") 

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.7m.so (found
suitable exact version "3.7.5") 

-- Checking for module 'alsa'

--   Found alsa, version 1.1.9

-- Found ALSA 1.1.9

-- Checking for module 'jack'

--   No package 'jack' found

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/FindJACK.cmake:73
(message):

  Could not find JACK

Call Stack (most recent call first):

  /usr/share/cmake-3.13/Modules/CMakeFindDependencyMacro.cmake:48
(find_package)

  /usr/lib/x86_64-linux-gnu/cmake/gnuradio/gnuradio-audioConfig.cmake:24
(find_dependency)

  /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:116
(include)

  CMakeLists.txt:76 (find_package)

 

 

-- Configuring incomplete, errors occurred!

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeOutput.log".

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeError.log".

 

 

Please any help?

Thanks a lot for your help

 

 

73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




  *

  **   GSM  +39 328 7110193  **

  * SMS  +39 328 7110193*

  *