Re: R: Again on FCDPROPLUS

2020-04-29 Thread Marcus Müller

Dear Vincenzo,

copying and pasting correctly is necessary!

Best regards,
Marcus

On 28/04/2020 10.53, Vincenzo Mone wrote:

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







smime.p7s
Description: S/MIME Cryptographic Signature


Re: R: Again on FCDPROPLUS

2020-04-28 Thread Sid Boyce
The destination is missing, the file 99-usb-serial.rules file  needs to 
be copied to /etc/udev/rules./


sudo cp -v ~/Desktop/enzo/99-usb-serial.rules /etc/udev/rules.d/
73 ... Sid.

On 28/04/2020 09:53, Vincenzo Mone wrote:

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




--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks




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




Re: Again on FCDPROPLUS

2020-04-27 Thread Barry Duggan

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



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*

  *