discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: R: Again on FCDPROPLUS


From: Sid Boyce
Subject: Re: R: Again on FCDPROPLUS
Date: Tue, 28 Apr 2020 12:23:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

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 <address@hidden>
Inviato: martedì 28 aprile 2020 01:48
A: address@hidden
Cc: Discuss Gnuradio <address@hidden>
Oggetto: Re: Again on FCDPROPLUS

Vincenzo,

Here is what you need to do to set up udev rules:

In any of your folders (<your folder>), 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 ~/<your folder>/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




reply via email to

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