WSPR

From Note to self
Revision as of 23:22, 18 September 2013 by Hansvi (Talk | contribs) (Created page with "= Install = (root) apt-get install subversion python2.7-dev python-numpy python-imaging-tk python-pmw libportaudio2 portaudio19-dev libsamplerate0-dev gfortran cl-fftw3 cd ~...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install

(root) apt-get install subversion python2.7-dev python-numpy python-imaging-tk python-pmw libportaudio2 portaudio19-dev libsamplerate0-dev gfortran cl-fftw3
cd ~/source
svn co http://svn.berlios.de/svnroot/repos/wsjt/branches/wspr
cd wspr
./configure --with-portaudio-include-dir=/usr/include --with-portaudio-lib-dir=/usr/lib/x86_64-linux-gnu
make
(root) make install

Hamlib

aptitude install hamlib-utils

Hamlib driver gebruikt dezelfde code als usbsoftrock, en de VENDOR is dus fout. Hamlib is nodig voor fldigi dus uninstallen is moeilijk. Daarom: het package zelf van source builden.

sudo apt-get install dpkg-dev
apt-get source libhamlib2
cd hamlib-1.2.15.1/kit/

Nieuwe peaberry rig aangemaakt, je moet ook nog enkere andere files aanpassen.

aptitude install devscripts build-essential fakeroot
apt-get build-dep libhamlib2
debuild -us -uc

dit geeft een fout:

dpkg-source: info: local changes detected, the modified files are:
 hamlib-1.2.15.1/include/hamlib/riglist.h
 hamlib-1.2.15.1/kit/kit.c
 hamlib-1.2.15.1/kit/kit.h
 hamlib-1.2.15.1/kit/si570avrusb.c
dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/hamlib_1.2.15.1-1.diff.u3GhUV
dpkg-source: info: you can integrate the local changes with dpkg-source --commit


 export QUILT_PATCHES=debian/patches
 mkdir debian/patches

Config Peaberry V1

Station parameters

  • Grid: JO20gv
  • Audio in: plugSDR
  • Audio out: PlugSDR
  • RIG nr: 2515 Peaberry V1

Advanced

  • Enable frequency correction: check
  • correction: 96Hz

I-Q mode

  • Enable I-Q mode: check
  • Reverse Tx I,Q: check
  • Reverse Rx I,Q: Blank
  • Fiq: 12000


Links