¿ªÔÆÌåÓý

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

Re: More GPS Winlink Bookworm woes

 

patmenu2/patmenu line 47
patmenu2/manage-pat-functions line 8

you could also set a bash string into the app for $XDG_CONFIG_HOME="~/.config" which would get any others missed.

k


More GPS Winlink Bookworm woes

 

I have found another issue with Pat winlink, and it also appears to be GPS related. When I try to search for gateways. the distance and azimuth columns are missing (see attachment) I am guessing that more variables are pointing to an incorrect config.json file.

For context, Kelly you suggested the following: "patmenu2 will not work until its re-factored for bookworm.
specifically PATCONFIG=$XDG_CONFIG_HOME/pat/config.json
is invalid giving you: Could not open file /pat/config.json: No such file or directory

you could edit the something like PATCONFIG=~/.config/pat/config.json"

I edited line 8 in the manage-pat-functions file, and Pat appeared to get the grid square - except not always as in this particular case when doing a gateway search.

Kelly, in my previous issue, you also mention: "line 47 on the pat menu file will correct the other instance here". Which might be my fix, as I haven't made this change because I looked at line 47 of the manage-pat-functions file, and it didn't make sense to me.

Here is what my manage-pat-functions file looks like in that area:

41: RCALL=$(echo $REMOVE | awk -F "|" '{print $1}')
42: RCALL1=$(echo "\"$RCALL\"")
43: #check something was selected
44: if [ -z "$RCALL" ]; then
45: yad --title="No Selection" --width=300 --height=100 \
46: --image $LOGO --window-icon=$LOGO --image-on-top \
47: --center --form --text="No station was selected\r Please try again" \
48: --button=gtk-ok
49: $MAIN &
51: exit
fi

======

Thanks in advance


-- Mike WB8ERJ

Geeze! What is he up to now?


Re: GPS / winlink issue with 73linux & bookworm 64 bit

 

I thought it might be a good idea to summarize this thread with regard to no GPS in conky and no GPS in Pat. Turns out these are two separate?issues and I will address them both separately:

First issue is no GPS in Conky. Turns out that for some reason when the GPS programs are installed, Ruby doesn't get installed. After installing the GPS apps, there is a message stating this, and asks if you want to install Ruby. Click Yes, or install (whatever it says...I don't remember)

This installs Ruby, but fails to install associated gems (not exactly sure what they are, my guess is they are like #include files in the C programming language..)

To install the Ruby gems do the following:

?sudo apt-get install ruby-dev
?sudo apt-get install rubygems
?sudo gem install
?sudo gem install gpsd_client
?sudo gem install maidenhead
?sudo gem install json

Reboot (just for fun...)

This gets your GPS grid displayed in Conky

=================

The second problem is that Pat doesn't read the GPS to get the grid.

In the patmenu2 folder in the home directory, edit the file: manage-pat-functions

change line 8 to be:?PATCONFIG=~/.config/pat/config.json

I want to thank Kelly for working with me on this, and Jason as well.
?
-- Mike WB8ERJ

Geeze! What is he up to now?



On Wed, Feb 21, 2024 at 10:08?PM Kelly K7MHI via <kellykeeton=[email protected]> wrote:
line 47 on the patmenu file will correct the other instance here.

k


Re: What does this mean?

 

Appears like the git download was corrupted somehow?

is your SD card healthy??


k


What does this mean?

 

BAP install on Bullseye.??

kg6ljy@raspberrypi:~ $? git clone https://github.com/km4ack/pi-build.git \
? $HOME/pi-build && bash $HOME/pi-build/build-a-pi
Cloning into '/home/kg6ljy/pi-build'...
remote: Enumerating objects: 2755, done.
remote: Counting objects: 100% (434/434), done.
remote: Compressing objects: 100% (197/197), done.
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
error: 847 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
?


Re: Really becoming discouraged

 

¿ªÔÆÌåÓý

WiFi dongle?

Maybe take the opportunity to upgrade to an RPi 4?

Sorry you're having issues, good luck,

Ken, N2VIP

On Feb 22, 2024, at 16:28, Scott <scott.stys@...> wrote:

?My RPi 3b BAP install that has been rock solid for months decided to crap out on me and no longer has wireless interfaces.

I decided to update and reimage everything with 73Linux but that didn't seem to work with a 3b.? And no RealVNC apparently.? And TigerVNC won't connect.? Nothing but trouble before I even got to 73 Linux.? Worked through it, installed and lost wifi.

Went back to Bullseye.BAP doesn't want to install.? Fatal installation path, destination already exists.

I know KM4ACK has a real job and does this for fun, but I can't help but feel it's been abandoned for sexier projects, more powerful PI's and that maybe it's time to move on.? Anyone care to straighten me out?? I just want to get BAP installed on my old Pi's and do a few basic things.

Maybe go back to installing individual components rather than use BAP?


Re: Moving forward with a reinstall

 

Had NO success with bookworm on my Pi 3b.


Really becoming discouraged

 

My RPi 3b BAP install that has been rock solid for months decided to crap out on me and no longer has wireless interfaces.

I decided to update and reimage everything with 73Linux but that didn't seem to work with a 3b.? And no RealVNC apparently.? And TigerVNC won't connect.? Nothing but trouble before I even got to 73 Linux.? Worked through it, installed and lost wifi.

Went back to Bullseye.BAP doesn't want to install.? Fatal installation path, destination already exists.

I know KM4ACK has a real job and does this for fun, but I can't help but feel it's been abandoned for sexier projects, more powerful PI's and that maybe it's time to move on.? Anyone care to straighten me out?? I just want to get BAP installed on my old Pi's and do a few basic things.

Maybe go back to installing individual components rather than use BAP?


Re: #ARDOP error Build a Pi #ardop

 

Thanks for the reply Kelly, sorry I didn't post the whole screen shot.? I have ran the both the wget and the chmod commands listed, the end result was the message I posted.? I believe I may have gotten it running, I found in one of Jason's videos the sudo apt --fix-broken install commands, and I believe it has fixed it.? More testing today.

Thanks for your help.

Mike


Re: Conky + BPQ

 

grep -i Bpq will ignore case
tom
n2tcp


On Wed, Feb 21, 2024, 3:39?PM Steve Johnson <cascadianroot@...> wrote:
I¡¯m not sure whereis will help, but if you are sure BPQ (an app I¡¯m not familiar with) is running you can run:

ps | grep BPQ?

(check case, may need bpq)

and confirm the exact full process name. Use that exact name in the conky if_running command. If the ps command doesn¡¯t find any such process running then conky¡¯s if_running won¡¯t either.?
--
---
Steve Johnson
K0OIL


Re: #ARDOP error Build a Pi #ardop

 

missing?
it appears in the directory ardop do you have a binary with execute permissions??

you can get the binary from?

wget?
chmod +x piardopc

k


Re: GPS / winlink issue with 73linux & bookworm 64 bit

 

line 47 on the patmenu file will correct the other instance here.

k


Re: GPS / winlink issue with 73linux & bookworm 64 bit

 

That did the trick Kelly!! Thanks a bunch!!

Noe the grid doesn't show up in the main menu, but as far as I am concerned, that is fluff. But it does show up in Find Gateways - which was the deal breaker.

So I am going to give my brain a rest and in a day or so post in this thread all that I had to do to get the GPS going in Conky and Pat just in case others run into this

Thanks also to Jason for jumping into the fray as well.
?
-- Mike WB8ERJ

Geeze! What is he up to now?



On Wed, Feb 21, 2024 at 8:36?PM Kelly K7MHI via <kellykeeton=[email protected]> wrote:
I am assuming. line 8 of manage-pat-functions file in the patmenu2 folder as the environment variable is null?

opened a issue for tracking as well?

k


#ARDOP error Build a Pi #ardop

 

I have a Pi5 that I am using to for the Build a Pi.?
I receive the following when following the ARDOP install in the Pi 4 build notes:
wz4ctx@mobilepi:~ $ cd ~/ardop
wz4ctx@mobilepi:~/ardop $ ./piardopc 8515 plughw:2,0 plughw:2,0
bash: ./piardopc: cannot execute: required file not found

What file is it missing?
Up to this point,? I have everything in the notes working, I have a Digirig hooked to the Pi, but no radio hooked up at this point.

Thx,
Mike
WZ4CTX
73


Re: GPS / winlink issue with 73linux & bookworm 64 bit

 

I am assuming. line 8 of manage-pat-functions file in the patmenu2 folder as the environment variable is null?

opened a issue for tracking as well?

k


Re: GPS / winlink issue with 73linux & bookworm 64 bit

 

Kelly,

Thanks for the input. I rummaged around the pat files and couldn't see which file to make the change. Honestly, I know enough about this to just be dangerous, and I feel like I am very close.

So which file will I find the PATCONFIG= variable in to change.

Thanks in advance
?
-- Mike WB8ERJ

Geeze! What is he up to now?



On Wed, Feb 21, 2024 at 10:39?AM Kelly K7MHI via <kellykeeton=[email protected]> wrote:
patmenu2 will not work until its re-factored for bookworm.
specifically?PATCONFIG=$XDG_CONFIG_HOME/pat/config.json
is invalid giving you: Could not open file /pat/config.json: No such file or directory

you could edit the ?something like PATCONFIG=~/.config/pat/config.json

otherwise you will need to manually edit PAT or another method.?

k


Re: Conky + BPQ

 

Remember, if you are unsure of the case, ignore it with -i


ps ax | grep -i bpq

Michael WA7SKG



Steve Johnson wrote on 2/21/24 12:39 PM:

I¡¯m not sure whereis will help, but if you are sure BPQ (an app I¡¯m not
familiar with) is running you can run:

ps | grep BPQ

(check case, may need bpq)

and confirm the exact full process name. Use that exact name in the
conky if_running command. If the ps command doesn¡¯t find any such
process running then conky¡¯s if_running won¡¯t either.
--
---
Steve Johnson
K0OIL


Re: Conky + BPQ

 

I¡¯m not sure whereis will help, but if you are sure BPQ (an app I¡¯m not familiar with) is running you can run:

ps | grep BPQ?

(check case, may need bpq)

and confirm the exact full process name. Use that exact name in the conky if_running command. If the ps command doesn¡¯t find any such process running then conky¡¯s if_running won¡¯t either.?
--
---
Steve Johnson
K0OIL


Re: Kenwood TH-D74 bluetooth connection to Pi

 

I went back and disconnected the two bluetooth devices (the radio and a keyboard). ?I also removed the radio from bluetooth. ?(reminder running Raspberry Pi 4, 64 bit Bookworm)

To pair radio, I used the terminal and Bluetoothctl command. ?(scan on, saw the TH-D74, copied MAC address and paired to it, then used the TRUST command for the MAC address). ?Note, in Bluetoothctl, it said it was paired but then moment later said it was not connected, but this did not impact the Trust command and no error messages. ?Exit Bluetoothctl. ?Using "sudo rfcomm connect 0 'Mac Address' 1" ?I was able to make the com port. ?Under the Bluetooth icon in the menu bar, the TH-D74 now shows green and is connected.

I can know close the connection, but go back to it by just issuing the rfcomm connect command again. ?TH0-D74 is set to auto connect. ?But.....

I don't seem to be able to get any data transfer between the radio and the computer. ?Radio interface is set to Bluetooth for KISS TNC, radio is in the KISS 12 mode, and packet are being heard by the radio. ?But, when connected to YAAC vial rfcomm0, no data transfer either to or from the radio/computer. ?I did notice that the bluetooth icon on the radio is not blue but gray, indicating bluetooth is not active, perhaps. ?The radio is connected to the computer because if I turn the radio off, the computer "hangs up" the connection. ?I seem to be missing a step. ?Any ideas?


Re: GPS / winlink issue with 73linux & bookworm 64 bit

 

patmenu2 will not work until its re-factored for bookworm.
specifically?PATCONFIG=$XDG_CONFIG_HOME/pat/config.json
is invalid giving you: Could not open file /pat/config.json: No such file or directory

you could edit the ?something like PATCONFIG=~/.config/pat/config.json

otherwise you will need to manually edit PAT or another method.?

k