Keyboard Shortcuts
Likes
- KM4ACK-Pi
- Messages
Search
Re: Pi scripts
PTT RIG 1022 /dev/ttyUSB0 4800If 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
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? |
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) |
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 |
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:~ $?
? |
¿ªÔÆÌåÓý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.? |
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 |
¿ªÔÆÌåÓý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:
|
¿ªÔÆÌåÓý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. |
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 |
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 |
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. |
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 |