labs_jtdx_mac

FT8 JTDX for Mac OS

MacでJTDXを動かすためのメモ。

This memo for running JTDX on a Mac OS.

JTDXのページから対象のMacの16bit Audio(もしくは32bit)のDmgをダウンロードする。
例えば、Mac Air M1なら、jtdx-2.2.159-Darwin-arm64.dmg

Download the 16bit Audio (or 32bit) Dmg for the target Mac from the JTDX page. For example, for Mac Air M1, jtdx-2.2.159-Darwin-arm64.dmg

JTDX Download Page
例/ex: Files > jtdx_2.2.159 > Apple Mac > 16-bit_audio > jtdx-2.2.159-Darwin-arm64.dmg

解凍すると以下のファイルが出来る。

When unzipped, the following file will be see.

  • Readme.txt
  • com.jtdx.sysctl.plist
  • jtdx.app
  • Application(Alias folder)

Readmeに書いてある通り、コマンドラインを使い、コピーを行う。

Use the command line, as described in the Readme, to make a copy.

$ sudo cp /Volumes/JTDX/com.jtdx.sysctl.plist /Library/LaunchDaemons

ここで再起動。

Reboot.

再起動後に、再度コマンドライン

Re-command line.

$ sysctl -a | grep sysv.shm

kern.sysv.shmmax: 14680064

jtdx.appをアプリケーションフォルダに移動。

Move jtdx.app to the Applications folder.

あとは起動して初期設定をするだけ。

Just start it up and do some initial setup.

JTDXを起動した際、「ファイルが壊れています。」など言われる時は、xattr を行う。

When starting JTDX, if it says “The file is …. so Err”, execute xattr.

$ xattr -rc /Applications/jtdx.app

JTDXのメニューにログファイルの場所やログファイル自体を開く項目がある。

There is an item in the JTDX menu to open the location of the log file and the log file itself.

  

手動でNTPを使って時刻合わせする。

Manually set the time using NTP.

$ sudo sntp -sS ntp.nict.jp

*** NTP-server is an example

  • labs_jtdx_mac.txt
  • 最終更新: 2023/10/24 21:21
  • by suadmin