¿ªÔÆÌåÓý

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

Re: Wifi Drivers

 

So I tried to reinstall the drivers and it¡¯s telling me that permission is denied.?


Re: Wifi Drivers

 

There were many updates available after the initial install and I did run all those. Not sure if the kernel was updated in that or not. I will reinstall the drivers and see what happens.

Thank you for the response.?

W4ACR-Randy


Re: 73 linux

 

Interesting... Well let's compare platforms. I am running a PI 4 with Bookworm 32 bit installed.

What are you running?
?
-- Mike WB8ERJ

Geeze! What is he up to now?



On Sat, Jan 6, 2024 at 9:30?PM Ericson - J73ESL <ricksho@...> wrote:
Maybe you have much better eyesight than i do... hopefully this will show that i am not Crazy and i know what i am talking?about.
Thank you.

On Sat, Jan 6, 2024, 10:26 PM Mike Thompson <wb8erj@...> wrote:
Actually it is, it has been renamed 73linux. See attached.
?
-- Mike WB8ERJ

Geeze! What is he up to now?



On Sat, Jan 6, 2024 at 4:31?PM Ericson - J73ESL <ricksho@...> wrote:
Thanks for your?reply.. but Let me reiterate... its now called 73Linux... and IT IS NO LONGER THERE...

On Sat, Jan 6, 2024, 5:29 PM Mike Thompson <wb8erj@...> wrote:
Presently I am using 73linux on a temporary basis on a separate?SD card. If I remember correctly, its the same as in BAP.

Go to the menu and select?HAM RADIO then BUILD A PI then UPDATE TOOL.?

This will query your computer and you will have the option of updating / adding new software.
?
-- Mike WB8ERJ

Geeze! What is he up to now?


Re: Wifi Drivers

 

here is a bap for the driver code

k


Re: 73 linux

Ericson - J73ESL
 

Maybe you have much better eyesight than i do... hopefully this will show that i am not Crazy and i know what i am talking?about.
Thank you.

On Sat, Jan 6, 2024, 10:26 PM Mike Thompson <wb8erj@...> wrote:
Actually it is, it has been renamed 73linux. See attached.
?
-- Mike WB8ERJ

Geeze! What is he up to now?



On Sat, Jan 6, 2024 at 4:31?PM Ericson - J73ESL <ricksho@...> wrote:
Thanks for your?reply.. but Let me reiterate... its now called 73Linux... and IT IS NO LONGER THERE...

On Sat, Jan 6, 2024, 5:29 PM Mike Thompson <wb8erj@...> wrote:
Presently I am using 73linux on a temporary basis on a separate?SD card. If I remember correctly, its the same as in BAP.

Go to the menu and select?HAM RADIO then BUILD A PI then UPDATE TOOL.?

This will query your computer and you will have the option of updating / adding new software.
?
-- Mike WB8ERJ

Geeze! What is he up to now?


Re: 73 linux

 

Actually it is, it has been renamed 73linux. See attached.
?
-- Mike WB8ERJ

Geeze! What is he up to now?



On Sat, Jan 6, 2024 at 4:31?PM Ericson - J73ESL <ricksho@...> wrote:
Thanks for your?reply.. but Let me reiterate... its now called 73Linux... and IT IS NO LONGER THERE...

On Sat, Jan 6, 2024, 5:29 PM Mike Thompson <wb8erj@...> wrote:
Presently I am using 73linux on a temporary basis on a separate?SD card. If I remember correctly, its the same as in BAP.

Go to the menu and select?HAM RADIO then BUILD A PI then UPDATE TOOL.?

This will query your computer and you will have the option of updating / adding new software.
?
-- Mike WB8ERJ

Geeze! What is he up to now?


Re: Wifi Drivers

 

Did you by chance update the linux kernel?? Once the WiFi was working any updates would have become available.? If the kernel is updated you must reinstall the drivers. This has happened to me a number times.


Wifi Drivers

 

After installing mint and the wifi drivers on the Evolve III I was able to connect to my wifi but after just a little while it dropped out and I can no longer see any wifi networks.?

Any ideas on what could have happened? When I run driver manager it says all it up to date.?


Re: chrony GPS time offset on Build-a-Pi

 

Hi Vic. Again, sorry for the super-delayed reply.

The editing process is very simple - sudo nano /etc/chrony/chrony.conf opens the file, you use the arrow keys to navigate down to the line you want to edit (refclock SHM 0 offset 0.5 delay 0.2 refid NMEA), then you can edit what you like. Changes are not immediately applied, you must either save and exit (Ctrl + S and Ctrl + X), or as Jason prefers to do, use Ctrl + X, "y", and Enter to save the file. So I would not worry about making a major error unless you are SUPER uncomfortable with key combos or something... if that's the case I am sure you might have been scared off of BAP before you got here ;)

If you are seeing 0.6 offset normally, change offset to 0.0 and try that. It's worked reasonably well for me so far!

?

?

However, there are new updates that you and others may be interested in. The last paragraph has a very useful article, but I want to describe my process in order, not provide a straight recommendation for a solution that I have not fully put through its paces.

?

First off, I have changed my offset value from the original 0.5 and the updated -0.1, now to 0.045. This offset makes the NMEA source drift in "chronyc -n sources" under 5000 us (5 ms) and very comparable to the internet time sources. I believe this to be an appropriate value for my setup. The DT column in WSJT-X is not 0.0 for most received signals... but I suspect that 0.0 is not correct. I suspect there are several delays that are compiled in that number. Perhaps:
-processing time on the DX computer
-USB delays in the DX soundcard
-signal travel time between you and the DX (I am sure signal travel time over a 10,000 km path is some 10's of ms.... just a guess, not considering relativity or the speed of light through the atmosphere)
-USB delays in my soundcard
-processing time on my computer (Pi)

I also don't know what my transmitted DT was - I could have been -0.2 on the other end... I never tested that with anyone. I should spend some time reading the WSJT-X manual to see if there are any recommendations regarding system time and what is the "correct"/normal DT for two properly timesynced stations. Either way... chronyc -n sources says it's close to perfect... so I'll run with that. The article below describes a better method for determining an appropriate offset, but I have not had time to try it out yet.

?

Secondly, while what I have done so far has worked well, I think it's not perfect. It's taken some time, but I came across this article today and have been trying out some of the suggested changes and methods.

This article describes a more complete view of chrony.conf and configuring it. I have BAP installed, and I was previously messing around with finding the optimal offset, so I ignored steps 1, 2, 3b, 4, and 5. Step 3a, among other items, describes adding "poll 3" to the refclock line. This is EXACTLY the setting I was originally looking for. The article describes that "poll 3" tells chrony to poll this source every 2^3 seconds (8 seconds). I added "poll 2" to my chrony.conf file and now, when I run a watch command similar to the one described in the article ("watch -n 1 chronyc -n sources"), the "LastRx" column for the NMEA source stays below 10. My understanding is that means that chrony has always sampled the GPS time at least once within the last 10 seconds. This seems to be working extremely well for me, BUT I have not tested this on a POTA activation yet. I will try to update you all when I have that opportunity.

Again, the article describes a process to determine the correct offset. I have not had time to try that process but it seems like a good method!

?

I hope this is helpful!
73 VE3GKT


Re: bookworm hotspot

 

Nice, you can also use the build in functions of the OS now.?


k


Re: 73 linux

Ericson - J73ESL
 

Thanks for your?reply.. but Let me reiterate... its now called 73Linux... and IT IS NO LONGER THERE...


On Sat, Jan 6, 2024, 5:29 PM Mike Thompson <wb8erj@...> wrote:
Presently I am using 73linux on a temporary basis on a separate?SD card. If I remember correctly, its the same as in BAP.

Go to the menu and select?HAM RADIO then BUILD A PI then UPDATE TOOL.?

This will query your computer and you will have the option of updating / adding new software.
?
-- Mike WB8ERJ

Geeze! What is he up to now?


Re: 73 linux

 

Presently I am using 73linux on a temporary basis on a separate?SD card. If I remember correctly, its the same as in BAP.

Go to the menu and select?HAM RADIO then BUILD A PI then UPDATE TOOL.?

This will query your computer and you will have the option of updating / adding new software.
?
-- Mike WB8ERJ

Geeze! What is he up to now?


Re: 73 linux

Ericson - J73ESL
 

but since its already installed, why cant i find the folder to update apps? that was never the case before....


Re: 73 linux

 

Same, however if you do a google search for 73linux, it provides a link to KM4ACK's 73linux?build. The link from there is good.
?
-- Mike WB8ERJ

Geeze! What is he up to now?


73 linux

Ericson - J73ESL
 

i can no longer find the 73linux folder on the pi? did something happened where it was deleted?
how do u now update, add or remove apps from this build?


Re: VARA in Dec2023 on a Pi

Ericson - J73ESL
 

which section installs winlink? because PAT just does NOT work for me right now. i was able to get Vara latest edition to run on the PI... but last two weeks the PAT software just does not get anything from the radio.. this is so fustrating.


Re: bookworm hotspot

 

¿ªÔÆÌåÓý

I couldn't wait for bookworm support, so I cobbled together this method, if it helps.
You can run this from cron every now and then, with an initial delay.

-craig
KM6LYW

/usr/local/bin/autohotspot.sh
#!/bin/sh
echo "Auto-hotspot checking network status."

STATUS=`cat /sys/class/net/wlan0/operstate`

if [ $STATUS = "down" -o $STATUS = "dormant" ]; then
??echo "Wifi network is down, enabling hot spot mode."
??nmcli connection up hotspot
fi



/etc/NetworkManager/system-connections/hotspot.nmconnection ?
[connection]
id=hotspot
uuid=dffb95a6-dedd-40d8-891e-098837c74d1b
type=wifi
autoconnect=false
interface-name=wlan0
timestamp=1700228564

[wifi]
mode=ap
ssid=raspberrypi

[wifi-security]
key-mgmt=wpa-psk
psk=yourpassword

[ipv4]
address1=10.0.0.5/24
method=shared

[ipv6]
addr-gen-mode=default
method=auto

[proxy]







On 1/5/24 15:29, Kelly K7MHI via groups.io wrote:

FYI project code was updated



k


Re: Keying a radio - APRS/Direwolf #direwolf

 

Typically, SignaLink pushes PTT when it detects audio. There is no CAT control for the 2980 so Hamlib isn't in the picture at all. I have a 2980 with a Digirig...it uses RTS for PTT.


On Sat, Jan 6, 2024, 09:19 Jeff <wasco8@...> wrote:
I was watching your video on YT.? I get the feeling there were some set up or config that occurred before that video.? I have the ft2980, Signalink, and a Pi 4 hooked up and ready to go.? I assume Direwolf controls the rig and not Hamlib etc.? Also is there a vid ,series I should use to start at for image set up.? TY


Re: Keying a radio - APRS/Direwolf #direwolf

Jeff
 

I was watching your video on YT.? I get the feeling there were some set up or config that occurred before that video.? I have the ft2980, Signalink, and a Pi 4 hooked up and ready to go.? I assume Direwolf controls the rig and not Hamlib etc.? Also is there a vid ,series I should use to start at for image set up.? TY


bookworm hotspot

 

FYI project code was updated



k