Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- KM4ACK-Pi
- Messages
Search
Re: Pat connection fails. Unable to get frequency from rig my-rig
Bobby, I am using Linux Mint on a desktop PC. I figured my config would be different from yours. So when you select a station does your frequency change to that selected station.? I am using flrig. I have used flrig to control an ic 7300 and I am currently using flrig to control a xiegu G1M. Did you select the box for rig control when you did the installation. I am guessing you are using 73 linux. If not I can setup one and see what errors I encounter.?
|
|||||
Re: Pat connection fails. Unable to get frequency from rig my-rig
Off work trying to figure this out again... I really do appreciate everyone's help! I did miss the comma after "true" but that didn't seem to change anything. I tried your config but it wouldn't work on this machine.
I definitely have rig control with FLRig and my sound card (digirig) is configured. The Pat mailbox status is: dailing... but nothing happens. I have the same issue with winlink! I can tune in vara hf with winlink but it hangs on sending, too. A few questions: What OS are you using? Are you selecting the G90 or 7200 for the radio in FLRig? Are you using a digirig?
2025/01/15 07:55:08 my-rig ready. Dial frequency is 28.400.00 MHz. 2025/01/15 07:55:08 Starting HTTP service (http://127.0.0.1:8080)... 2025/01/15 07:55:41 VARA modem (VARA HF v4.8.9) initialized 2025/01/15 07:55:41 QSY varahf: 21093 2025/01/15 07:55:44 Connecting to KL7RI (varahf)... |
|||||
HDMi output resolution not compatible with 32¡± Vizio
My plan was to hang a 32¡± Vizio TV in my shack and run HamClock and other programs. The Raspberry Pi output to a 42¡± worked just fine, but when I set it up with the Vizio 32¡± the image I guess was too big and ended up being crooked on the screen and the top menu was nearly completely obscured. I be,I¡¯ve there should be a solution to this but as a Linux newbie I don¡¯t know how to fix it.
?
Rick, W2JAZ |
|||||
Re: Pat connection fails. Unable to get frequency from rig my-rig
? Here is my working config. ?"http_addr": "", ? "motd": [ ? ? "Open source Winlink client - " ? ], ? "connect_aliases": { ? ? "telnet": "telnet://{" ? }, ? "listen": [], ? "hamlib_rigs": { ? ? "my-rig": { ? ? ? "address": "", ? ? ? "network": "tcp" ? ? } ? }, ? "ax25": { ? ? "port": "wl2k", ? ? "beacon": { ? ? ? "every": 3600, ? ? ? "message": "Winlink P2P", ? ? ? "destination": "IDENT" ? ? }, ? ? "rig": "my-rig" ? }, ? "serial-tnc": { ? ? "path": "/dev/ttyUSB0", ? ? "baudrate": 9600, ? ? "type": "Kenwood" ? }, ? "vara": { ? ? "host": "localhost", ? ? "cmdPort": 8300, ? ? "dataPort": 8301, ? ? "rig": "my-rig", ? ? "ptt_ctrl": true ? }, ? "varafm": { ? ? "host": "localhost", ? ? "cmdPort": 8300, ? ? "dataPort": 8301, ? ? "rig": "my-rig", ? ? "ptt_ctrl": true ? }, ? "varahf": { ? ? "host": "localhost", ? ? "cmdPort": 8300, ? ? "dataPort": 8301, ? ? "rig": "my-rig", ? ? "ptt_ctrl": true ? }, ? ? "winmor": { ? ? "addr": "localhost:8500", ? ? "inbound_bandwidth": 1600, ? ? "drive_level": 0, ? ? "rig": "", ? ? "ptt_ctrl": false ? }, ? "ardop": { ? ? "addr": "localhost:8515", ? ? "arq_bandwidth": { ? ? ? "Forced": false, ? ? ? "Max": 500 ? ? }, ? ? "rig": "my-rig", ? ? "ptt_ctrl": true, ? ? "beacon_interval": 0, ? ? "cwid_enabled": true ? }, ? "pactor": { ? ? "path": "/dev/ttyUSB0", ? ? "baudrate": 57600, ? ? "rig": "", ? ? "custom_init_script": "" ? }, ? "telnet": { ? ? "listen_addr": ":8774", ? ? "password": "" ? }, ? "gpsd": { ? ? "enable_http": true, ? ? "use_server_time": false, ? ? "addr": "localhost:2947", ? ? "allow_forms": true ? }, ? "schedule": {}, ?? ? On Mon, Jan 13, 2025 at 10:54?PM Bobby W6IWN via <moniker76=[email protected]> wrote:
|
|||||
Re: Pat connection fails. Unable to get frequency from rig my-rig
Looks like you just need to change rig ptt_ctrl to true. ? ?"rig": "my-rig", ? ? "ptt_ctrl": true, ? ? "beacon_interval": 0, ? ? "cwid_enabled": true On Sun, Jan 12, 2025 at 11:47?PM Bobby W6IWN via <moniker76=[email protected]> wrote:
|
|||||
Re: Pat connection fails. Unable to get frequency from rig my-rig
Can you share your config without the user info on top please? or compare to mine. I did try changing "my-rig" to "FLRig" with the same results.
?
"http_addr": "127.0.0.1:8080", ? "motd": [ ? ? "Open source Winlink client - getpat.io" ? ], ? "connect_aliases": { ? ? "telnet": "telnet://{mycall}:CMSTelnet@...:8772/wl2k" ? }, ? "listen": [], ? "hamlib_rigs": { ? ? "my-rig": { ? ? ? "address": "127.0.0.1:4532", ? ? ? "network": "tcp" ? ? } ? }, ? "ax25": { ? ? "engine": "linux", ? ? "rig": "my-rig", ? ? "beacon": { ? ? ? "every": 3600, ? ? ? "message": "Winlink P2P", ? ? ? "destination": "IDENT" ? ? } ? }, ? "ax25_linux": { ? ? "port": "wl2k" ? }, ? "agwpe": { ? ? "addr": "localhost:8000", ? ? "radio_port": 0 ? }, ? "serial-tnc": { ? ? "path": "/dev/ttyUSB0", ? ? "serial_baud": 9600, ? ? "hbaud": 1200, ? ? "type": "Kenwood", ? ? "rig": "" ? }, ? "ardop": { ? ? "addr": "localhost:8515", ? ? "arq_bandwidth": { ? ? ? "Forced": false, ? ? ? "Max": 500 ? ? }, ? ? "rig": "my-rig", ? ? "ptt_ctrl": false, ? ? "beacon_interval": 0, ? ? "cwid_enabled": true ? }, ? "pactor": { ? ? "path": "/dev/ttyUSB0", ? ? "baudrate": 57600, ? ? "rig": "", ? ? "custom_init_script": "" ? }, ? "telnet": { ? ? "listen_addr": ":8774", ? ? "password": "" ? }, ? "varahf": { ? ? "addr": "localhost:8300", ? ? "bandwidth": 2300, ? ? "rig": "my-rig", ? ? "ptt_ctrl": true ? }, ? "varafm": { ? ? "addr": "localhost:8300", ? ? "bandwidth": 0, ? ? "rig": "my-rig", ? ? "ptt_ctrl": true ? }, ? "gpsd": { ? ? "enable_http": true, ? ? "allow_forms": false, ? ? "use_server_time": false, ? ? "addr": "localhost:2947" ? }, ? "schedule": {}, ? "version_reporting_disabled": false } |
|||||
Re: Pat connection fails. Unable to get frequency from rig my-rig
If you can test it on an 80m gateway or any gateway that you know for sure you can reach would be much better. I'm not sure what transceiver?you are using but your audio?levels are important in the vara sound settings. Are you seeing the waterfall on VARA modem transmitting and receiving. Also have you changed any configurations in the terminal using?pat configure. 2025/01/12 21:29:13 Starting HTTP service (http://0.0.0.0:8080)... 2025/01/12 21:31:10 VARA modem (VARA HF v4.8.9) initialized 2025/01/12 21:31:10 QSY varahf: 7082 2025/01/12 21:31:14 Connecting to N4CEC-10 (varahf)... 2025/01/12 21:31:15 VARA full speed available, registered to KO4BJV 2025/01/12 21:31:58 Unable to establish connection to remote: connect timeout 2025/01/12 21:31:59 QSX varahf: 7082.000 On Sun, Jan 12, 2025 at 9:16?PM Bobby W6IWN via <moniker76=[email protected]> wrote:
|
|||||
Re: Pat connection fails. Unable to get frequency from rig my-rig
Thanks, Kyle
That was my issue getting connected, it was in /usr/bin not /usr/local/bin.
Now that I am connected with the rig it does change the freq, however, it just says "dialing..." and doesn't do anything. I can tune in Vara HF... This right where I got with winlink, too. Any thoughts?
2025/01/12 17:59:32 my-rig ready. Dial frequency is 28.400.00 MHz. 2025/01/12 17:59:32 Starting HTTP service (http://127.0.0.1:8080)... 2025/01/12 18:00:17 VARA modem (VARA HF v4.8.9) initialized 2025/01/12 18:00:17 QSY varahf: 21093 2025/01/12 18:00:20 Connecting to KL7RI (varahf)... |
|||||
Re: Pat connection fails. Unable to get frequency from rig my-rig
Hi Bobby,
I had the same issue. What I found in my case using Linux Mint was in Pat menu under Settings/Config - current configuration - the rig control command location was
(? /usr/local/bin/rigctl -m 4 ). I changed it to ( /usr/bin/rigctl -m 4 ). In my case it was not under the local directory.
?
Hope this helps.
Kyle
KO4BJV |
|||||
73Linux Build & Fetch Solar
I recently pulled a long forgotten Build-A-Pi (3B+) out for some updates and noticed 73Linux is the new format. Decided to just do a new build. Install & updates went off without a hitch. As I was wrapping up I remembered there was a way to add solar data to the Conky pane. Followed the video on Youtube from 12/22/2020 as I didn't see an updated version. Ended up with two issues...
?
First, when I manually run fetchsolar in the terminal to initially populate the fields I see the values plus some empty boxes:
?
Second, even though I added the new/related crontab entry, these values don't appear when the Pi boots up.
?
Did I miss a step or two? Thanks.
?
- N1DAE
|
|||||
Re: Pat connection fails. Unable to get frequency from rig my-rig
Hi Bobby,
This is how I set up my G90 to work with VARA
?
1. Installed the latest firmware for the g90.? This should be 1.8 for the display unit.? This allows you to switch to upper side band digital (U-D) [might be in 1.79, not sure]
2. Install FLRig
3. Install hamlib
4. Install VARA
5. In the config.json file ($home/.config/pat/pat.json) I changed "myrig" to "FLRig"
?
Once that's done you're ready to start in the following order:
?
FLRig (assuming you have configured it for the G90).
In a terminal window type in rigctld -m 4
Bring up the pat menu
Top menu choice is to start/stop modem, choose that one
Go to start VARA HF modem, choose it
Browser window should pop up.
?
Hope this helps.?
Lee W9LEF
? |
|||||
Pat connection fails. Unable to get frequency from rig my-rig
Greetings,
I have been attempting to get winlink and vara hf to run on my pi 4 with the lastest x64 RPI os. Rig control works fine (Flrig), I can tune in Vara, I can use WSJTX just fine. When I try to connect to a winlink HF vara everything goes fine, except at the end it just says connecting and no rig control happens, then it does nothing. So I gave up on winlink in wine and am now tying Pat with KM4ACK's Pat menus. Once again everything is working fine, my sound card is set, Flrig is working, and I have CAT control enabled in the config. Once the html launches the browser, I receive the error below. I'm using a digirig with a Xiegu G90. Any help would be much appreciated! Thanks, Bobby W6IWN
2025/01/12 07:56:37 Unable to get frequency from rig my-rig: dial tcp 127.0.0.1:4532: connect: connection refused. 2025/01/12 07:56:37 Starting HTTP service (http://127.0.0.1:8080)... ? |
to navigate to use esc to dismiss