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
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:
|
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: |
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
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? |
#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
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.What file is it missing? Thx, Mike WZ4CTX 73 |
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. |
Re: Conky + BPQ
Remember, if you are unsure of the case, ignore it with -i
toggle quoted message
Show quoted text
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 |
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 |
Re: GPS / winlink issue with 73linux & bookworm 64 bit
First of all, I want to thank Kelly for sticking with me on this. Jason, thanks for jumping in here. As you suggested Jason, I ran pat env and it returned the following: $ pat env PAT_MYCALL="WB8ERJ" PAT_LOCATOR="EN80sq" PAT_VERSION="0.15.1" PAT_ARCH="arm64" PAT_OS="linux" PAT_MAILBOX_PATH="/home/pi/.local/share/pat/mailbox" PAT_CONFIG_PATH="/home/pi/.config/pat/config.json" PAT_LOG_PATH="/home/pi/.local/state/pat/pat.log" PAT_EVENTLOG_PATH="/home/pi/.local/state/pat/eventlog.json" PAT_FORMS_PATH="/home/pi/.local/share/pat/Standard_Forms" PAT_DEBUG="" PAT_WEB_DEV_ADDR="" ARDOP_DEBUG="" PACTOR_DEBUG="" AGWPE_DEBUG="" VARA_DEBUG="" GZIP_EXPERIMENT="1" ARDOP_FSKONLY_EXPERIMENT="" ================ Here are the contents of /home/pi/.config/pat/config.json { ? "mycall": "WB8ERJ", ? "secure_login_password": "*", ? "auxiliary_addresses": [], ? "locator": "EN80sq", ? "service_codes": [ ? ? "PUBLIC" ? ], ? "http_addr": "localhost:8080", ? "motd": [ ? ? "Open source Winlink client - " ? ], ? "connect_aliases": { ? ? "telnet": "telnet://{" ? }, ? "listen": [], ? "hamlib_rigs": {}, ? "ax25": { ? ? "engine": "linux", ? ? "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": "", ? ? "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": "", ? ? "ptt_ctrl": false ? }, ? "varafm": { ? ? "addr": "localhost:8300", ? ? "bandwidth": 0, ? ? "rig": "", ? ? "ptt_ctrl": false ? }, ? "gpsd": { ? ? "enable_http": false, ? ? "allow_forms": false, ? ? "use_server_time": false, ? ? "addr": "localhost:2947" ? }, ? "schedule": {}, ? "version_reporting_disabled": false } =============== SO it APPEARS that all is well, but I am still getting the same result. That is, when I go into Manage Pat Winlink and try to either set grid by GPS or manually, it appears to have done so but it really hasn't. Evidenced by going into Find Winlink Gateways and do a search, no gateways show up. Additionally, in the main PAT menu, where the grid is supposed to show up it is blank. - see attached. One possible clue, during the run of 73.sh? an error was thrown when pat was installed. I was able to capture it: Reading package lists... jq: error: Could not open file /pat/config.json: No such file or directory ? -- Mike WB8ERJ Geeze! What is he up to now? On Wed, Feb 21, 2024 at 7:51?AM km4ack <jason.oleham@...> wrote: Mike, |
Re: GPS / winlink issue with 73linux & bookworm 64 bit
Mike,
You can manually set the grid in the Pat Configure file. Run: pat configure and you will find where to add it near the top of the file. Just be careful in this file as json is very picky about syntax. One comma out of place will corrupt the file. Backing up first is a good idea. To find where your config file lives, run: pat env -- 73, de KM4ACK
|
|
|
Re: Random issues I've been coming across this week - multiple boards
Man, I've got 5 Pi4s all running Buster like gangbusters! every time I tried new versions of Raspbian (and especially the 64 bit versions) I had problems like you're having. Of course Buster isn't supported anymore but it's working good for me. On Mon, Feb 19, 2024, 21:55 krisguy via <krisguy=[email protected]> wrote: I'm trying three different builds to see what type of board PC I want to use in a go box with a Xiegu G90 as my main POTA kit. All other hardware is a Digirig and the same screen. |
to navigate to use esc to dismiss