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: Pat Winlink latest update
There is a bug in the latest PAT-Winlink and forms handling on the Pi.? Some folders in the Standard_Forms will not display in the templates of PAT Winlink.? The developers have discovered that if the forms are not formatted the way there were expecting, they do not display.? They will work on this bug.? It affects he radiogram &RRI, USGS and CRMI folders.
|
Re: FLDIGI won't install - SOLVED
This also fixes an issue with trying to update FLRIG/FLDIGI. I was trying to figure out what was going wrong because FLRIG/FLDIGI kept saying needs an update when I checked with BAP updater.
I ran the command stated in the original post, and bam, they both updated just fine, and they both show that they have the latest version installed. I also caught the livestream with Ham Radio 2.0 and the livestream was great information. I decided to give FLRIG an honest try both on my Macbook Air and my Reaspberry Pi. I am impressed with once I figured out how to use it, it really is a lot more solid connecting to both my FTDX-10 and my IC-705 and using WSJT-x is a lot easier to connect through FLRIG than to try to get it working just from WSJT-x directly. Thank you for the livestream and the information that you gave us. It really helped a lot. Now I am off to try to figure out what happened to one of my Raspberry Pi since it will not boot up anymore. I might have to reimage the MicroSD card since I think I had a momentary loss of power with it. |
Re: GPS Dongle
I don't know. I have 2 different USB GPS units, on 2 different Pis (3B+ and 4B-4GB)
Both show in dmesg as [??? 3.280228] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2 and then I edit /etc/default/gpsd.conf as previously noted for me: DEVICE="/dev/ttyAMA0" (note: I suggested /dev/ttyACM0 due to your dmesg report, thinking it was due to maybe other USB hardware installed) On my Pi3B+ I use a DreamCheeky LED display to show the time. On the Pi4-4GB I use conky to display all the usual stuff. The only other thing I had to do to enable GPSD was to run sudo systemctl enable gpsd sudo systemctl start gpsd and if it's been powered on a while (several minutes) it almost immediately starts showing stuff in cgps -s To have either Pi use the GPS for time, I add ntp sudo apt install ntp and modify /etc/ntp.conf # to all the references to pool.ntp.org and add the lines just below that: # GPS Serial data reference server 127.127.28.0 minpoll 4 maxpoll 4 fudge 127.127.28.0 time1 0.0 refid GPS |
Re: GPS Dongle
Kevin,
It was a good thought, and I wondered about that.? I edited gpsd and commented out the existing devices, and copied in the line you said to try.? Rebooted and gave the system some time 10-20 min to automaticly come up.? But Gridsquare never populated.? I pulled up XGPS and it was blank. Here is what the last line of dmesg has and then specifically dmesg | grep ttyAMA0.... [ 1158.979607] v3d fec00000.v3d: MMU error from client L2T (0) at 0x941000, pte invalid
pi@hfpi:~ $ dmesg | grep ttyAMA0
[? ? 1.494562] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
I'm at work today, but as long as I don't have to unplug something, I'd be willing to try just about anything. Thanks. ? |
Re: Pat Winlink latest update
Well, at least you found a solution!? On Thu, Jul 15, 2021, 08:30 km4ack <jason.oleham@...> wrote: On Wed, Jul 14, 2021 at 01:03 PM, Brian Dale wrote: |
Re: Pat Winlink latest update
On Wed, Jul 14, 2021 at 01:03 PM, Brian Dale wrote:
That is odd. I'm assuming you tried all the chromium tricks like clearing the cache or reinstall? I'm no expert but that has helped me out once or twice.I spent over an hour trying every thing I could think of and never got it working in Chromium. Firefox was the only solution that worked. ? -- 73, de KM4ACK
|
|
|
Re: Trouble with mobilinkd patron
So, ill answer my own question after countless hours of fapping about accomplishing very little i decided to start over from square one.... and it would appear that for some god awful reason my direwolf.conf file got messed up somehow and where this was supposed to be there was nothing ADEVICE? plughw:1,0 fixing that appears to have solved my issue and its working again.... Sometimes i think my pi is intentionally trolling me..... |
Re: Conky not showing correct time and date
¿ªÔÆÌåÓýThanks, all. I am connected by WiFi to internet. The DRAWS attached has a clock but no battery till tomorrow ?. Gpsmon shows connection to satellites but pi doesn¡¯t update. It was working till last weekend.?Richard? KI5EVJ? On Jul 14, 2021, at 5:03 PM, km4ack <jason.oleham@...> wrote:
|
Re: ARDOP Connections
Glad it worked for you. I had the same issue last year. ;)? On Wed, Jul 14, 2021, 22:23 Aaron - W7OXN <w7oxn@...> wrote:
|
Re: GPS Dongle
Kevin,
[? 122.105125] usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
[? 122.239626] usb 1-1.4: New USB device found, idVendor=1546, idProduct=01a7, bcdDevice= 1.00
[? 122.239649] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[? 122.239668] usb 1-1.4: Product: u-blox 7 - GPS/GNSS Receiver
[? 122.239685] usb 1-1.4: Manufacturer: u-blox AG - www.u-blox.com
[? 122.326763] cdc_acm 1-1.4:1.0: ttyACM0: USB ACM device
[? 122.333143] usbcore: registered new interface driver cdc_acm
[? 122.333157] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Thanks. |
Re: GPS Dongle
On Wed, Jul 14, 2021 at 03:32 PM, Kevin wrote:
dmesg | grep ttyAMA0Kevin, Here is my responses to the query: pi@hfpi:~ $ dmesg | grep ttyAMA0
[? ? 1.514521] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
pi@hfpi:~ $ cat /etc/default/gpsd
#The -b switch was added per https://github.com/km4ack/pi-build/issues/144
#km4ack 24SEPT2020
?
# Default settings for the gpsd init script and the hotplug wrapper.
?
# Start the gpsd daemon automatically at boot time
START_DAEMON="true"
?
# Use USB hotplugging to add new USB devices automatically to the daemon
USBAUTO="false"
?
# Devices gpsd should collect to at boot time.
# 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 -b"
Thank? you. Aaron W7OXN |
to navigate to use esc to dismiss