discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R: R: Funcube Dongle Pro Plus help


From: Vincenzo Mone
Subject: R: R: Funcube Dongle Pro Plus help
Date: Mon, 31 Aug 2020 20:18:11 +0200

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 <mueller@kit.edu>
> Inviato: lunedì 31 agosto 2020 19:37
> A: Vincenzo Mone <vimone@alice.it>
> Cc: Gnuradio Mailing List <discuss-gnuradio@gnu.org>
> 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 <mueller@kit.edu>
> >> Inviato: lunedì 31 agosto 2020 18:11
> >> A: Vincenzo Mone <vimone@alice.it>; Gnuradio Mailing List <discuss-
> >> gnuradio@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 ~/<your folder>/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 *****
> >>>
> >>>        *********************************
> >>>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]