The Following 10 Users Say Thank You to xes For This Useful Post: | ||
![]() |
2012-03-06
, 18:10
|
Posts: 215 |
Thanked: 159 times |
Joined on Jan 2010
|
#2
|
![]() |
2012-03-14
, 03:16
|
Posts: 5 |
Thanked: 5 times |
Joined on Feb 2006
|
#3
|
The Following User Says Thank You to dknabe For This Useful Post: | ||
![]() |
2012-03-14
, 14:38
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#5
|
Thanks for the good work.
However, $: /opt/fldigi/bin/fldigi gets the following error: "./fldigi: error while loading shared libraries: libhamlib.so.2: cannot open shared object file".
$: ldd fldigi shows libhamlib.so.2 not found. However, it exists at /opt/hamlib/lib/libhamlib.so.2.
How should that be fixed?
![]() |
2012-03-14
, 14:51
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#6
|
I added /opt/hamlib/lib to /etc/ld.so.conf and ran $: ldconfig as root. fldigi would then start. Don't have audio figured out yet.
![]() |
2012-03-14
, 14:57
|
Posts: 5 |
Thanked: 5 times |
Joined on Feb 2006
|
#7
|
The Following User Says Thank You to dknabe For This Useful Post: | ||
![]() |
2012-03-14
, 15:03
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#8
|
The audio is working. Cockpit error on fldigi squelch. Thanks for the excellent work. I'll continue checking out the N900 fldigi. Is there any way to zoom? Menu selections are pretty small.
73, KN5DK
![]() |
2012-03-14
, 16:18
|
Posts: 5 |
Thanked: 5 times |
Joined on Feb 2006
|
#9
|
The Following User Says Thank You to dknabe For This Useful Post: | ||
![]() |
2012-03-15
, 00:07
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#10
|
Imagine that while listening to your ham radio receiver you find a digital transmission and you would know what they are saying.... but you don't have a pc....
WRONG!!! You have your little dear N900!!
Oh yeah... i was forgetting that selecting the portaudio output device you could also write some text and encode it to obtain an encoded flux reproduced from the speaker of your N900. (so you can also transmit that text!!)
UPDATED!
All the packages are know available into extras-devel with proper optification to save your root fs space.
You can install:
fltk 1.3.2, hamlib 1.2.15.3 and fldigi 3.21.82.
Fldigi already contains the script to fix the font size and i suggest you to chose portaudio to record from the microphone the audio of your receiver.
Enjoy!
----------------------------------------------------------------------------------
Old setup:
(please use repo's packages)
Here you can find FLDIGI 3.21.76
So unzip, copy all the tar.gz in /opt/ , unpack them
and run /opt/fldigi/bin/fldigi
If you find some issue, try
ldd /opt/fldigi/bin/fldigi
and verify to have all the required libs.
(maybe a little boring process... )
To fix the hamlib dependency problem:
ln -s /opt/hamlib/lib/hamlib /usr/lib/hamlib
ln -s /opt/hamlib/lib/libhamlib++.so.2.0.16 /usr/lib/libhamlib++.so.2.0.16
ln -s /opt/hamlib/lib/libhamlib.so.2.0.16 /usr/lib/libhamlib.so.2.0.16
ln -s /usr/lib/libhamlib.so.2.0.16 /usr/lib/libhamlib.so
ln -s /usr/lib/libhamlib.so.2.0.16 /usr/lib/libhamlib.so.2
ln -s /usr/lib/libhamlib++.so.2.0.16 /usr/lib/libhamlib++.so
ln -s /usr/lib/libhamlib++.so.2.0.16 /usr/lib/libhamlib++.so.2
As suggested by the developer w1hkj, to increase the font size, run fldigi in this way:
/opt/fldigi/bin/fldigi --font sans:16
At this time, the only issue that i have is that the gtk theme does not work well and you must select the plastic theme.
Fldigi 3.21.76 pack:
http://ge.tt/3bNJ2os
Fldigi 3.21.39 pack:
(containing: fldigi_3.21.39_N900_Xes_ftk130.tar.gz fltk_1.3.0_N900_Xes.tar.gz hamlib_1.2.15_N900_Xes.tar.gz libsamplerate_0.1.8_N900_Xes.tar.gz)
http://w940219.open.ge.tt/1/files/4A.../blob?download
Home page:
http://www.w1hkj.com/Fldigi.html
Sources:
http://www.w1hkj.com/download.html
Help page:
http://www.w1hkj.com/FldigiHelp-3.21/index.html
Other sources:
http://www.fltk.org/
http://hamlib.sourceforge.net/
http://www.mega-nerd.com/SRC/
PS
To run in fullscreen, you could use the step by step how to explained here:
http://talk.maemo.org/showthread.php?t=82056
Any feedback or suggestion will be really appreciated.
Last edited by xes; 2014-06-12 at 21:00.