Satellite Flowgraphs

2023-07-13 Thread Vincenzo Mone
Hello all,

Please is there anybody on the list that is an Amateur radio and works
satellites?

If yes please can you send me  some flowgraphs to receive the satellites
using a 

Funcube Dongle Pro Plus?

Thanks in advance

 

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*

  *

 



Gnuradio Warning

2021-08-04 Thread Vincenzo Mone
Hi to the list,

I have a warning in the gnuradio when I run any grc file that says:

 

<< Welcome to GNU Radio Companion 3.8.2.0 >>>

 

Block paths:

/usr/share/gnuradio/grc/blocks

/usr/local/share/gnuradio/grc/blocks

 

Loading: "/media/enzo/B038BD3C38BD0280/GRC/Sat_JAIsat-1_IK8OZV.grc"

>>> Done

 

Generating: '/media/enzo/B038BD3C38BD0280/GRC/JAISAT_1.py'

 

Executing: /usr/bin/python3 -u /media/enzo/B038BD3C38BD0280/GRC/JAISAT_1.py

 

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use
QT_QPA_PLATFORM=wayland to run on Wayland anyway.

 

>>> Done

 

Please any help to avoid it?

Thanks

 

 

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*

  *

 



Error

2021-07-19 Thread Vincenzo Mone
Please anybody can help me?

When I run a grc file I get this:

 

 

<<< Welcome to GNU Radio Companion 3.8.2.0 >>>

 

Block paths:

/usr/share/gnuradio/grc/blocks

/usr/local/share/gnuradio/grc/blocks

 

Loading: "/media/enzo/B038BD3C38BD0280/GRC/Sat_FalconSat-3_IK8OZV.grc"

>>> Done

 

Generating: '/media/enzo/B038BD3C38BD0280/GRC/Falconsat_3.py'

 

Executing: /usr/bin/python3 -u
/media/enzo/B038BD3C38BD0280/GRC/Falconsat_3.py

 

Warning: failed to XInitThreads()

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use
QT_QPA_PLATFORM=wayland to run on Wayland anyway.

 

 

Please how to avoid the warnings

Thanks

 

 

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*

  *

 



Any amateur radio in the list?

2020-10-03 Thread Vincenzo Mone
Please I would like to know if there is any amateur radio that works

Satellite and especially the BY70-2 one.

 

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: R: Cannot run a command

2020-09-06 Thread Vincenzo Mone
Apologies Chris,

you said to run the 2to3 command on all the scripts that get called from 
mun_downlink_proxy.py.  

Please can you tell me all the scripts that I have to run the command or how to 
do to know

Which one are?

Thanks for your collaboration and understanding

 

 

 

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*

  *

 

Da: Chris Gorman  
Inviato: domenica 6 settembre 2020 20:58
A: Vincenzo Mone 
Oggetto: Re: R: Cannot run a command

 

 

 

On Sun, Sep 6, 2020 at 2:13 PM Vincenzo Mone mailto:vim...@alice.it> > wrote:

Thank s Chris for your help.

As I said before I am not so clever on the Linux so you have to drive me by hand

Like a little child when he goes to the school for the first time Lol.

 

No problem, we all have to learn somewhere. :) 

 

BTW I have tried as you said with the command:

 

2to3 -w 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

 

But as I do I not had the program I got:

 

Command "2to3" not found, but can be installed with:

 

sudo apt install 2to3

 

so I have installed it with the above suggested command and ran again the 2to3 
command and got:

 

Command "2to3" not found, but can be installed with:

 

sudo apt install 2to3

 

RefactoringTool: Skipping optional fixer: buffer

RefactoringTool: Skipping optional fixer: idioms

RefactoringTool: Skipping optional fixer: set_literal

RefactoringTool: Skipping optional fixer: ws_comma

RefactoringTool: Refactored 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

--- 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py
  (original)

+++ 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py
 (refactored)

@@ -26,7 +26,7 @@

import datetime

import xml.dom.minidom as minidom

import pickle

-import urllib2

+import urllib.request, urllib.error, urllib.parse

 from PyQt5 import QtGui, QtCore, Qt, QtWidgets

# import ui confige

@@ -296,7 +296,7 @@

 f.close()

 self.reload()

 except Exception as error:

-print("[File] Configured file read failed. Error: " + str(error))

+print(("[File] Configured file read failed. Error: " + str(error)))

 def reload(self):

 '''

@@ -593,7 +593,7 @@

 Exception: an error occured accessing tle file or grc_param.py

 """

 try:

-f = urllib2.urlopen(str(self.ui.tle_url_text.text()))

+f = urllib.request.urlopen(str(self.ui.tle_url_text.text()))

 tle = f.read()

 tle = tle.split("\n")

@@ -641,13 +641,13 @@

 log += "%02X" % ord(i) + " "

 count += 1

 self.log_dict[index].write("Data: " + log + "\n\n")

-print(

+print((

 "[Data] Received time is " +

 datetime.datetime.utcfromtimestamp(

 float(data['proxy_receive_time']/1000)).strftime(

-'%Y-%m-%d %H:%M:%S'))

-print(

-"Data is: " + log + "\n" + "Data Length is: " + str(count))

+'%Y-%m-%d %H:%M:%S')))

+print((

+"Data is: " + log + "\n" + "Data Length is: " + 
str(count)))

 self.log_dict[index].flush()

 def normal_output_written(self, text):

RefactoringTool: Files that were modified:

RefactoringTool: 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

 

Then I have tried to run  again my command:

 

python2 
~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

 

and got:

 

Traceback (most recent call last):

  File 
"/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py",
 line 29, in 

import urllib.request, urllib.error, urllib.parse

ImportError: No module named request

 

 

This is correct for we are converting your scripts to use python3.  I recommend 
this as I don't think PyQt5 exists for python2.  (You apparently can build it 
yourself, but it's not very easy to accomplish.)

 

 

If I run python3…

Instead of python2…….

I get:

 

Traceback (most recent call last):

  File 
"/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py",
 line 38, in 

from core.data import server_data

  File 
"/home/enzo/gr-li

R: R: Cannot run a command

2020-09-06 Thread Vincenzo Mone
Thank s Chris for your help.

As I said before I am not so clever on the Linux so you have to drive me by hand

Like a little child when he goes to the school for the first time Lol.

BTW I have tried as you said with the command:

 

2to3 -w 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

 

But as I do I not had the program I got:

 

Command "2to3" not found, but can be installed with:

 

sudo apt install 2to3

 

so I have installed it with the above suggested command and ran again the 2to3 
command and got:

 

Command "2to3" not found, but can be installed with:

 

sudo apt install 2to3

 

RefactoringTool: Skipping optional fixer: buffer

RefactoringTool: Skipping optional fixer: idioms

RefactoringTool: Skipping optional fixer: set_literal

RefactoringTool: Skipping optional fixer: ws_comma

RefactoringTool: Refactored 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

--- 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py
  (original)

+++ 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py
 (refactored)

@@ -26,7 +26,7 @@

import datetime

import xml.dom.minidom as minidom

import pickle

-import urllib2

+import urllib.request, urllib.error, urllib.parse

 from PyQt5 import QtGui, QtCore, Qt, QtWidgets

# import ui confige

@@ -296,7 +296,7 @@

 f.close()

 self.reload()

 except Exception as error:

-print("[File] Configured file read failed. Error: " + str(error))

+print(("[File] Configured file read failed. Error: " + str(error)))

 def reload(self):

 '''

@@ -593,7 +593,7 @@

 Exception: an error occured accessing tle file or grc_param.py

 """

 try:

-f = urllib2.urlopen(str(self.ui.tle_url_text.text()))

+f = urllib.request.urlopen(str(self.ui.tle_url_text.text()))

 tle = f.read()

 tle = tle.split("\n")

@@ -641,13 +641,13 @@

 log += "%02X" % ord(i) + " "

 count += 1

 self.log_dict[index].write("Data: " + log + "\n\n")

-print(

+print((

 "[Data] Received time is " +

 datetime.datetime.utcfromtimestamp(

 float(data['proxy_receive_time']/1000)).strftime(

-'%Y-%m-%d %H:%M:%S'))

-print(

-"Data is: " + log + "\n" + "Data Length is: " + str(count))

+'%Y-%m-%d %H:%M:%S')))

+print((

+"Data is: " + log + "\n" + "Data Length is: " + 
str(count)))

 self.log_dict[index].flush()

 def normal_output_written(self, text):

RefactoringTool: Files that were modified:

RefactoringTool: 
/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

 

Then I have tried to run  again my command:

 

python2 
~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

 

and got:

 

Traceback (most recent call last):

  File 
"/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py",
 line 29, in 

import urllib.request, urllib.error, urllib.parse

ImportError: No module named request

 

If I run python3…

Instead of python2…….

I get:

 

Traceback (most recent call last):

  File 
"/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py",
 line 38, in 

from core.data import server_data

  File 
"/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/core/data.py",
 line 2, in 

import Queue

ModuleNotFoundError: No module named 'Queue'

 

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*

  *

 

Da: Chris Gorman  
Inviato: domenica 6 settembre 2020 19:45
A: Vincenzo Mone 
Oggetto: Re: R: Cannot run a command

 

Hi Vincenzo,

 

No problem on the help.  You should say you are not good in Linux yet. :)  I'll 
try to explain as best I can.  The import commands you are trying to run in the 
terminal need to be interpreted by python.  So you would open a terminal and 
type python3, then hit enter and then try to import the module.  What you have 
attempted to do is have the bash shell interpret python commands, which it 
won't do.  Your python script you are trying to get running has a 

R: R: R: Cannot run a command

2020-09-06 Thread Vincenzo Mone
OK Ed,

gave the commands in  terminal:

 

python3

 

I get the prompt  >>>

 

I gave the following command:

 

import urllib2.request

 

But got the error:

 

 

Traceback (most recent call last):

  File "", line 1, in 

ModuleNotFoundError: No module named 'urllib2'

 

 

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*

  *

 

Da: Ed Criscuolo  
Inviato: domenica 6 settembre 2020 19:07
A: Vincenzo Mone 
Oggetto: Re: R: R: Cannot run a command

 

Theses are Python commands. When you open a terminal window, you are at a bash 
shell that only accepts bash commands. 

 

At the bash prompt, try typing python3. 

This should start python and leave you at a python prompt. THEN type the python 
commands. 

@(^.^)@ Ed

Sent from my iPhone


On Sep 6, 2020, at 12:50 PM, Vincenzo Mone mailto:vim...@alice.it> > wrote:

Hi Chris,

first thanks for coming back to my help request.

I state that I'm not good in Linux

Honestly I have already tried to use that site but did not get any success,

Maybe because I did not understood what to do.

I try to follow again the site and let you know what I do and the results:

 

I have opened Terminal and gave the following command:

 

import urllib2.request

 

Nothing happened but I see the mouse pointer change in a cross

Then I gave the second command:

 

response = urllib2.urlopen("http://www.google.com;)

 

also here nothing happened so I carry on with the third command:

 

html = response.read()

 

also here nothing happened so I carry on with the fourth command:

 

print(html)

 

also here nothing happened.

Now what to do?

Actually I am stuck like this

 

 



 

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: Chris Gorman mailto:chrisjohgor...@gmail.com> >

> Inviato: domenica 6 settembre 2020 18:25

> A: Vincenzo Mone mailto:vim...@alice.it> >

> Oggetto: Re: R: Cannot run a command

> 

> On Sun, Sep 6, 2020 at 11:50 AM Vincenzo Mone < <mailto:vim...@alice.it> 
> vim...@alice.it> wrote:

> >

> > Please anybody out there available to help me to solve my problem?

> > If yes please should we continue on this thread or start from the beginner

> using this thread.

> > Or start a new thread?

> > Thanks

> >

> Hi Vincenzo,

> 

> I'm not an expert, but I will try to help you get your program loaded and

> running.  You should be using python3 not python2.  Python2 ended it's

> development cycle on Jan 1, 2020.  It is no longer maintained.

> If I understand your error from python3, you are unable to import urllib2.

> This is because urllib2 has been renamed urllib in Python3.

> (See  
> <https://stackoverflow.com/questions/2792650/import-error-no-module-name-urllib2>
>  https://stackoverflow.com/questions/2792650/import-error-no-

 
<https://stackoverflow.com/questions/2792650/import-error-no-module-name-urllib2>
 > module-name-urllib2

> .)  I would try running '2to3' on your script or manually editing the script,

> renaming the 'import urllib2' to 'import urllib'.  Best of luck and let me 
> know

> how it goes once you make the changes.

> 

> Chris

> > > >>>

> > > >>>File

> > > >>> "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-

> > > >> Proxy/mun

> > > >>> _downlink_proxy.py",

> > > >>> line 29, in 

> > > >>>

> > > >>>  import urllib2

> > > >>>

> > > >>> ModuleNotFoundError: No module named 'urllib2'

> > > >>>



R: R: Cannot run a command

2020-09-06 Thread Vincenzo Mone
Hi Chris,

first thanks for coming back to my help request.

I state that I'm not good in Linux

Honestly I have already tried to use that site but did not get any success,

Maybe because I did not understood what to do.

I try to follow again the site and let you know what I do and the results:

 

I have opened Terminal and gave the following command:

 

import urllib2.request

 

Nothing happened but I see the mouse pointer change in a cross

Then I gave the second command:

 

response = urllib2.urlopen("http://www.google.com;)

 

also here nothing happened so I carry on with the third command:

 

html = response.read()

 

also here nothing happened so I carry on with the fourth command:

 

print(html)

 

also here nothing happened.

Now what to do?

Actually I am stuck like this

 

 



 

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: Chris Gorman 

> Inviato: domenica 6 settembre 2020 18:25

> A: Vincenzo Mone 

> Oggetto: Re: R: Cannot run a command

> 

> On Sun, Sep 6, 2020 at 11:50 AM Vincenzo Mone < <mailto:vim...@alice.it> 
> vim...@alice.it> wrote:

> >

> > Please anybody out there available to help me to solve my problem?

> > If yes please should we continue on this thread or start from the beginner

> using this thread.

> > Or start a new thread?

> > Thanks

> >

> Hi Vincenzo,

> 

> I'm not an expert, but I will try to help you get your program loaded and

> running.  You should be using python3 not python2.  Python2 ended it's

> development cycle on Jan 1, 2020.  It is no longer maintained.

> If I understand your error from python3, you are unable to import urllib2.

> This is because urllib2 has been renamed urllib in Python3.

> (See  
> <https://stackoverflow.com/questions/2792650/import-error-no-module-name-urllib2>
>  https://stackoverflow.com/questions/2792650/import-error-no-

 
<https://stackoverflow.com/questions/2792650/import-error-no-module-name-urllib2>
 > module-name-urllib2

> .)  I would try running '2to3' on your script or manually editing the script,

> renaming the 'import urllib2' to 'import urllib'.  Best of luck and let me 
> know

> how it goes once you make the changes.

> 

> Chris

> > > >>>

> > > >>>File

> > > >>> "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-

> > > >> Proxy/mun

> > > >>> _downlink_proxy.py",

> > > >>> line 29, in 

> > > >>>

> > > >>>  import urllib2

> > > >>>

> > > >>> ModuleNotFoundError: No module named 'urllib2'

> > > >>>



R: R: Cannot run a command

2020-09-06 Thread Vincenzo Mone
Please anybody out there available to help me to solve my problem?
If yes please should we continue on this thread or start from the beginner 
using this thread.
Or start a new thread?
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: Discuss-gnuradio 
> Per conto di Marcus Müller
> Inviato: mercoledì 2 settembre 2020 22:55
> A: discuss-gnuradio@gnu.org
> Oggetto: Re: R: Cannot run a command
> 
> Vincenzo,
> 
> trying to use the python2 pip will not help you, please read my last email.
> Thank you.
> 
> Best regards,
> Marcus
> 
> On 02/09/2020 22.53, Vincenzo Mone wrote:
> > Hello Fabian,
> > I have tried how you said with the command:
> >
> > But I get this:
> >
> > DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.
> > Please upgrade your Python as Python 2.7 is no longer maintained. pip
> > 21.0 will drop support for Python 2.7 in January 2021. More details
> > about Python
> > 2 support in pip can be found at
> > https://pip.pypa.io/en/latest/development/release-process/#python-2-su
> > pport Defaulting to user installation because normal site-packages is
> > not writeable
> > ERROR: Could not find a version that satisfies the requirement PyQt5
> > (from
> > versions: none)
> > ERROR: No matching distribution found for PyQt5
> >
> > Please have I done something wrong?
> > Thanks a lot
> >
> > 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: Discuss-gnuradio
> >> 
> >> Per conto di Fabian Schwartau
> >> Inviato: martedì 1 settembre 2020 15:31
> >> A: discuss-gnuradio@gnu.org
> >> Oggetto: Re: Cannot run a command
> >>
> >> Hi Vincenzo,
> >>
> >> urllib2 is not available in Python3 any more, as far as I know. So
> >> this
> > seens to
> >> be a Python2 script. Use
> >> pip2 install PyQt5
> >> to install PyQt, then it should work. Keep in mind that Python2 is
> >> out of
> > date
> >> and should not be used any more.
> >>
> >> Best regards,
> >> Fabian
> >>
> >> Am 01.09.20 um 11:22 schrieb Vincenzo Mone:
> >>> Hello ,
> >>>
> >>> I have installed UBUNTU 20.4 and have to run one of these commands:
> >>>
> >>>
> >>>
> >>> python2
> >>> ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >>> proxy.py
> >>>
> >>> or
> >>>
> >>> python3
> >>> ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >>> proxy.py
> >>>
> >>>
> >>>
> >>> but no one works for my purpose.
> >>>
> >>> If I run:
> >>>
> >>>
> >>>
> >>> python2
> >>> ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >>> proxy.py
> >>>
> >>>
> >>>
> >>> I get:
> >>>
> >>>
> >>>
> >>> Traceback (most recent call last):
> >>>
> >>>File
> >>> "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun
> >>> _downlink_proxy.py",
> >>> line 31, in 
> >>>
> >>>  from PyQt5 import QtGui, QtCore, Qt, QtWidgets
> >>>
> >>> ImportError: No module named PyQt5
> >>>
> >>>
> >>>
> >>> If I run:
> >>>
> >>>
> >>>
> >>> python3
> >>> ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >>> proxy.py
> >>>
> >>>
> >>>
> >>> I get:
> >>>
> >>>
> >>>
> >>> Traceback (most recent call last):
> >>>
> >>>File
> >>> "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun
> >>> _downlink_proxy.py",
> >>> line 29, in 
> >>>
> >>>  import urllib2
> >>>
> >>> ModuleNotFoundError: No module named 'urllib2'
> >>>
> >>>
> >>>
> >>> Please which is the correct command and how to solve the error?
> >>>
> >>> 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: R: Cannot run a command

2020-09-02 Thread Vincenzo Mone
So Marcus,
which is the solution or there are none?
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: Discuss-gnuradio 
> Per conto di Marcus Müller
> Inviato: mercoledì 2 settembre 2020 22:55
> A: discuss-gnuradio@gnu.org
> Oggetto: Re: R: Cannot run a command
> 
> Vincenzo,
> 
> trying to use the python2 pip will not help you, please read my last email.
> Thank you.
> 
> Best regards,
> Marcus
> 
> On 02/09/2020 22.53, Vincenzo Mone wrote:
> > Hello Fabian,
> > I have tried how you said with the command:
> >
> > But I get this:
> >
> > DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.
> > Please upgrade your Python as Python 2.7 is no longer maintained. pip
> > 21.0 will drop support for Python 2.7 in January 2021. More details
> > about Python
> > 2 support in pip can be found at
> > https://pip.pypa.io/en/latest/development/release-process/#python-2-su
> > pport Defaulting to user installation because normal site-packages is
> > not writeable
> > ERROR: Could not find a version that satisfies the requirement PyQt5
> > (from
> > versions: none)
> > ERROR: No matching distribution found for PyQt5
> >
> > Please have I done something wrong?
> > Thanks a lot
> >
> > 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: Discuss-gnuradio
> >> 
> >> Per conto di Fabian Schwartau
> >> Inviato: martedì 1 settembre 2020 15:31
> >> A: discuss-gnuradio@gnu.org
> >> Oggetto: Re: Cannot run a command
> >>
> >> Hi Vincenzo,
> >>
> >> urllib2 is not available in Python3 any more, as far as I know. So
> >> this
> > seens to
> >> be a Python2 script. Use
> >> pip2 install PyQt5
> >> to install PyQt, then it should work. Keep in mind that Python2 is
> >> out of
> > date
> >> and should not be used any more.
> >>
> >> Best regards,
> >> Fabian
> >>
> >> Am 01.09.20 um 11:22 schrieb Vincenzo Mone:
> >>> Hello ,
> >>>
> >>> I have installed UBUNTU 20.4 and have to run one of these commands:
> >>>
> >>>
> >>>
> >>> python2
> >>> ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >>> proxy.py
> >>>
> >>> or
> >>>
> >>> python3
> >>> ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >>> proxy.py
> >>>
> >>>
> >>>
> >>> but no one works for my purpose.
> >>>
> >>> If I run:
> >>>
> >>>
> >>>
> >>> python2
> >>> ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >>> proxy.py
> >>>
> >>>
> >>>
> >>> I get:
> >>>
> >>>
> >>>
> >>> Traceback (most recent call last):
> >>>
> >>>File
> >>> "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun
> >>> _downlink_proxy.py",
> >>> line 31, in 
> >>>
> >>>  from PyQt5 import QtGui, QtCore, Qt, QtWidgets
> >>>
> >>> ImportError: No module named PyQt5
> >>>
> >>>
> >>>
> >>> If I run:
> >>>
> >>>
> >>>
> >>> python3
> >>> ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >>> proxy.py
> >>>
> >>>
> >>>
> >>> I get:
> >>>
> >>>
> >>>
> >>> Traceback (most recent call last):
> >>>
> >>>File
> >>> "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun
> >>> _downlink_proxy.py",
> >>> line 29, in 
> >>>
> >>>  import urllib2
> >>>
> >>> ModuleNotFoundError: No module named 'urllib2'
> >>>
> >>>
> >>>
> >>> Please which is the correct command and how to solve the error?
> >>>
> >>> 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: Cannot run a command

2020-09-02 Thread Vincenzo Mone
Hello Fabian,
I have tried how you said with the command:

But I get this:

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.
Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0
will drop support for Python 2.7 in January 2021. More details about Python
2 support in pip can be found at
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not
writeable
ERROR: Could not find a version that satisfies the requirement PyQt5 (from
versions: none)
ERROR: No matching distribution found for PyQt5

Please have I done something wrong?
Thanks a lot

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: Discuss-gnuradio 
> Per conto di Fabian Schwartau
> Inviato: martedì 1 settembre 2020 15:31
> A: discuss-gnuradio@gnu.org
> Oggetto: Re: Cannot run a command
> 
> Hi Vincenzo,
> 
> urllib2 is not available in Python3 any more, as far as I know. So this
seens to
> be a Python2 script. Use
> pip2 install PyQt5
> to install PyQt, then it should work. Keep in mind that Python2 is out of
date
> and should not be used any more.
> 
> Best regards,
> Fabian
> 
> Am 01.09.20 um 11:22 schrieb Vincenzo Mone:
> > Hello ,
> >
> > I have installed UBUNTU 20.4 and have to run one of these commands:
> >
> >
> >
> > python2
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> > or
> >
> > python3
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> >
> >
> > but no one works for my purpose.
> >
> > If I run:
> >
> >
> >
> > python2
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> >
> >
> > I get:
> >
> >
> >
> > Traceback (most recent call last):
> >
> >   File
> > "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun
> > _downlink_proxy.py",
> > line 31, in 
> >
> >     from PyQt5 import QtGui, QtCore, Qt, QtWidgets
> >
> > ImportError: No module named PyQt5
> >
> >
> >
> > If I run:
> >
> >
> >
> > python3
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> >
> >
> > I get:
> >
> >
> >
> > Traceback (most recent call last):
> >
> >   File
> > "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun
> > _downlink_proxy.py",
> > line 29, in 
> >
> >     import urllib2
> >
> > ModuleNotFoundError: No module named 'urllib2'
> >
> >
> >
> > Please which is the correct command and how to solve the error?
> >
> > 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: R: Cannot run a command

2020-09-02 Thread Vincenzo Mone
Hi Fabian,
thanks for your tip but it seems it did not work.
I have followed the tutorial until where it says:

The output will look something like this:

pip 20.0.2 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)

Just before where it says:

How to use Pip

Not sure if I have to still continue or not.
I have then tried to run my command which is:

python2 
~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py

But I still get:


Traceback (most recent call last):
  File 
"/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.py",
 line 31, in 
from PyQt5 import QtGui, QtCore, Qt, QtWidgets
ImportError: No module named PyQt5

Please any hint
Thanks in advance

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: Discuss-gnuradio 
> Per conto di Fabian Schwartau
> Inviato: mercoledì 2 settembre 2020 09:27
> A: Gnuradio Mailing List 
> Oggetto: Re: R: Cannot run a command
> 
> Hi Tim and Vicenzo,
> 
> it seems like python2 pip is not part of Ubuntu 20.04 any more. As I said, it 
> is
> outdated. The support ended at the begin of this year.
> Here is a tutorial on how to get it anyway:
> https://linuxize.com/post/how-to-install-pip-on-ubuntu-20.04/#installing-
> pip-for-python-2
> 
> You should use Python3 if possible.
> 
> Best regards,
> Fabian
> 
> Am 01.09.20 um 16:49 schrieb Tim Huggins:
> > That simply means that you need to install PIP on your machine which
> > should be accomplished with:
> >
> > |sudo apt update sudo apt install python-pip|
> >
> > Most of these errors that you are encountering with this script seem
> > to be from missing packages.
> >
> > Tim
> >
> > On Tuesday, September 1, 2020, 9:43:44 AM EDT, Vincenzo Mone
> >  wrote:
> >
> >
> > Hello Fabian,
> > thanks for your reply/help
> > tried to give the command:
> >
> > pip2 install PyQt5
> >
> > but I get this:
> >
> > Command "pip2" not found, perhaps it meant:
> >
> >   command "pipx" from deb pipx (0.12.3.1-2ubuntu1)
> >   command "pip3" from deb python3-pip (20.0.2-5ubuntu1)
> >   command "nip2" from deb nip2 (8.7.0-1)
> >
> > Try: sudo apt install 
> >
> > Any advices?
> > 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: Discuss-gnuradio
> >>  > <mailto:alice...@gnu.org>>
> >> Per conto di Fabian Schwartau
> >> Inviato: martedì 1 settembre 2020 15:31
> >> A: discuss-gnuradio@gnu.org <mailto:discuss-gnuradio@gnu.org>
> >> Oggetto: Re: Cannot run a command
> >>
> >> Hi Vincenzo,
> >>
> >> urllib2 is not available in Python3 any more, as far as I know. So
> >> this
> > seens to
> >> be a Python2 script. Use
> >> pip2 install PyQt5
> >> to install PyQt, then it should work. Keep in mind that Python2 is
> >> out of
> > date
> >> and should not be used any more.
> >>
> >> Best regards,
> >> Fabian
> >>
> >> Am 01.09.20 um 11:22 schrieb Vincenzo Mone:
> >> > Hello ,
> >> >
> >> > I have installed UBUNTU 20.4 and have to run one of these commands:
> >> >
> >> >
> >> >
> >> > python2
> >> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >> > proxy.py
> >> >
> >> > or
> >> >
> >> > python3
> >> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> >> Proxy/mun_downlink_
> >> > proxy.py
> >> >
> >> >
> >> >
> >> > but no one works for my purpose.
> >> >
> >> > If I run:
> >> >
> >> >
> >> >
> >> > python2
> >> > ~/gr-lilacsat

R: Cannot run a command

2020-09-01 Thread Vincenzo Mone
Hello Fabian,
thanks for your reply/help
tried to give the command:

pip2 install PyQt5 

but I get this:

Command "pip2" not found, perhaps it meant:

   command "pipx" from deb pipx (0.12.3.1-2ubuntu1)
   command "pip3" from deb python3-pip (20.0.2-5ubuntu1)
   command "nip2" from deb nip2 (8.7.0-1)

Try: sudo apt install 

Any advices?
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: Discuss-gnuradio 
> Per conto di Fabian Schwartau
> Inviato: martedì 1 settembre 2020 15:31
> A: discuss-gnuradio@gnu.org
> Oggetto: Re: Cannot run a command
> 
> Hi Vincenzo,
> 
> urllib2 is not available in Python3 any more, as far as I know. So this
seens to
> be a Python2 script. Use
> pip2 install PyQt5
> to install PyQt, then it should work. Keep in mind that Python2 is out of
date
> and should not be used any more.
> 
> Best regards,
> Fabian
> 
> Am 01.09.20 um 11:22 schrieb Vincenzo Mone:
> > Hello ,
> >
> > I have installed UBUNTU 20.4 and have to run one of these commands:
> >
> >
> >
> > python2
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> > or
> >
> > python3
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> >
> >
> > but no one works for my purpose.
> >
> > If I run:
> >
> >
> >
> > python2
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> >
> >
> > I get:
> >
> >
> >
> > Traceback (most recent call last):
> >
> >   File
> > "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun
> > _downlink_proxy.py",
> > line 31, in 
> >
> >     from PyQt5 import QtGui, QtCore, Qt, QtWidgets
> >
> > ImportError: No module named PyQt5
> >
> >
> >
> > If I run:
> >
> >
> >
> > python3
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> >
> >
> > I get:
> >
> >
> >
> > Traceback (most recent call last):
> >
> >   File
> > "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun
> > _downlink_proxy.py",
> > line 29, in 
> >
> >     import urllib2
> >
> > ModuleNotFoundError: No module named 'urllib2'
> >
> >
> >
> > Please which is the correct command and how to solve the error?
> >
> > 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: Cannot run a command

2020-09-01 Thread Vincenzo Mone
Sorry Marcus,
I have opened a new thread as it is, how you can see another problem. The other 
issue seems to be OK
but not quite sure as you have not replied yet to my last email.
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: Discuss-gnuradio 
> Per conto di Marcus Müller
> Inviato: martedì 1 settembre 2020 14:28
> A: discuss-gnuradio@gnu.org
> Oggetto: Re: Cannot run a command
> 
> Hi Vincenzo,
> 
> again, having multiple different threads where you were working on multiple
> things at once turned out pretty badly for you in the past, because it was
> confusing.
> 
> I'd recommend we focus on the fun cube dongle aspect first. It's not even
> been 16 hours that you asked about that. I don't think you get further if you
> just try to solve many things at once.
> 
> Best regards,
> Marcus
> 
> On 01/09/2020 11.22, Vincenzo Mone wrote:
> > Hello ,
> >
> > I have installed UBUNTU 20.4 and have to run one of these commands:
> >
> > python2
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> > or
> >
> > python3
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> > but no one works for my purpose.
> >
> > If I run:
> >
> > python2
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> > I get:
> >
> > Traceback (most recent call last):
> >
> >File
> > "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun
> > _downlink_proxy.py",
> > line 31, in 
> >
> >  from PyQt5 import QtGui, QtCore, Qt, QtWidgets
> >
> > ImportError: No module named PyQt5
> >
> > If I run:
> >
> > python3
> > ~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun_downlink_
> > proxy.py
> >
> > I get:
> >
> > Traceback (most recent call last):
> >
> >File
> > "/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-
> Proxy/mun
> > _downlink_proxy.py",
> > line 29, in 
> >
> >  import urllib2
> >
> > ModuleNotFoundError: No module named 'urllib2'
> >
> > Please which is the correct command and how to solve the error?
> >
> > 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*
> >
> >*
> >




Cannot run a command

2020-09-01 Thread Vincenzo Mone
Hello ,

I have installed UBUNTU 20.4 and have to run one of these commands:

 

python2
~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.
py

or

python3
~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.
py

 

but no one works for my purpose.

If I run:

 

python2
~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.
py

 

I get:

 

Traceback (most recent call last):

  File
"/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downl
ink_proxy.py", line 31, in 

from PyQt5 import QtGui, QtCore, Qt, QtWidgets

ImportError: No module named PyQt5

 

If I run:

 

python3
~/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downlink_proxy.
py

 

I get:

 

Traceback (most recent call last):

  File
"/home/enzo/gr-lilacsat-pyqt5/examples/BY70-2/DSLWP-Downlink-Proxy/mun_downl
ink_proxy.py", line 29, in 

import urllib2

ModuleNotFoundError: No module named 'urllib2'

 

Please which is the correct command and how to solve the error?

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




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

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




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

 

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*

  *

 



gr-satellites

2020-06-26 Thread Vincenzo Mone
Hi to the list,

Anybody on this group that uses Daniel Estevez  gr-satellites?

I need some advice please

 

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*

  *

 



Make test error

2020-06-14 Thread Vincenzo Mone
Hello all,

I am installing Gnuradio, but when I give the make test command,

at the end of the scrolling I get this error:

 

 

99% tests passed, 1 tests failed out of 365

 

Total Test time (real) = 160.52 sec

 

The following tests FAILED:

25 - qa_volk_32f_8u_polarbutterflypuppet_32f (Failed)

Errors while running CTest

make: *** [Makefile:130: test] Error 8

 

 

Please any advice???

Thanks

 

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*

  *

 



No Module find

2020-05-23 Thread Vincenzo Mone
Please any help,

when I run a grc flowgraph file, how you can see I get the error:

 

ModuleNotFoundError: Nomodule named 'gpredict'

 

On others grc files I get

 

ModuleNotFoundError: Nomodule named 'satellites'

 

If I go in :

 

/usr/local/lib/python3/dist-packages/

 

I can see the two folders named gpredict and satellites.

In the readme file of the author I can read:

 

If Python is not able to locate the gr-satellites module, it will produce an
error like this:

ModuleNotFoundError: No module named 'satellites'

Often, gr-satellites is installed into /usr/local/lib/python3/dist-packages/
or a similar directory, in a subdirectory called satellites. Therefore,

$ export PYTHONPATH=/usr/local/lib/python3/dist-packages/

 

I have tried to hive the command:

 

export PYTHONPATH=/usr/local/lib/python3/dist-packages/

 

how it  says, still get the errors.

Please any help?

Thanks

 

 



 

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*

  *

 



Pendrive not visible

2020-05-20 Thread Vincenzo Mone
Hello to the list,
I have installed in dual boot With Windows 10, Ubuntu 20.04. Booted into Ubuntu 
and ha plugged a pendrive I have noticed that it is not visible. I mean I do 
not see it.
Please anybody can help me?
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***
 

Pip error

2020-05-12 Thread Vincenzo Mone
Hi folks,

I need to give this command in terminal:

 

pip install --user --upgrade construct requests

 

but after typing it I get:

 

Command 'pip' not found, but there are 18 similar ones.

 

Please what to do?

Thanks

 

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*

  *

 



Libfec install error

2020-05-10 Thread Vincenzo Mone
Hi folks,

I am trying to install the Libfec OOT but when I give the make test command
at the end I got this error:

 

gcc -g -c vtest27.c

gcc -g -o vtest27 vtest27.o libfec.a -lm

vtest27.o: In function `main':

/home/enzo/libfec/vtest27.c:120: undefined reference to `addnoise'

/home/enzo/libfec/vtest27.c:121: undefined reference to `addnoise'

collect2: error: ld returned 1 exit status

makefile:67: recipe for target 'vtest27' failed

make: *** [vtest27] Error 1

 

Please any help?

Thanks

 

 

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*

  *

 



Gnuradio error

2020-05-06 Thread Vincenzo Mone
Please I still have problems when I run a grc file.

I have loaded the grc file in the gnuradio and and do not get any

Red blocks but when I go to play it, I get errors.

Here is the log I see on the bottom side of gnuradio:

 

 

 

Loading: "/home/enzo/gr-fcdproplus/example/fmfcdpp.grc"

>>> Done

 

Generating: '/home/enzo/gr-fcdproplus/example/FMRadio.py'

 

Executing: /usr/bin/python3 -u /home/enzo/gr-fcdproplus/example/FMRadio.py

 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/fcdproplus/fcdproplus_swig.py", line
14, in swig_import_helper

return importlib.import_module(mname)

  File "/usr/lib/python3.6/importlib/__init__.py", line 126, in
import_module

return _bootstrap._gcd_import(name[level:], package, level)

  File "", line 994, in _gcd_import

  File "", line 971, in _find_and_load

  File "", line 955, in _find_and_load_unlocked

  File "", line 658, in _load_unlocked

  File "", line 571, in module_from_spec

  File "", line 922, in create_module

  File "", line 219, in
_call_with_frames_removed

ImportError: /usr/lib/libgnuradio-fcdproplus.so.3.8.0: undefined symbol:
hid_exit

 

During handling of the above exception, another exception occurred:

 

Traceback (most recent call last):

  File "/home/enzo/gr-fcdproplus/example/FMRadio.py", line 39, in 

import fcdproplus

  File "/usr/lib/python3/dist-packages/fcdproplus/__init__.py", line 45, in


from .fcdproplus_swig import *

  File "/usr/lib/python3/dist-packages/fcdproplus/fcdproplus_swig.py", line
17, in 

_fcdproplus_swig = swig_import_helper()

  File "/usr/lib/python3/dist-packages/fcdproplus/fcdproplus_swig.py", line
16, in swig_import_helper

return importlib.import_module('_fcdproplus_swig')

  File "/usr/lib/python3.6/importlib/__init__.py", line 126, in
import_module

return _bootstrap._gcd_import(name[level:], package, level)

ModuleNotFoundError: No module named '_fcdproplus_swig'

 

>>> Done (return code 1)

 

Any help?

Also please I have heard that I have to set the device name but did not
understand how to do it.

 

arecord -L

and I got this result:

 

default

Playback/recording through the PulseAudio sound server

null

Discard all samples (playback) or generate zero samples (capture)

pulse

PulseAudio Sound Server

sysdefault:CARD=AudioPCI

Ensoniq AudioPCI, ES1371 DAC2/ADC

Default Audio Device

front:CARD=AudioPCI,DEV=0

Ensoniq AudioPCI, ES1371 DAC2/ADC

Front speakers

iec958:CARD=AudioPCI,DEV=0

Ensoniq AudioPCI, ES1371 DAC2/ADC

IEC958 (S/PDIF) Digital Audio Output

dmix:CARD=AudioPCI,DEV=0

Ensoniq AudioPCI, ES1371 DAC2/ADC

Direct sample mixing device

dsnoop:CARD=AudioPCI,DEV=0

Ensoniq AudioPCI, ES1371 DAC2/ADC

Direct sample snooping device

hw:CARD=AudioPCI,DEV=0

Ensoniq AudioPCI, ES1371 DAC2/ADC

Direct hardware device without any conversions

plughw:CARD=AudioPCI,DEV=0

Ensoniq AudioPCI, ES1371 DAC2/ADC

Hardware device with all software conversions

sysdefault:CARD=V20

FUNcube Dongle V2.0, USB Audio

Default Audio Device

front:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

Front speakers

surround21:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

2.1 Surround output to Front and Subwoofer speakers

surround40:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

4.0 Surround output to Front and Rear speakers

surround41:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

4.1 Surround output to Front, Rear and Subwoofer speakers

surround50:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

5.0 Surround output to Front, Center and Rear speakers

surround51:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

5.1 Surround output to Front, Center, Rear and Subwoofer speakers

surround71:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

7.1 Surround output to Front, Center, Side, Rear and Woofer speakers

iec958:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

IEC958 (S/PDIF) Digital Audio Output

dmix:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

Direct sample mixing device

dsnoop:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

Direct sample snooping device

hw:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

Direct hardware device without any conversions

plughw:CARD=V20,DEV=0

FUNcube Dongle V2.0, USB Audio

Hardware device with all software conversions

 

But did not understood what to do.

Anybody can tell me also exactly what to do?

Thanks in advance

 

 

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*

  *

 



FCDPROPLUS Errors

2020-04-29 Thread Vincenzo Mone
Hi Folks,

It seems I got all OK since I do not try to install FCDPROPLUS.

This is what I have done:

 

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

cd gr-fcdproplus/

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX= \usr ../

 

With the last command I got errors:

 

-- The CXX compiler identification is GNU 7.5.0

-- The C compiler identification is GNU 7.5.0

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

--   Found gmp, version 6.2.0

-- 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_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.65.1

-- 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.6.9") 

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

-- Checking for module 'alsa'

--   Found alsa, version 1.1.3

-- Found ALSA 1.1.3

-- Checking for module 'jack'

--   Found jack, version 0.125.0rc1

-- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so

-- Checking for module 'portaudio-2.0'

--   Found portaudio-2.0, version 19

-- Performing Test PORTAUDIO2_FOUND

-- Performing Test PORTAUDIO2_FOUND - Success

-- Found PORTAUDIO: /usr/include  

-- Found Git: /usr/bin/git  

-- Extracting version information from git describe...

-- Checking for module 'libusb-1.0'

--   Found libusb-1.0, version 1.0.21

-- Found libusb-1.0: /usr/include/libusb-1.0,
/usr/lib/x86_64-linux-gnu/libusb-1.0.so

-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found
components:  doxygen missing components:  dot

-- 

-- Checking for module SWIG

-- Found SWIG version 3.0.12.

-- Found SWIG: /usr/bin/swig3.0  

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found
version "3.6.9") 

-- Doxxyfile found in DOXY_FILE_PATH-NOTFOUND

CMake Error: File
/home/enzo/gr-fcdproplus/swig/DOXY_FILE_PATH-NOTFOUND/Doxyfile.swig_doc.in
does not exist.

CMake Error at cmake/Modules/GrSwig.cmake:65 (configure_file):

  configure_file Problem configuring file

Call Stack (most recent call first):

  cmake/Modules/GrSwig.cmake:121 (GR_SWIG_MAKE_DOCS)

  swig/CMakeLists.txt:41 (GR_SWIG_MAKE)

 

 

CMake Error: File
/home/enzo/gr-fcdproplus/docs/doxygen/DOXY_FILE_PATH-NOTFOUND/Doxyfile.in
does not exist.

CMake Error at docs/doxygen/CMakeLists.txt:33 (configure_file):

  configure_file Problem configuring file

 

 

--  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/lib/x86_64-linux-gnu/cmake/gnura
dio

-- CMake Modules Dir   : lib/cmake

-- fcdproplus INCLUDES : include/fcdproplus

-- Using install prefix: 

-- Installing grc files to : /share/gnuradio/grc/blocks

-- Bundled hidapi is used

-- 

-- Configuring incomplete, errors occurred!

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

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

 

 

If I understood it does'nt find the mpir but I have installed it with this
procedure:

 

git clone git://github.com/wbhart/mpir.git mpir

cd mpir

./autogen.sh

./configure

make

sudo make install

sudo ldconfig

 

I can also read :

 

Doxxyfile found in DOXY_FILE_PATH-NOTFOUND

CMake Error: File
/home/enzo/gr-fcdproplus/swig/DOXY_FILE_PATH-NOTFOUND/Doxyfile.swig_doc.in
does not exist

CMake Error at docs/doxygen/CMakeLists.txt:33 (configure_file):

configure_file Problem configuring file

 

 

But also 

R: Mpir Installation

2020-04-29 Thread Vincenzo Mone
Hi Chris,
Please apologise but you did not help me like this.
Unfortunately everyone has their say e they are all different one from
another.
Everytime I get a suggestion from the mailing list or privately I start from
The beginner from scratch deleting an re installing the distro a restart
from scratch,
But the problem pops up every time I arrive to the Mpir step. AS I said many
times I am beginner
User of Linux and do not understand it as a lot of you does.
I have always asked to tell me step by step what to do.
Thanks


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: Discuss-gnuradio 
> Per conto di Chris Vine
> Inviato: mercoledì 29 aprile 2020 02:19
> A: discuss-gnuradio@gnu.org
> Oggetto: Re: Mpir Installation
> 
> On Tue, 28 Apr 2020 17:57:36 +0200
> "Vincenzo Mone"  wrote:
> > WARNING: 'makeinfo' is missing on your system.
> >
> >  You should only need it if you modified a '.texi' file, or
> >
> >  any other file indirectly affecting the aspect of the manual.
> >
> >  You might want to install the Texinfo package:
> >
> >  <http://www.gnu.org/software/texinfo/>
> >
> >  The spurious makeinfo call might also be the consequence of
> >
> >  using a buggy 'make' (AIX, DU, IRIX), in which case you might
> >
> >  want to install GNU make:
> >
> >  <http://www.gnu.org/software/make/>
> >
> > Makefile:403: recipe for target 'mpir.info' failed
> >
> > make[2]: *** [mpir.info] Error 127
> >
> > make[2]: uscita dalla directory "/home/enzo/mpir/doc"
> >
> > Makefile:952: recipe for target 'all-recursive' failed
> >
> > make[1]: *** [all-recursive] Error 1
> >
> > make[1]: uscita dalla directory "/home/enzo/mpir"
> >
> > Makefile:755: recipe for target 'all' failed
> >
> > make: *** [all] Error 2
> >
> > Did I done something wrong?
> >
> > Thanks
> 
> You are doing lots wrong.
> 
> First you are missing texinfo's makeinfo, which seems to be used by mpir
to
> make its documentation.  That's fine, you don't need texinfo.
> 
> Secondly, you don't need texinfo because you are pointlessly trying to
> compile and install mpir.  Why?  Your distribution will already come with
gmp
> or mpir so it is completely unnecessary.
> 
> Thirdly, you are posting massively long posts with no regard for snipping
> irrelevant content.
> 
> Fourthly, trying to install these out-of-distribution packages, when your
> distribution will already provide them, is going to break your
installation.  You
> will end up with conflicting and incompatible versions of different
libraries
> installed.
> 
> I suggest deleting your current linux installation, reinstall it from
scratch, and
> install that distribution's version of gnuradio.  You are way out of your
depth.




R: R: R: R: R: Mpir Installation

2020-04-28 Thread Vincenzo Mone
nfo mpir.info-[0-9] mpir.info-[0-9][0-9] mpir.i[0-9]
mpir.i[0-9][0-9]; do \

if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \

  done; \

else :; fi && \

cd "$am__cwd"; \

if /bin/bash /home/enzo/mpir/missing makeinfo   -I . \

-o mpir.info mpir.texi; \

then \

  rc=0; \

  CDPATH="${ZSH_VERSION+.}:" && cd .; \

else \

  rc=$?; \

  CDPATH="${ZSH_VERSION+.}:" && cd . && \

  $restore $backupdir/* `echo "./mpir.info" | sed 's|[^/]*$||'`; \

fi; \

rm -rf $backupdir; exit $rc

/home/enzo/mpir/missing: riga 81: makeinfo: comando non trovato

WARNING: 'makeinfo' is missing on your system.

 You should only need it if you modified a '.texi' file, or

 any other file indirectly affecting the aspect of the manual.

 You might want to install the Texinfo package:

 <http://www.gnu.org/software/texinfo/>

 The spurious makeinfo call might also be the consequence of

 using a buggy 'make' (AIX, DU, IRIX), in which case you might

 want to install GNU make:

 <http://www.gnu.org/software/make/>

Makefile:403: recipe for target 'mpir.info' failed

make[2]: *** [mpir.info] Error 127

make[2]: uscita dalla directory "/home/enzo/mpir/doc"

Makefile:952: recipe for target 'all-recursive' failed

make[1]: *** [all-recursive] Error 1

make[1]: uscita dalla directory "/home/enzo/mpir"

Makefile:755: recipe for target 'all' failed

make: *** [all] Error 2

 

Did I done something wrong?

Thanks

 

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*

  *

 

Da: Discuss-gnuradio  Per
conto di Ron Economos
Inviato: martedì 28 aprile 2020 16:00
A: discuss-gnuradio@gnu.org
Oggetto: Re: R: R: R: R: Mpir Installation

 

Vincenzo,

I think you're missing libtool.

sudo apt-get install libtool

Then do ./configure again.

If it still fails, e-mail the print out from ./configure.

Ron

On 4/28/20 05:32, Vincenzo Mone wrote:

Yes Ron,

done another step but now error on the next command make.

I got this:

 

make  all-recursive

make[1]: ingresso nella directory "/home/enzo/mpir"

Making all in tests

make[2]: ingresso nella directory "/home/enzo/mpir/tests"

Making all in .

make[3]: ingresso nella directory "/home/enzo/mpir/tests"

make[3]: Nessuna operazione da eseguire per "all-am".

make[3]: uscita dalla directory "/home/enzo/mpir/tests"

Making all in devel

make[3]: ingresso nella directory "/home/enzo/mpir/tests/devel"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/devel"

Making all in mpn

make[3]: ingresso nella directory "/home/enzo/mpir/tests/mpn"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/mpn"

Making all in fft

make[3]: ingresso nella directory "/home/enzo/mpir/tests/fft"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/fft"

Making all in mpz

make[3]: ingresso nella directory "/home/enzo/mpir/tests/mpz"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/mpz"

Making all in mpq

make[3]: ingresso nella directory "/home/enzo/mpir/tests/mpq"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/mpq"

Making all in mpf

make[3]: ingresso nella directory "/home/enzo/mpir/tests/mpf"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/mpf"

Making all in rand

make[3]: ingresso nella directory "/home/enzo/mpir/tests/rand"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/rand"

Making all in misc

make[3]: ingresso nella directory "/home/enzo/mpir/tests/misc"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/misc"

Making all in cxx

make[3]: ingresso nella directory "/home/enzo/mpir/tests/cxx"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/cxx"

make[2]: uscita dalla directory "/home/enzo/mpir/tests"

Making all in mpn

make[2]: ingresso nella directory "/home/enzo/mpir/mpn"

make[2]: Nessuna operazione da eseguire per "all&

R: R: R: R: Mpir Installation

2020-04-28 Thread Vincenzo Mone
.i[0-9][0-9]; do \

if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \

  done; \

else :; fi && \

cd "$am__cwd"; \

if /bin/bash /home/enzo/mpir/missing makeinfo   -I . \

-o mpir.info mpir.texi; \

then \

  rc=0; \

  CDPATH="${ZSH_VERSION+.}:" && cd .; \

else \

  rc=$?; \

  CDPATH="${ZSH_VERSION+.}:" && cd . && \

  $restore $backupdir/* `echo "./mpir.info" | sed 's|[^/]*$||'`; \

fi; \

rm -rf $backupdir; exit $rc

/home/enzo/mpir/missing: riga 81: makeinfo: comando non trovato

WARNING: 'makeinfo' is missing on your system.

 You should only need it if you modified a '.texi' file, or

 any other file indirectly affecting the aspect of the manual.

 You might want to install the Texinfo package:

 <http://www.gnu.org/software/texinfo/>

 The spurious makeinfo call might also be the consequence of

 using a buggy 'make' (AIX, DU, IRIX), in which case you might

 want to install GNU make:

 <http://www.gnu.org/software/make/>

Makefile:403: recipe for target 'mpir.info' failed

make[2]: *** [mpir.info] Error 127

make[2]: uscita dalla directory "/home/enzo/mpir/doc"

Makefile:952: recipe for target 'all-recursive' failed

make[1]: *** [all-recursive] Error 1

make[1]: uscita dalla directory "/home/enzo/mpir"

Makefile:755: recipe for target 'all' failed

make: *** [all] Error 2

 

Thanks

 

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*

  *

 

Da: Discuss-gnuradio  Per
conto di Ron Economos
Inviato: martedì 28 aprile 2020 14:07
A: discuss-gnuradio@gnu.org
Oggetto: Re: R: R: R: Mpir Installation

 

sudo apt-get install yasm

Ron

On 4/28/20 05:03, Vincenzo Mone wrote:

Yes Ron,

it waorked since i gave the ./configure command.

I got another error:

 

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking ABI=64

checking compiler gcc -m64 ... yes

checking compiler gcc -m64  -O2... yes

checking compiler gcc -m64 -O2  -march=k8... yes

checking compiler gcc -m64 -O2 -march=k8  -mtune=k8... yes

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables... 

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking how to run the C preprocessor... gcc -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking minix/config.h usability... no

checking minix/config.h presence... no

checking for minix/config.h... no

checking whether it is safe to define __EXTENSIONS__... yes

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking whether gcc understands -c and -o together... (cached) yes

checking for gcc option to accept ISO C99... none needed

checking for gcc option to accept ISO Standard C... (cached) none needed

checking how to run the C preprocessor... gcc -E

checking build system compiler gcc... yes

checking for build system preprocessor... gcc -E

checking for build system executable suffix... 

checking whether build system compiler is ANSI... yes

checking for build system compiler math library... -lm

Looking for a system-wide yasm...

configure: error: no system-wide yasm found

 

What am I still missing please?

Thanks

 

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




  *

  **   GSM 

R: R: R: Mpir Installation

2020-04-28 Thread Vincenzo Mone
Yes Ron,

it waorked since i gave the ./configure command.

I got another error:

 

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking ABI=64

checking compiler gcc -m64 ... yes

checking compiler gcc -m64  -O2... yes

checking compiler gcc -m64 -O2  -march=k8... yes

checking compiler gcc -m64 -O2 -march=k8  -mtune=k8... yes

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables... 

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking how to run the C preprocessor... gcc -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking minix/config.h usability... no

checking minix/config.h presence... no

checking for minix/config.h... no

checking whether it is safe to define __EXTENSIONS__... yes

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking whether gcc understands -c and -o together... (cached) yes

checking for gcc option to accept ISO C99... none needed

checking for gcc option to accept ISO Standard C... (cached) none needed

checking how to run the C preprocessor... gcc -E

checking build system compiler gcc... yes

checking for build system preprocessor... gcc -E

checking for build system executable suffix... 

checking whether build system compiler is ANSI... yes

checking for build system compiler math library... -lm

Looking for a system-wide yasm...

configure: error: no system-wide yasm found

 

What am I still missing please?

Thanks

 

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*

  *

 

Da: Discuss-gnuradio  Per
conto di Ron Economos
Inviato: martedì 28 aprile 2020 13:00
A: discuss-gnuradio@gnu.org
Oggetto: Re: R: R: Mpir Installation

 

Looks like you're missing M4. Try:

sudo apt-get install autotools-dev automake autoconf

For reference, here's what I'm seeing.

ubuntu@arm:~/xfer/mpir$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --no-force
configure.ac:1719: installing './compile'
configure.ac:57: installing './config.guess'
configure.ac:57: installing './config.sub'
configure.ac:67: installing './install-sh'
configure.ac:67: installing './missing'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `.'

Ron

On 4/28/20 03:35, Vincenzo Mone wrote:

Ron,

please this morning I have retried again doing these steps:

 

git clone git://github.com/wbhart/mpir.git mpir

cd mpir

./autogen.sh

 

But I seem to get errors:

 

autoreconf: Entering directory `.'

autoreconf: configure.ac: not using Gettext

autoreconf: running: aclocal 

configure.ac:2838: warning: AC_LIBTOOL_PROG_COMPILER_PIC is m4_require'd but
not m4_defun'd

acinclude.m4:2192: GMP_ASM_X86_GOT_UNDERSCORE is expanded from...

configure.ac:2838: the top level

configure.ac:2841: warning: AC_ENABLE_SHARED is m4_require'd but not
m4_defun'd

acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...

configure.ac:2841: the top level

configure.ac:2841

R: R: Mpir Installation

2020-04-28 Thread Vincenzo Mone
Ron,

please this morning I have retried again doing these steps:

 

git clone git://github.com/wbhart/mpir.git mpir

cd mpir

./autogen.sh

 

But I seem to get errors:

 

autoreconf: Entering directory `.'

autoreconf: configure.ac: not using Gettext

autoreconf: running: aclocal 

configure.ac:2838: warning: AC_LIBTOOL_PROG_COMPILER_PIC is m4_require'd but
not m4_defun'd

acinclude.m4:2192: GMP_ASM_X86_GOT_UNDERSCORE is expanded from...

configure.ac:2838: the top level

configure.ac:2841: warning: AC_ENABLE_SHARED is m4_require'd but not
m4_defun'd

acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...

configure.ac:2841: the top level

configure.ac:2841: warning: AC_PROG_LIBTOOL is m4_require'd but not
m4_defun'd

acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...

configure.ac:2841: the top level

autoreconf: configure.ac: tracing

configure.ac:2838: warning: AC_LIBTOOL_PROG_COMPILER_PIC is m4_require'd but
not m4_defun'd

acinclude.m4:2192: GMP_ASM_X86_GOT_UNDERSCORE is expanded from...

configure.ac:2838: the top level

configure.ac:2841: warning: AC_ENABLE_SHARED is m4_require'd but not
m4_defun'd

acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...

configure.ac:2841: the top level

configure.ac:2841: warning: AC_PROG_LIBTOOL is m4_require'd but not
m4_defun'd

acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...

configure.ac:2841: the top level

autoreconf: configure.ac: not using Libtool

autoreconf: running: /usr/bin/autoconf

configure.ac:2838: warning: AC_LIBTOOL_PROG_COMPILER_PIC is m4_require'd but
not m4_defun'd

acinclude.m4:2192: GMP_ASM_X86_GOT_UNDERSCORE is expanded from...

configure.ac:2838: the top level

configure.ac:2841: warning: AC_ENABLE_SHARED is m4_require'd but not
m4_defun'd

acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...

configure.ac:2841: the top level

configure.ac:2841: warning: AC_PROG_LIBTOOL is m4_require'd but not
m4_defun'd

acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...

configure.ac:2841: the top level

configure:11016: error: possibly undefined macro: AC_PROG_NM

  If this token and others are legitimate, please use m4_pattern_allow.

  See the Autoconf documentation.

configure:14470: error: possibly undefined macro:
AC_LIBTOOL_PROG_COMPILER_PIC

configure:14565: error: possibly undefined macro: AC_ENABLE_SHARED

configure:14566: error: possibly undefined macro: AC_PROG_LIBTOOL

autoreconf: /usr/bin/autoconf failed with exit status: 1

 

If I continue with the next command:

 

./configure

 

I get 

configure: error: cannot find install-sh, install.sh, or shtool in "."
"./.." "./../.."

 

 

Please what am I doing wrong?

Thanks

 

 

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*

  *

 

Da: Ron Economos  
Inviato: lunedì 27 aprile 2020 15:18
A: Vincenzo Mone 
Oggetto: Re: R: Mpir Installation

 

Vincenzo,

I see. You have to create the ./configure file in mpir with ./autogen.sh

So it's really these steps:

git clone git://github.com/wbhart/mpir.git mpir

cd mpir

./autogen.sh

./configure

make

sudo make install

sudo ldconfig

Ron W6RZ

On 4/27/20 05:56, Vincenzo Mone wrote:

Thanks Ron,

But I cannot get installed FCDPROPLUS.

I have done this:

 

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

cd gr-fcdproplus

mkdir build

cd build

make -DCMAKE_INSTALL_PREFIX= \usr ../

-- Build type not specified: defaulting to release.

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

-- 

-- 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 DOXY_FILE_PATH-NOTFOUND

CMake Error: File
/home/enzo/gr-fcdproplus/swig/DOXY_FILE_PATH-NOTFOUND/Doxyfile.swig_doc.in
does not exist.

CMake Error at cmake/Modules/GrSwig.cmake:65 (configure_file):

  configure_file Problem configuring file

Call Stack (most recent call first):

  cmake/Modules/GrSwig.cmake:121 (GR_SWIG_MAKE_DOCS)

  swig/CMakeLists.txt:41 (GR_SWIG_MAKE)

 

 

CMake Error: File
/home/enzo/gr-fcdproplus/docs/doxygen/DOXY_FILE_PATH-NOTFOUND/Doxyfile.in
does not exist.

CMake Error at docs/doxygen/CMakeLists.txt:33 (configure_file):

  configure_file Problem configuring file

 

 

--  Build Summary =

-- Bu

R: Again on FCDPROPLUS

2020-04-28 Thread Vincenzo Mone
Hello Barry,
Thanks also to you for the help, but the problem is everyone is trying to
help me
Saying what to do as I know how Linux works.
Unfortunately I am a beginner user and do not know anything about Linux.
Just starting and following all you suggestions but the problem is I do not
understand
What to do if some says for example start as administrator as how I saw it
is different from windows O.S.

BTW I have tried how you suggested me but it did not work maybe because how
I said before 
Did not do correctly the commands.
Here is what I've done:
I have opened the Terminal and typed gedit which is the editor.
Pasted the 4 lines.
Closed the file saving it in Enzo which is the folder I see on the Desktop
Always in the terminal I have typed:

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

but after have inserted the requested password I got the error:


cp: missing destination file operand after
'/home/enzo/Desktop/enzo/99-usb-serial.rules'

Where am I still missing?

Finally you said to be sure to set the Device name; mine is
"hw:CARD=V20,DEV=0"
How to know the Device name?
I can just say that it is a Funcube Dongle Pro Plus.
Thanks to you and to everyone and please apologise if I am bothering
somebody


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: Barry Duggan 
> Inviato: martedì 28 aprile 2020 01:48
> A: vim...@alice.it
> Cc: Discuss Gnuradio 
> Oggetto: Re: Again on FCDPROPLUS
> 
> Vincenzo,
> 
> Here is what you need to do to set up udev rules:
> 
> In any of your folders (), create a file named '99-usb-
> serial.rules' with the following content:
> 
> SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31"
> MODE:="0666"
> 
> Save the file. Then, in a Terminal screen:
> 
>cd /etc/udev/rules.d
>sudo cp -v ~//99-usb-serial.rules .  # note the
> period!
>sudo udevadm trigger
> 
> Be sure to set the Device name; mine is "hw:CARD=V20,DEV=0" (without the
> quotes). If that doesn't work, follow the procedure in
> https://wiki.gnuradio.org/index.php/Audio_Source#Device_Name starting
> with "For Linux ALSA users...".
> 
> Let me know how it works for you.
> --
> Barry Duggan KV4FV
> 
> On Sun, 26 Apr 2020 18:29:17 +0200, Vincenzo Mone wrote:
> 
> Hello,
> 
> Please I have a doubt.
> 
> Reading on the FCDPROPLUS site I read:
> 
> Important
> Don't forget the udev rules: For instance:
> 
> Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
> 
> HIDAPI/libusb:
> 
> SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56"
> MODE:="0666" SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8"
> ATTRS{idProduct}=="fb31" MODE:="0666"
> 
> HIDAPI/hidraw:
> 
> KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8",
> ATTRS{idProduct}=="fb56", MODE="0666" KERNEL=="hidraw*",
> ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8",
> ATTRS{idProduct}=="fb31",
> MODE="0666
> 
> Please what does it means?
> 
> Maybe I am missing something.
> 
> Any help?
> 
> Thanks
> 
> 73 de Enzo IK8OZV
> EasyLog 5 BetaTester
> EasyLog PDA BetaTester
> WinBollet BetaTester
> D.C.I. CheckPoint Regione Campania
> Skype: ik8ozv8520




R: R: R: R: Mpir Installation

2020-04-27 Thread Vincenzo Mone
Marcus,
seems i have done.
I have opened GEDIT and pasted 1 line at time.
Now I see it like this:

1 SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" 
MODE:="0666" SUBSYSTEMS=="usb"
2 ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
 3 KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
4 KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

I mean it has added the progressive number on each line.
Please you did not told me when I save it which name to give at the file.
Thanks
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: lunedì 27 aprile 2020 19:16
> A: Vincenzo Mone 
> Cc: Gnuradio Mailing List 
> Oggetto: Re: R: R: R: Mpir Installation
> 
> No command. You need to make a text file, just as I wrote... I give up.
> 
> Best regards,
> Marcus
> 
> On 27/04/2020 19.12, Vincenzo Mone wrote:
> > OK Marcus,
> > I am adding when I reply the Maling list in the CC field. Hope it is 
> > correct.
> > Please which is the correct command to make the UDEV Rules?
> > Thanks
> >
> >
> > 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: lunedì 27 aprile 2020 19:03
> >> A: Vincenzo Mone 
> >> Cc: Gnuradio Mailing List 
> >> Oggetto: Re: R: R: Mpir Installation
> >>
> >> Vincenzo,
> >>
> >> On 27/04/2020 18.54, Vincenzo Mone wrote:
> >>> Marcus,
> >>> apologise I have asked you also in a previous message: Please how to do
> to
> >> reply via the mailing list?
> >>> I am using just the reply button and I understood it is wrong.
> >>> Please point me to the right way.
> >>
> >> I literally did in my last email.
> >>
> >>> Coming back to the gnuradio OK I am using the 3.8 but if you see on the
> >> mailing list, I have
> >>> Put several messages as I still cannot getting work the FCDPRPLUS.
> >>> I can read from the FCDPROPLUS Readme this and maybe it does not
> work:
> >>
> >>>
> >>> Don't forget the udev rules: For instance:
> >>
> >> You'll find these udev rules have nothing to do with GNU Radio 3.7 or 3.8.
> >>
> >>> Please can you tell me what to do?
> >>
> >> A udev rule is a text file that tells your operating system what to do
> >> when a new device appears, e.g. when a new USB device gets connected.
> >>
> >> You need to make a file in /etc/udev/rules.d/ , e.g.
> >> /etc/udev/rules.d/fcdproplus.rules, and it needs to contain the four lines
> >>
> >> 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}=="fb31", MODE="0666"
> >>
> >> after you've made that file, reboot. That's all.
> >>
> >> Best regards,
> >> Marcus
> >
> >





R: R: R: Mpir Installation

2020-04-27 Thread Vincenzo Mone
Marcus,
please do not give up.
You said me to add the 4 lines but I see 8 lines separated from a LF.
What I want to know in the file to make which lines?
The first 4 or the second 4 ones?
Thanks

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: lunedì 27 aprile 2020 19:03
> A: Vincenzo Mone 
> Cc: Gnuradio Mailing List 
> Oggetto: Re: R: R: Mpir Installation
> 
> Vincenzo,
> 
> On 27/04/2020 18.54, Vincenzo Mone wrote:
> > Marcus,
> > apologise I have asked you also in a previous message: Please how to do to
> reply via the mailing list?
> > I am using just the reply button and I understood it is wrong.
> > Please point me to the right way.
> 
> I literally did in my last email.
> 
> > Coming back to the gnuradio OK I am using the 3.8 but if you see on the
> mailing list, I have
> > Put several messages as I still cannot getting work the FCDPRPLUS.
> > I can read from the FCDPROPLUS Readme this and maybe it does not work:
> 
> >
> > Don't forget the udev rules: For instance:
> 
> You'll find these udev rules have nothing to do with GNU Radio 3.7 or 3.8.
> 
> > Please can you tell me what to do?
> 
> A udev rule is a text file that tells your operating system what to do
> when a new device appears, e.g. when a new USB device gets connected.
> 
> You need to make a file in /etc/udev/rules.d/ , e.g.
> /etc/udev/rules.d/fcdproplus.rules, and it needs to contain the four lines
> 
> 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}=="fb31", MODE="0666"
> 
> after you've made that file, reboot. That's all.
> 
> Best regards,
> Marcus





R: R: R: Mpir Installation

2020-04-27 Thread Vincenzo Mone
OK Marcus,
I am adding when I reply the Maling list in the CC field. Hope it is correct.
Please which is the correct command to make the UDEV Rules?
Thanks


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: lunedì 27 aprile 2020 19:03
> A: Vincenzo Mone 
> Cc: Gnuradio Mailing List 
> Oggetto: Re: R: R: Mpir Installation
> 
> Vincenzo,
> 
> On 27/04/2020 18.54, Vincenzo Mone wrote:
> > Marcus,
> > apologise I have asked you also in a previous message: Please how to do to
> reply via the mailing list?
> > I am using just the reply button and I understood it is wrong.
> > Please point me to the right way.
> 
> I literally did in my last email.
> 
> > Coming back to the gnuradio OK I am using the 3.8 but if you see on the
> mailing list, I have
> > Put several messages as I still cannot getting work the FCDPRPLUS.
> > I can read from the FCDPROPLUS Readme this and maybe it does not work:
> 
> >
> > Don't forget the udev rules: For instance:
> 
> You'll find these udev rules have nothing to do with GNU Radio 3.7 or 3.8.
> 
> > Please can you tell me what to do?
> 
> A udev rule is a text file that tells your operating system what to do
> when a new device appears, e.g. when a new USB device gets connected.
> 
> You need to make a file in /etc/udev/rules.d/ , e.g.
> /etc/udev/rules.d/fcdproplus.rules, and it needs to contain the four lines
> 
> 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}=="fb31", MODE="0666"
> 
> after you've made that file, reboot. That's all.
> 
> Best regards,
> Marcus





R: R: Mpir Installation

2020-04-27 Thread Vincenzo Mone
Marcus,
apologise I have asked you also in a previous message: Please how to do to 
reply via the mailing list?
I am using just the reply button and I understood it is wrong.
Please point me to the right way.
Coming back to the gnuradio OK I am using the 3.8 but if you see on the mailing 
list, I have
Put several messages as I still cannot getting work the FCDPRPLUS.
I can read from the FCDPROPLUS Readme this and maybe it does not work:

Don't forget the udev rules: For instance:

Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
HIDAPI/libusb:
SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666" 
SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"

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


Please can you tell me what to do? 

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: lunedì 27 aprile 2020 18:28
> A: Vincenzo Mone ; GNURadio Discussion List  gnura...@gnu.org>
> Oggetto: Re: R: Mpir Installation
> 
> Dear Vincenzo,
> 
> don't use 3.7. I've told you three times now that you should be using
> 3.8, and you've not had a single argument against that.
> 
> Also, please get used to replying on-list. If the mailing list is not in
> your CC: or To: fields, add them in your email client.
> 
> Best regards,
> Marcus
> 
> On 27/04/2020 18.22, Vincenzo Mone wrote:
> > Marcus,
> > I am going confused  as someone says to use the 3.8 some other say to use
> the 3.7 but no one tells me how to do.
> > So I repeat if I would get the 3.7 one, which are the procedures?
> > Thanks
> >
> > 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: Discuss-gnuradio  bounces+vimone=alice...@gnu.org>
> >> Per conto di Marcus Müller
> >> Inviato: lunedì 27 aprile 2020 18:18
> >> A: discuss-gnuradio@gnu.org
> >> Oggetto: Re: Mpir Installation
> >>
> >> Hi Vincenzo,
> >>
> >> Why exactly are you building dependencies for building GNU Radio?
> >>
> >> On Ubuntu 20.04, you get GNU Radio 3.8 out of the box using apt-get, and
> >> it'll be pretty impossible to build GNU Radio 3.7, lacking Python2.
> >>
> >> On previous versions of Ubuntu, you get GNU Radio 3.7 out of the box
> and
> >> can get GNU Radio 3.8 using our PPAs.
> >>
> >> Vincenzo, you're a beginner – and that's fine! Please don't make your
> >> life harder than it needs to be. Listen closely to the advice you get!
> >>
> >> Our advice, so far, has always been use GNU Radio 3.8, everything you
> >> need is available for that, and it's trivial to install.
> >>
> >> Best regards,
> >> Marcus
> >>
> >> On 27/04/2020 14.28, Vincenzo Mone wrote:
> >>> Hello I am trying to install Mpir on Ubuntu bat get error when I give
> >>> the command ./configure && make && make install
> >>>
> >>> Or just ./configure .
> >>>
> >>> I have done in terminal:
> >>>
> >>> git clone git://github.com/wbhart/mpir.git mpir
> >>>
> >>> cd mpir
> >>>
> >>> ./configure
> >>>
> >>> When I give the last command I get:
> >>>
> >>> bash: ./configure: File o directory non esistente
> >>>
> >>> Where  am I missing?
> >>>
> >>> Thanks
> >>>
> >>> 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*
> >>>
> >>> *
> >>>
> >
> >





Mpir Installation

2020-04-27 Thread Vincenzo Mone
Hello I am trying to install Mpir on Ubuntu bat get error when I give the
command ./configure && make && make install

Or just   ./configure .

I have done in terminal:

 

git clone git://github.com/wbhart/mpir.git mpir

cd mpir

./configure

 

When I give the last command I get:

 

bash: ./configure: File o directory non esistente

 

Where  am I missing?

Thanks

 

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*

  *

 



Again on FCDPROPLUS

2020-04-26 Thread Vincenzo Mone
Hello,

Please I have a doubt.

Reading on the FCDPROPLUS site I read:

 

3.  Important

Don't forget the udev rules: For instance:

Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)

HIDAPI/libusb:

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

HIDAPI/hidraw:

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

 

Please what does it means?

Maybe I am missing something.

Any help?

Thanks

 

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*

  *

 



Gnuradio 3.7

2020-04-26 Thread Vincenzo Mone
Please I own the UBUNTU 20.04 LTS.

I do not want to use the latest 3.8 Gnuradio-Companion but

I would like to install the 3.7 version.

Please anybody can point me step by step how to do?

Thanks

 

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

 

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*

  *

 



Help request

2020-04-24 Thread Vincenzo Mone
Hi folks,

This is my first post and I need an help if possible.

Unfortunately it is a while that I am using Linux and in my case UBUNTU.

As I am an amateur radio I ma trying o install some programs for satellite.

I have installed Gnuradio with the following commands:

 

sudo apt install git cmake g++ libboost-all-dev libgmp-dev swig
python3-numpy python3-mako python3-sphinx

python3-lxml doxygen libfftw3-dev libsdl1.2-dev libgsl-dev libqwt-qt5-dev
libqt5opengl5-dev python3-pyqt5

liblog4cpp5-dev libzmq3-dev python3-yaml python3-click python3-click-plugins
python3-zmq python3-scipy

 

sudo add-apt-repository ppa:gnuradio/gnuradio-releases

 

sudo apt-get update

 

sudo apt-get install gnuradio

 

 

I just gave those commands and nothing else, hope is the correct procedure.

After this I have tried to install the Doppler with the following commands:

 

git clone  
https://github.com/daniestevez/doppler   and then

 

git clone  
https://github.com/wnagele/gr-gpredict-doppler 

 

after this I had gave these commands:

 

 

cd gr-gpredict-doppler

mkdir build

cd build

cmake .. 

 

I had to give more command but arrived at the above command I get an error.

I get this:

 

 

- The C compiler identification is GNU 9.2.1

-- The CXX compiler identification is GNU 9.2.1

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

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

-- Build type not specified: defaulting to release.

CMake Error at CMakeLists.txt:35 (find_package):

  Could not find a configuration file for package "Gnuradio" that is

  compatible with requested version "3.7.7".

 

  The following configuration files were considered but not accepted:

 

/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake, version:
3.8.1.0

/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake, version:
3.8.1.0

 

 

Please anybody can help me to solve the problem?

Thanks

 

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*

  *

 



GnuRadio Help

2020-03-09 Thread Vincenzo Mone
Hi Folks,

This is my first post on this group.

Anybody can tell me the right procedure and where to get the Gnuradio v. 3.8
or above

For Ubuntu? I have tried in Terminal to digit  sudo apt gnuradio but I get
installed

The 3.7 version.

Please any help?

Thanks in advance

 

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*

  *