¿ªÔÆÌåÓý

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

Re: Pi scripts

 

PTT RIG 1022 /dev/ttyUSB0 4800

This line tells Direwolf to use hamlib for PTT.
Rig number 1022 is for an FT-857 <--- NOTE the rig number is for the new version of hamlib
/dev/ttyUSB0 is the CAT port to the rig
4800 is the baud rate to the rig
If you used a later version of BAP to install, another option is to look for these lines in the direwolf.conf file:
#Uncomment line below for PTT with sabrent sound card
#PTT RIG 2 localhost:4532

and uncomment the second line:
#Uncomment line below for PTT with sabrent sound card
PTT RIG 2 localhost:4532

It works the same as what you did above but isn't radio specific. Rig 2 sends the commands to hamlib which when used in conjunction with Pat Menu to start the modems forwards those command to FLRIG. A bit convoluted but makes it easy to swap radios. All you need to do is setup FLRIG for the new radio. There is a way to configure FLRIG to use two different radios on the same Pi. https://youtu.be/TgnhbT49DFM

--
73, de KM4ACK
|
|


Re: Bullseye download

 

Either. If you need Office Suite type stuff, Python Editors, etc, Go "Recommended Software". I use the Desktop (basic) version for anything that needs Desktop, and Lite when I can.

Kevin
--KD9EFV


Re: Bullseye download

wayne king
 

Which version?
?with recommended software or just desktop?

On Tue, Jan 4, 2022 at 6:46 AM Kevin <kd9efv@...> wrote:
Where does it stop?
Can you post a /var/log/boot.log?
You got either Desktop image from here:

Dated 30 October 2021? That is the 'Official' image. It is possible your downloaded copy is 'bad'...


Re: Bullseye download

 

Where does it stop?
Can you post a /var/log/boot.log?
You got either Desktop image from here:

Dated 30 October 2021? That is the 'Official' image. It is possible your downloaded copy is 'bad'...


Re: Bullseye download

wayne king
 

I have monitor connected, seems software tries to load and hangs up


On Tue, Jan 4, 2022 at 6:25 AM Kevin <kd9efv@...> wrote:
If it loads and runs, try looking at /var/log/boot.log? (post here, if it's not obvious)
It will (usually) show why. It's possible that if you are only using WiFi, the wifi isn't connecting to anything.
If you have a monitor, it's helpful to connect it up (even if your goal is to run headless) for testing

Kevin
--KD9EFV


Re: Bullseye download

 

If it loads and runs, try looking at /var/log/boot.log? (post here, if it's not obvious)
It will (usually) show why. It's possible that if you are only using WiFi, the wifi isn't connecting to anything.
If you have a monitor, it's helpful to connect it up (even if your goal is to run headless) for testing

Kevin
--KD9EFV


Bullseye download

wayne king
 

Been having issues with my raspberry pi4 loading bullseye, it loads but will not always run, this is even?
before I load BAP. Can someone send me a link to a site which I can use. Have been downloading?
from raspberrypi.com

? Wayne VE1NR


Re: Pi scripts

 

Take a look at my post on getting VHF Winlink working on the IC-7100:?/g/KM4ACK-Pi/message/5780?Maybe something there will help.
Julian


Re: Pi reboot

 

Jason, this is what I have:?

pi@aprs1:~ $ crontab -l
# Edit this file to introduce tasks to be run by cron.
#?
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#?
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').#?
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#?
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#?
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#?
# For more information see the manual pages of crontab(5) and cron(8)
#?
# m h? dom mon dow? ?command
@reboot sleep 120; export DISPLAY=:0 && lxterminal -t "Dire Wolf" -e "/usr/local/bin/direwolf"
#0****export DISPLAY=:0 && lxterminal -t "Dire Wolf" -e "/usr/local/bin/direwolf"
#15****export DISPLAY=:0 && lxterminal -t "Dire Wolf" -e "/usr/local/bin/direwolf"
#30****export DISPLAY=:0 && lxterminal -t "Dire Wolf" -e "/usr/local/bin/direwolf"
#45****export DISPLAY=:0 && lxterminal -t "Dire Wolf" -e "/usr/local/bin/direwolf"
?
#start conky at boot
@reboot sleep 20 && export DISPLAY=:0 && /usr/bin/conky
?
#start tightvncserver at boot
#@reboot sleep 20 && export DISPLAY=:0 && /usr/bin/tightvncserver
#@reboot? /usr/bin/tightvncserver :1
#@reboot /usr/bin/vncserver :1
#@reboot sleep 90 && export DISPLAY=:0 && /usr/bin/vncserver :1
?
#reboot daily at 23:00
#00 23 * * * sudo reboot?
?
*/5 * * * * sudo /usr/bin/autohotspotN >/dev/null 2>&1
pi@aprs1:~ $?
?


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

¿ªÔÆÌåÓý

Hi

I did a search and was not able to find a copy of the i386 RaspianOS in Bullseye yet. I expect since it

wasn't in high demand it will be awhile in coming out.

Marty kd8bj


On 1/3/22 4:31 PM, Bill Reese wrote:

Was able to update to Bullseye and some of the Debian Ham tools are great but not as expansive as BAP.?


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

Was able to update to Bullseye and some of the Debian Ham tools are great but not as expansive as BAP.?


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

Conky (with the exception of the RaspberryPiOS calls (which can be modified easily enough, I could help you with that)) and gparted both work fine. Chirp needs to be worked on, but should work, I've used it previously on Debian. FLSuite and Hotspot are unique setups, I believe, but can be done natively.
Kevin
--KD9EFV


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

¿ªÔÆÌåÓý

Hi

?The name is 2021-05-07-raspios-buster-i386.iso. So the new name would be (date-raspios-bullseye-i386.iso)

I would expect. I will look for a copy myself to see if it is improved any, as I am still interested in

pursuing this some more.

Marty kd8bj


On 1/3/22 4:21 PM, Brian Dale wrote:

Ah...I thought you said Raspbian Desktop...guess I misread.?

On Mon, Jan 3, 2022, 16:55 Bill Reese <instinctsurvivalist@...> wrote:
For clarity¡­this is the desktop raspberry iso image used for converting old laptops and desktops. Not the small handheld raspberry pi 3,3+,4 or z2w


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

¿ªÔÆÌåÓý

Hi all

I have tried the Raspberry desktop OS on a HP Stream 11, older one with 32GB of Disk. I will allow

BAP to run but as mentioned some things won't work. I did get it to load the FLsuite of programs

and some others, just can't remember what just now. All on a Buster version OS.

I haven't looked to see if there is a Bullseye version available, if so I may try again. The one I would

like to see work is Conky for the screen information, then the Flsuite, and of course the Gparted,

CHIRP, HOTSPOT, HOTSPOT tools. And maybe a few others.

I also have a Rpi 4B with 4GB that I use too, but the small Stream would be handy to use for POTA.


Marty kd8bj

On 1/3/22 4:07 PM, Kevin wrote:

The BAP instructions runs on RaspberryPiOS Bullseye. IIRC some of the software that BAP compiles is optimized for ARM processors, not Intel or AMD.
Some of the software _MAY_ be available in the Debian x86 repos, but I wouldn't count on it.
Also you'd have to run as sudo in Debian, but, as it was pointed out in another thread, Debian and RaspberryPiOS handle sudo differently.


Kevin
-- KD9EFV


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

Ah...I thought you said Raspbian Desktop...guess I misread.?


On Mon, Jan 3, 2022, 16:55 Bill Reese <instinctsurvivalist@...> wrote:
For clarity¡­this is the desktop raspberry iso image used for converting old laptops and desktops. Not the small handheld raspberry pi 3,3+,4 or z2w


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

The BAP instructions runs on RaspberryPiOS Bullseye. IIRC some of the software that BAP compiles is optimized for ARM processors, not Intel or AMD.
Some of the software _MAY_ be available in the Debian x86 repos, but I wouldn't count on it.
Also you'd have to run as sudo in Debian, but, as it was pointed out in another thread, Debian and RaspberryPiOS handle sudo differently.


Kevin
-- KD9EFV


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

For clarity¡­this is the desktop raspberry iso image used for converting old laptops and desktops. Not the small handheld raspberry pi 3,3+,4 or z2w


Re: BAP on Raspi Desktop Edition #bullseye #bap

 

To my knowledge it ONLY works on Raspi Desktop OS.


On Mon, Jan 3, 2022, 13:53 Bill Reese <instinctsurvivalist@...> wrote:
Decided to repurpose an old laptop and install Raspberry PI desktop edition.

I have browsed and searched through the various threads and the references to desktop did not seem to be the desktop edition but merely the desktop on a raspi.?

So the question is, will BAP work on Raspberry Pi Desktop edition or do you recommend the Debian Ham Radio tools instead??

I prefer the easier route with BAP but didn't want to run it then have to reinstall everything if it wasn't going to work.

Thank you.


BAP on Raspi Desktop Edition #bullseye #bap

 

Decided to repurpose an old laptop and install Raspberry PI desktop edition.

I have browsed and searched through the various threads and the references to desktop did not seem to be the desktop edition but merely the desktop on a raspi.?

So the question is, will BAP work on Raspberry Pi Desktop edition or do you recommend the Debian Ham Radio tools instead??

I prefer the easier route with BAP but didn't want to run it then have to reinstall everything if it wasn't going to work.

Thank you.


Re: Go Box Help

 

¿ªÔÆÌåÓý

Scott,

Thank you for the reply.? I will be looking at that rack mount for another non HAM Pi project.

I was not clear enough in my description of the box and mounting goals.

The Pi is in a metal case (the VHF/UHF is a NWDR DRAWS package).

I found a 6 in shelf and will hold the Pi and PowerPoles power distribution block. This will
allow me to put a cover on the shelf and drill some holesfor power connectors to keep
it looking cleaner.


On 1/2/2022 12:39 PM, Scott Schladweiler wrote:

UCTRONICS Complete Ultimate Raspberry Pi Rack Mount Enclosure with PoE Functionality, Front Removable 19" 1U Rack Mount with Thumbscrews, Supports Up to 5 RPis


Here would be an option if multiple RPIs would be needed for your operation.?

Best Regards,

Scott Schladweiler?
(605) 270-2223

On Jan 1, 2022, at 2:16 PM, Ed Liddle <ed.liddle@...> wrote:

?
I use velcro to mount my Pi to the side of my gobox. I also use velcro to mount my signal links and 12v usb plug. I have a slide out shelf that I use for the bluetooth keyboard and mouse. I have a 12" monitor that runs off of 12vdc I take it off the stand and store it in a padded envelope when transporting it. My monitor is not mounted in my box. I set it on the shelf that holds my FT8900 and mfj auto antenna tuner when in use. I have a 991a mounted to the bottom of the shelf using the mobile mounting bracket and two signal links mounted using velcro to the bottom of it too.

I hope this helps!

Ed KE8ANU?

On Sat, Jan 1, 2022, 14:23 Ed Bloom, KD9FRQ via <ewbloom=[email protected]> wrote:
I am building two Go Boxes based on the Pi and BAP - one HF and one VHF/UHF.

The boxes are the Gator 4U (VHF/UHF) and might need 6U for HF. I am
trying to

keep weight down by no using shelves. I got face plates custom made the hold

the radios and the HF tuners.

Two questions :

1) What do you recommend to use to mount the Pi in the back?

2) What is your recommendation for mounting a 12v DC HDMI monitor?

For the monitor, I am looking do something like mounting the drawer slides

and build a cross bar that attaches to the VESA plate on the monitor.

TYIA,

73, Ed, KD9FRQ