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: Hamlib error
Thanks, will heed advice. Right now rebuilding BAP on a fresh copy of Bulleye. Good thingni only have thre pi¡¯s to do haha!
toggle quoted message
Show quoted text
Rich On Monday, December 6, 2021, 3:12 PM, Brad Tombaugh, W0BDT <Brad@...> wrote:
|
Re: Hamlib error
While I know that this didn't solve this problem, I agree with the ferrite beads on cables... I only use this USB cable with radios:
Tripp Lite USB 2.0 Hi-Speed A/B Cable with Ferrite Chokes (M/M) 6-ft. (U023-006), Black by Amazon.com Learn more: under $5, so not expensive, but a well-made cable with ferrites built in... |
Re: Hamlib error
Dan, sorry about the delayed reply. No that did not work. The connection to my rig is fine using FLRIg, but if I try to connect directly to WSJTx I get the Hamlib errors. Ferrite did not help. There is something wrong w my Hamlib install I¡¯m thinking. I may remove and reinstall.
toggle quoted message
Show quoted text
Rich KQ9L? On Monday, December 6, 2021, 1:38 PM, Dan Garley <dgarley@...> wrote:
|
Re: Hamlib error
Curious to know if The ferrites helped. ?That helps to validate the solution related to the symptoms. That has been my experience also with pi¡¯s over the years, issues that occur while tx¡¯ng are RFI related. ?First place I put ferrites is on the USB cable. ?I doubt the ?RTC install had any affect, since that runs on the I2C bus. ?GL. 73 Dan WH6A
|
Re: Patron - WinLink Gateway
A lot of people use old HTs for APRS Gateways and Digis. Stay away from the cheap Chinese ones for digital work though...the receivers leave much to be desired and you will miss out on a lot of decodes. On Mon, Dec 6, 2021, 14:22 Don Poaps <va7dgp@...> wrote:
|
Re: Patron - WinLink Gateway
I've used a Kenwood THD 72 with RMS Packet back before Raspberry?Pi came about. I used an external GP 6 dual-band antenna. It worked until I got a TNC-x (First one John Hanson created) added it to my first Kenwood V 71. later Don Poaps New Westminster, BC VA7DGP DATA VA7QU ? VOICE Winlink: va7qu@... Subject://wl2k ? ? ? ? ? ALLSTAR ?530780 Hamshack Hotline 5971 Mid-Island Phone Mesh 2210 2232 ? ? ? ? ? ? ? ? ? ? On Mon, Dec 6, 2021 at 8:56 AM KB5WCK <jeff@...> wrote:
|
Ardop is adding offset to dial frequency
¿ªÔÆÌåÓýHi; ? My setup is FT-857D , Raspberry Pi 3b and Signal Link.? Ardop is adding a 700 Hz offset to the dial frequency .? It is not the case when a manually key the mic so for whatever reason I¡¯m getting that offset and it seems Ardop is the culprit. Any suggestions would be greatly appreciated. ? Thanks ? Justin Tabatchnick KB2ZVD ? |
Patron - WinLink Gateway
¿ªÔÆÌåÓýThanks for being human like the rest of us. I live in a rural part of Mississippi now and would love to setup a gateway. Can I use a HT for it? ?Do you have a Howto on how to set this up?
Best 73,
KB5WCK
|
Re: EES Crontab not setup for BAP 3.2.0 and Bullseye
Did a little digging this morning and it appears that the EES can play nice with a standard wordpress install. After installing the Pat, the EES, and running the , I did a basic wordpress install and it put all of the wordpress files in the wordpress directory. I modified the index.html file in /var/www/html/ to do a simple redirect with this code:
<!DOCTYPE html> <html> ? <head> ??? <meta http-equiv="refresh" content="7; url='https://www.w3docs.com'" /> ? </head> ? <body> ??? <p>Please follow <a href="https://www.w3docs.com">this link</a>.</p> ? </body> </html> changing the w3docs.com link to point to the new wordpress installation. Now if I navigate to 127.0.0.1 I am presented with the wordpress site after a few seconds. Also 127.0.0.1/forum points to the forum & 127.0.0.1/index.php points to the EES I ran into one issue. From a remote Pi I can navigate to the wordpress site using <pi_IP_addr> and I am presented with the main wordpress site. If however I click on a post I am getting a "page not found" error. I found that wordpress is prepending "http://127.0.0.1" to all of the links. To solve, I replaced 127.0.0.1 with Pi's <hostname.local> in the wordpress general settings. -- 73, de KM4ACK
|
|
|
Re: EES Crontab not setup for BAP 3.2.0 and Bullseye
On Sun, Dec 5, 2021 at 11:25 AM, JaySheepdog wrote:
I like the blog style of Wordpress which, when the Pi is deployed, can be used to display the latest info pertinent to whatever activity is in play much easier than phpBB (phpBB isn¡¯t really made for this, it¡¯s a forum). WP has much more to offer in terms of configuration flexibility.Thanks Jay. When I get back to the EES project, I'll see what it will take to move it to a sub directory. ? -- 73, de KM4ACK
|
|
|
Re: Issues with BAP and Bullseye
Hey David,
Did you checkout the bullseye repo before running BAP? This was required until yesterday. More than likely you are running the BAP version for Buster on the Bullseye OS. Which version of BAP do you have installed? If unsure, run: cat ~/pi-build/changelog | head -1 -- 73, de KM4ACK
|
|
|
Hi Jason,? Thanks for the response, I will do more testings during this week, unfortunately I couldn't use the radio and the Pi during this weekend, I will keep you posted.?
Many thanks for the hard work to get this amazing project to have All in one raspberry pi ham radio tools! 73s From Costa Rica. TI2GBB |
I stumbled across this post because I'm having the same issue. I made the changes in John Ogren's post and now I'm able to connect my radio (x5105) to Flrig for CAT, but now my gps dongle isn't getting a fix.?
cgps just shows n/a for almost everything. I've tried rebooting and reseating the dongle to no avail. Occasionally I'll get lat/lon and time popping up but very, very intermittently. I was not having these issues prior. I undid my /etc/default/gpsd changes and the dongle started working fine again. This is my /etc/default/gpsd file: # Devices gpsd should collect to at boot time.
START_DAEMON="true"
?
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES="/dev/serial/by-id/usb-u-blox_AG_-_www.u-blox.com_u-blox_7_-_GPS_GNSS_Receiver-if00"
?
?
# Other options you want to pass to gpsd
GPSD_OPTIONS="-n"
?
# Automatically hot add/remove USB GPS devices via gpsdctl
USBAUTO="false" |
Re: EES Crontab not setup for BAP 3.2.0 and Bullseye
I like the blog style of Wordpress which, when the Pi is deployed, can be used to display the latest info pertinent to whatever activity is in play much easier than phpBB (phpBB isn¡¯t really made for this, it¡¯s a forum). WP has much more to offer in terms of configuration flexibility.
I guess I would like the ability to use whatever ¡°front end¡± to other services offered (EES, mesh network apps, etc) when browsing to my Pi¡¯s IP address without using a sub directory instead of having EES be the default. Jay 73 de N0SR |
Re: Latest BAP? Bullseye Conky displays no gridsquare
One thing I have always had to do on a fresh start, or a restart, is go into a terminal an run " sudo systemctl restart gpsd". And then my GPS works until the next restart. No exceptions, every time. Perhaps that'll work for you? Hans VE7OES On Sun., Dec. 5, 2021, 6:20 a.m. Kevin, <kd9efv@...> wrote: Working on another project, I ran into the same issue for the Ruby grid / get-grid and Conky. I have been working on a new way to get it, if you'd like to check out the attached instructions... |
Issues with BAP and Bullseye
¿ªÔÆÌåÓýHi, Jason!I posted a couple of items to the bap group on groups.io.? But I also noticed some problems when I used the update tool.? Applications are not being installed.? I saw that there were error messages appearing in the terminal window while the update was in progress.? Is there a way to save them to a file?? I would then send it to you. I have repeated the steps several times, including rebooting the pi.? First, CHIRP, WSJTX, CQRLOG.? Interestingly, QSSTV shows not installed, but has a menu entry that does not work. Direwolf does not install in spite of repeated attempts. Although an RTC module is installed and returns a "68" when tested, repeated attempts to install an RTC have failed.? PISTATS, YGATE and ZYGRIB also are not installed after several attempts and reboot. To recapitulate the group posts, gridsquare in Conky does not appear in spite of a functioning gps.? Not a deal breaker, but as I said, I am a little OCD. Vy 73! David SV0SGS |
Re: EES Crontab not setup for BAP 3.2.0 and Bullseye
On Sat, Dec 4, 2021 at 12:30 PM, JaySheepdog wrote:
Before you start your update of EES, I would like to put in a feature request. (Having EES reside in a subdirectory, either asking the user for the sub name or?I already run phpbb in conjunction with the EES. PHPBB runs in /var/www/html/forum. Haven't installed Wordpress in quite a while. What would be a use case for having Wordpress installed in an emcomm environment? Daily updates or the like comes to mind but I am always curious as to how others would use it? For instance, I use phpbb in an odd way as I really don't focus on the forum capability too much. I use it more for the private messaging feature to function much like email in a local area network. I have it setup to run in an offline environment where users can log in and create there own accounts. ? -- 73, de KM4ACK
|
|
|
to navigate to use esc to dismiss