Kenwood TS-2000: Difference between revisions

From AD7ZJ Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


{{pdf|TS-2000-receiver-crackling-noise-problem-Repair-procedure.pdf|Crackling problem repair}}
{{pdf|TS-2000-receiver-crackling-noise-problem-Repair-procedure.pdf|Crackling problem repair}}
Installed HUPRF PAT85 tapped to CN6, the 1st IF just upstream of the roofing filters.
==Hamlib config==
The TS-2000 has a strange TX command - it's mostly useless as it only will key the radio with audio from the mic on the front. You want this cmd usually to key the radio with audio from the rear ACC jack, with audio from a signalink or soundcard for running digital modes. The following parameter will disable the PTT commands over serial for hamlib:
<nowiki>
rigctld -m 2014 -r /dev/ttyUSB0 -s 57600 --set-conf=ptt_type=None
</nowiki>

Latest revision as of 07:16, 30 August 2026

Kenwood TS-2000

Owner's Manual

Crackling problem repair


Installed HUPRF PAT85 tapped to CN6, the 1st IF just upstream of the roofing filters.

Hamlib config

The TS-2000 has a strange TX command - it's mostly useless as it only will key the radio with audio from the mic on the front. You want this cmd usually to key the radio with audio from the rear ACC jack, with audio from a signalink or soundcard for running digital modes. The following parameter will disable the PTT commands over serial for hamlib:

rigctld -m 2014 -r /dev/ttyUSB0 -s 57600 --set-conf=ptt_type=None