pkgsrc-WIP-changes archive

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

(ham/wsjtx) files/README: wording, clock issue



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Fri Jan 9 07:10:25 2026 +0900
Changeset:	f343b0f90dee44ed46a49c3f11f710bc5bccabf4

Modified Files:
	wsjtx/files/README

Log Message:
(ham/wsjtx) files/README: wording, clock issue

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f343b0f90dee44ed46a49c3f11f710bc5bccabf4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wsjtx/files/README | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diffs:
diff --git a/wsjtx/files/README b/wsjtx/files/README
index e9d0cdc657..7f042b0023 100644
--- a/wsjtx/files/README
+++ b/wsjtx/files/README
@@ -21,7 +21,7 @@ This program needs several things
   524,288 is for an example, not fully tested.
 
 2.3
-   If above operation is on zsh and you have problems, probably you 
+   If above operation is with zsh and you have problems, probably you 
    may have suffered  from zsh cacheing issue on above limits.
    Please try the same thing with sh (bin/sh). 
 
@@ -29,17 +29,18 @@ This program needs several things
 
 3.  /dev/dtyU0 Permission
    USB rig control will be done by serial device.
-   It usually be /dev/dtyU0. The permission may be -r--r--r--
+   It usually be done with dev/dtyU0. The permission may be -r--r--r--
    which you can not send rig control. One work around is
      chmod 644 /dev/dtyU0
-   If you run wsjtx by root, it communicates without permission change,
-   but in that case, audio selection may not appear.
+   If you run wsjtx by root, it communicates without a permission change,
+   but in that case, audio selection may not appear at
+      File -> Settings -> Audio
 
 4.  Audio settings:
-   sample rate issue:
-   You may need following setup for sound card to sync to necessary rate
-   Following is just example. Please modify the first '1' to select audio
-   device correctly.
+   Sample rate issue:
+   You may need following setup for sound card to sync to necessary rate.
+   Following is just an example. Please modify the first '1' to select audio
+   device correctly. Watch the 'record:' setting to sync decode part.
    ---------------------------------------
     netbsd-nuc# audiocfg list 1
     1: [*] audio3 @ uaudio1: USB audio
@@ -64,7 +65,7 @@ This program needs several things
     Ref:
        https://mail-index.netbsd.org/pkgsrc-users/2026/01/06/msg042409.html
 
-5. If wsjtx stops by accident shared memory, a trace may be left out and in that
+5. If wsjtx stops by accident, a trace of shared memory may be left out and in that
    situation, you may get jt9 to crash.
    Try
       sudo ipcrm -m all
@@ -72,9 +73,9 @@ This program needs several things
 
 6. 40 m band USB or LSB.
    It seems to me, if the band is changed to 40 m, the mode may be LSB,
-   but USB is required for that band, in the mean time, I would change it
-   manually.
--- 
+   but USB is required for that band, in that case, I would change it
+   manually to USB.
 
-   
-   
\ No newline at end of file
+7. To decode correctly, the clock (time) is very important. Make sure
+   ntpd is running correctly or run ntpdate at booting.
+--


Home | Main Index | Thread Index | Old Index