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 <muel...@kit.edu> > Inviato: lunedì 27 aprile 2020 19:03 > A: Vincenzo Mone <vim...@alice.it> > Cc: Gnuradio Mailing List <discuss-gnuradio@gnu.org> > 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