¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Quisk Version 4.2.19 May 2023

 

Yes, I added +450 Hertz to correct my quartz oscillator. As a result, I have 122880450.


Re: Quisk Version 4.2.19 May 2023

 

Hello Nick,

What is the value of "Clock frequency Hertz" on your radio hardware screen?

Jim
N2ADR


Re: Hamlib/rigctl compatibility?

Mike Black
 

Quisk needs some sort of debug to find out why it's returning frequency incorrectly....

Mike W9MDB

On Wednesday, August 30, 2023 at 02:24:46 PM CDT, ag5gt@... <ag5gt@...> wrote:





Rig? You have lost me completely.

I don't find anything in the quisk config screens that would seem to relate to your question. AFAIK, quisk is the rig and it has one VFO.


Re: Hamlib/rigctl compatibility?

 

Rig? You have lost me completely.

I don't find anything in the quisk config screens that would seem to relate to your question. AFAIK, quisk is the rig and it has one VFO.


Re: Very simple config screen for quisk on debian new install

 

Thanks yes that's it!?

I'll grab a newer version.?
My mind just kept reading it as 4.2.22 not 4.1.77.


Re: Very simple config screen for quisk on debian new install

 

You are running a version which precedes that feature (4.1.77). It was not added until 4.1.91 according to the CHANGELOG:
"I added a button to set the WSJT-X path and config option. It is on the Config/Config screen."

I recommend uninstalling the existing version and installing the latest:

On Tue, Aug 29, 2023 at 2:19?AM Jonathan Hopper <jrhopper@...> wrote:
Hello,

I'm at a bit of a loss, I am trying to setup a copy of quisk on Debian on arm for use with WSJT-X and I cannot find the option I need on the Config->config screen. It's a very much simpler interface. See the attached screen shot. Is there a configuration flag or pkg that quisk checks for before bringing up the launch WSJT-X drop down? I have enabled pulesaudio for digital TX and RX in the audio tab.?

Thanks,
Jon AB8WU


Very simple config screen for quisk on debian new install

 

Hello,

I'm at a bit of a loss, I am trying to setup a copy of quisk on Debian on arm for use with WSJT-X and I cannot find the option I need on the Config->config screen. It's a very much simpler interface. See the attached screen shot. Is there a configuration flag or pkg that quisk checks for before bringing up the launch WSJT-X drop down? I have enabled pulesaudio for digital TX and RX in the audio tab.?

Thanks,
Jon AB8WU


Re: Quisk Version 4.2.19 May 2023

 

A more elegant solution In the quisk.py.
In the first place:

self.sample_rate = Hardware.VarDecimSet() # Get the sample rate.
# ------------------------------------------------------------------------------------------------------added
abc = round(self.sample_rate / 1000)
self.sample_rate = abc * 1000
# ------------------------------------------------------------------------------------------------------------
self.vardecim_set = self.sample_rate

And in the second place:

rate = Hardware.VarDecimSet(i)
# ------------------------------------------------------------------------------------------------------added
abc = round(rate / 1000)
rate = abc * 1000
# ------------------------------------------------------------------------------------------------------------
self.vardecim_set = rate


Analog noise in FreeDV modes

 

Hi,

quisk-4.2.22, codec2-1.2.0. If I switch to the 700D, 2020, or 700E modes there is analog noise output from the speaker even if no signal is received like in the FM mode. For other FreeDV modes it seems it works correctly (i.e. no analog noise).

Debug output:
// changed to the 700D
FreeDV codec2 library 1 found, version 15
Change in mode to 7
freedv_open: system codec2 library found, version 15
n_nom_modem_samples 1280
n_speech_samples 1280
n_max_modem_samples 1320
modem_sample_rate 8000
speech_sample_rate 8000
// analog noise received

// changed to the 700C
Change in mode to 6
freedv_open: system codec2 library found, version 15
n_nom_modem_samples 640
n_speech_samples 640
n_max_modem_samples 667
modem_sample_rate 8000
speech_sample_rate 8000
// no analog noise received

73! Jaroslav, OK2JRQ


Re: Quisk Version 4.2.19 May 2023

 

For the information.
The problem disappears if I do so (I'm not a professional):?
? ? abc = int(float(self.conf.rx_udp_clock) / dec + 0.5)
? ? if (192005 - abc) < 5 and (192005 - abc) > 0:
? ? ? return 192000
? ? return abc

The problem also occurs with other values. The solution is similar, for example:
? ? if (384005 - abc) < 5 and (384005 - abc) > 0:
? ? ? return 384000
And so on.


Re: Quisk Version 4.2.19 May 2023

 

It's here
return int(float(self.conf.rx_udp_clock) / dec + 0.5)


Re: Quisk Version 4.2.19 May 2023

 

Windows 8.1-64


Re: Quisk Version 4.2.19 May 2023

 

Jim, Hi
With my HiQSDR in the quisk_init.json file?I have a stable error - "vardecimal_set": 192001, when trying to make 192000 in Quisk. After a new start, I get 48000.


Re: Hamlib/rigctl compatibility?

Mike Black
 

Next question I forgot to ask -- what rig?

Mike W9MDB








On Monday, August 21, 2023 at 05:52:44 PM CDT, ag5gt@... <ag5gt@...> wrote:





The quisk version is 4.2.20


Re: Hamlib/rigctl compatibility?

Mike Black
 

Ensure the rig shows VFOA as the active VFO.

On Monday, August 21, 2023 at 05:51:06 PM CDT, ag5gt@... <ag5gt@...> wrote:





Yes, "IP address for Hamlib Rig 2" is localhost and "IP port for Hamlib" is 4532, but there's "Rig 2" again. Is this really rig 2 specific or should it also work with the new rig 10?


Re: Hamlib/rigctl compatibility?

Mike Black
 

Model 10 is intended to be customized to Quisk capabilities.

Forgot to ask -- what rig? are you using?? ?That could make a difference.

Mike W9MDB

On Monday, August 21, 2023 at 05:51:06 PM CDT, ag5gt@... <ag5gt@...> wrote:





Yes, "IP address for Hamlib Rig 2" is localhost and "IP port for Hamlib" is 4532, but there's "Rig 2" again. Is this really rig 2 specific or should it also work with the new rig 10?


Re: Hamlib/rigctl compatibility?

 

The quisk version is 4.2.20


Re: Hamlib/rigctl compatibility?

 

Yes, "IP address for Hamlib Rig 2" is localhost and "IP port for Hamlib" is 4532, but there's "Rig 2" again. Is this really rig 2 specific or should it also work with the new rig 10?


Re: Hamlib/rigctl compatibility?

 

First, yes, rig 2 behaves the similarly. However, being unaware of split support, and having never used it, I had never looked at "I" or "i" commands with respect to rigctl. Here's a sequence where quisk started with 3903000 on its display:

rigctl -m 2
?
Rig command: F 7150000
?
Rig command: f
Frequency: 7145000
?
Rig command: i
TX Frequency: 7150000
?
Quisk's display correctly responded to the F command by displaying 7150000. The follow-up response to "f" seems wrong by 5khz. Then the "i" returns "TX Frequency" 7150000, which matches what was set with the initial "F" command. The fact that "i" returns what we set with "F" seems reasonable, if we do not intend to operate split; i.e., the intended receive frequency (F) actually should be the same as transmit(i). But, I don't understand the response to "f". If "F" sets the rx frequency, shouldn't "f" return the rx frequency??Incidentally, the "RIT" button shows "0", if that matters.

I have only one piece of hardware plugged in to the pi. So, hardware-wise at least, there is only one receiver. Your question causes me to wonder if there might be some piece of software detritus lingering from a previous quisk or rigctl installation, and it is making trouble.

The original installation used repository binaries. A concern is the updates were built from the latest releases on the respective websites for quisk and hamlib. I would like to say I removed the repository versions before doing anything else, but too much time has passed. Even if I did remove the packages, was something left behind anyway? I do vaguely recall an issue recently, during these various experiments, where some fragment of something (the wsjtx package?) had to be removed to clear an error flag.?

I definitely did retain config files through the updates. Could that cause trouble when moving from one version to another? I guess I have some homework to do...

A clean install, starting with the OS, may still be the fix, though 64 bit may not be required.

Bruce ag5gt


Re: Hamlib/rigctl compatibility?

 

Also, please check under "Remote" that the Hamlib port is 4532 and the host is localhost.

Jim
N2ADR