FUNCUBE DONGLE PRO []

Outils pour utilisateurs

Outils du site


FUNCUBE DONGLE PRO

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:hamradio:radios:funcube_dongle_pro:index [2022/11/10 13:31] – [WINDOWS] f1slsdocumentation:hamradio:radios:funcube_dongle_pro:index [2022/11/10 14:14] (Version actuelle) f1sls
Ligne 2: Ligne 2:
  
 ===== SOFTWARE ===== ===== SOFTWARE =====
 +
 +==== LINUX QTHID ====
 +
 +=== INSTALL QT4 ===
 +Needs QT4, but QT4 is obsolete.
 +
 +Ubuntu 20.04 install :
 +<code bash>
 +# add-apt-repository ppa:rock-core/qt4
 +
 +# apt update
 +
 +# apt install qt4
 +
 +</code>
 +
 +Ubuntu 22.04 install :
 +<code bash>
 +# add-apt-repository ppa:ubuntuhandbook1/ppa
 +# apt update
 +# apt install qt4
 +</code>
 +
 +=== INSTALL QT4 ===
 +
 +To remove the PPA, run command:
 +
 +<code bash>
 +# add-apt-repository --remove ppa:rock-core/qt4
 +</code>
 +
 +Or remove the PPA for Ubuntu 22.04 using command:
 +<code bash>
 +# add-apt-repository --remove ppa:ubuntuhandbook1/ppa
 +</code>
 +
 +To remove all Qt4 libraries, run command:
 +
 +<code bash>
 +# apt remove --autoremove libqt4* libqtcore4 libqtgui4 libqtwebkit4 qt4*
 +</code>
 +
 +
 +  * {{ :documentation:hamradio:radios:funcube_dongle_pro:qthid-3.0.tar.gz |}}
 +  * {{ :documentation:hamradio:radios:funcube_dongle_pro:qthid-3.0-linux-x86_64.tar.gz |}}
 +
 +
 +In order to use the Funcube Dongle as regular user, you need to create a udev rule.
 +Create a udev file ''/etc/udev/rules.d/20-fcd.rules'' containing:
 +
 +<code bash>
 +SUBSYTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666" SYMLINK+="FCD"
 +</code>
  
 ==== WINDOWS ===== ==== WINDOWS =====
-  * Front End {{ :documentation:hamradio:radios:funcube_dongle_pro:fchid003.zip |}} +  * Simplified Front-End {{ :documentation:hamradio:radios:funcube_dongle_pro:fchid002.zip |}} 
-  * ExIO.dll for HDSDR {{ :documentation:hamradio:radios:funcube_dongle_pro:extio_fcd_g0mjw.zip |}}+  * Full Front-End {{ :documentation:hamradio:radios:funcube_dongle_pro:fchid003.zip |}} 
 +  * ExtIO.dll for HDSDR {{ :documentation:hamradio:radios:funcube_dongle_pro:extio_fcd_g0mjw.zip |}} 
 + 
 +==== FIRMWARES ==== 
 +  * v18f {{ :documentation:hamradio:radios:funcube_dongle_pro:export18f.bin |}} 
 +  * v18h (FCD-Pro only) {{ :documentation:hamradio:radios:funcube_dongle_pro:export18h.pro.bin |}} 
 +  * v18i (FCD-Pro only) {{ :documentation:hamradio:radios:funcube_dongle_pro:export18i.pro.bin |}} 
 +  * v18i (FCD-Pro only) {{ :documentation:hamradio:radios:funcube_dongle_pro:export18j.pro.bin |}}
documentation/hamradio/radios/funcube_dongle_pro/index.1668083475.txt.gz · Dernière modification : de f1sls