开云体育


Re: IL2P not working by channel

 

hi
here is the statup screen with IL2P enabled
?
claude@F4IKH-HP-260-G3-DM:~/src/direwolf/build/src$ ./direwolf -t 0 -c ~/oark/direwolf.conf?

Dire Wolf DEVELOPMENT version 1.8 D (Oct ?5 2024)
Includes optional support for: ?hamlib cm108-ptt dns-sd
Reading config file /home/claude/oark/direwolf.conf
Audio device for both receive and transmit: plughw:0,0 ?(channel 0)
Audio device for both receive and transmit: plughw:1,0 ?(channel 2)
Channel 0: 300 baud, AFSK 1600 & 1800 Hz, D, 44100 sample rate / 4.
? ? ? ? 0.0: D 1510 & 1710
? ? ? ? 0.1: D 1540 & 1740
? ? ? ? 0.2: D 1570 & 1770
? ? ? ? 0.3: D 1600 & 1800
? ? ? ? 0.4: D 1630 & 1830
? ? ? ? 0.5: D 1660 & 1860
? ? ? ? 0.6: D 1690 & 1890
Channel 2: 1200 baud, AFSK 1200 & 2200 Hz, A+, 44100 sample rate.
Ready to accept AGW client application 0 on port 8101 ...
Ready to accept KISS TCP client application 0 on port 8001 (radio channel 0) ...
Ready to accept KISS TCP client application 0 on port 8002 (radio channel 2) ...
DNS-SD: Avahi: Announcing KISS TCP on port 8001 as 'Dire Wolf on F4IKH-HP-260-G3-DM'
DNS-SD: Avahi: Service 'Dire Wolf on F4IKH-HP-260-G3-DM' successfully registered.
No change in startup screen when IL2P is disabled
?
greetings
Claude


Re: IL2P not working by channel

 

开云体育


What shows up on the screen when you start direwolf?? It should show what devices and modems are enabled via the direwolf.conf file.? I looked at the source code and it gives the impression this is indeed a per direwolf channel option.? Iff this is a real bug, any reason why you wouldn't want to consider just running two different parallel direwolf instances with one sound device per instance?

--David
KI6ZHD


On 10/14/2024 10:50 AM, claude F4IKH wrote:

Hi?
I have configured 2 channels in my dirwolf.conf. One for HF and one for VHF.
I'm using the dev branch of the Github repository.
My dirwolf.conf looks like this
?
ADEVICE plughw:1,0
ACHANNELS 1
?
ADEVICE1 plughw:2,0
ACHANNELS 1
?
CHANNEL 0
MYCALL F4IKH
IL2PTX 1
MODEM 300 1600:1800 7@30 /4 D
PTT /dev/ttyCOM4 RTS
?
CHANNEL 2
MYCALL F4IKH-2
MODEM 1200
PTT /dev/ttyCOM3 RTS
?
KISSPORT 8001 0
KISSPORT 8002 2

I would like to activate the protocol on channel 0 only with the IL2PTX 1 option but it seems that the option applies to all channels.

I have a Yeasu VX8-GE and an SCS PTCII modem to monitor the VHF and once the option is activated they don't decode anything.

As soon as I deactivate the option, they start decoding again.

?

Is this normal, or do I need to open an issue on Github?

thanks

greetings

Claude



IL2P not working by channel

 

Hi?
I have configured 2 channels in my dirwolf.conf. One for HF and one for VHF.
I'm using the dev branch of the Github repository.
My dirwolf.conf looks like this
?
ADEVICE plughw:1,0
ACHANNELS 1
?
ADEVICE1 plughw:2,0
ACHANNELS 1
?
CHANNEL 0
MYCALL F4IKH
IL2PTX 1
MODEM 300 1600:1800 7@30 /4 D
PTT /dev/ttyCOM4 RTS
?
CHANNEL 2
MYCALL F4IKH-2
MODEM 1200
PTT /dev/ttyCOM3 RTS
?
KISSPORT 8001 0
KISSPORT 8002 2

I would like to activate the protocol on channel 0 only with the IL2PTX 1 option but it seems that the option applies to all channels.

I have a Yeasu VX8-GE and an SCS PTCII modem to monitor the VHF and once the option is activated they don't decode anything.

As soon as I deactivate the option, they start decoding again.

?

Is this normal, or do I need to open an issue on Github?

thanks

greetings

Claude


Re: I need help!

 

开云体育


Hello dameiners,


I ran through my script again, changed:
?- Username to?dsm
?- left in?Pulse Audio
?- TXDELAY?50
?- TXTAIL?35
?
Adjusted system volume, seems to be isolated to 1 inbound station now

What did you use to adjust the audio?? You should use 1) pavucontrol to make sure the correct sound it routed to Direwolf, 2) I prefer alsamixer to set the actual audio levels and don't forget to 3) use the alsactl command to "store" and "restore audio levels after any computer reboot to restore the audio levels.


System is now transmitting every minute per APRS-fi raw data, as designed, but my GPS location is still stuck. (I’m on my 2nd GPS puck) cgps changed when I drove around the block, ~1/2 mile loop.

I think know where you're getting tripped up.? In your direwolf.conf file, you have a fixed PBEACON or position beacon.? Is that the beacon that you expect to be moving?? That one WON'T move.? The one that should move is the TBEACON (tracker beacon).? Instead of using your current setting of "TBEACON source=GPSD DELAY=0:05 EVERY=1:00 VIA=WIDE1-1,WIDE2-1 SYMBOL=/k", try the default example from the Direwolf User Guide of:

?? TBEACON DELAY=0:30 EVERY=2:00 VIA=WIDE1-1 SYMBOL=car

?
Wondering if I don’t need the “sudo gpsd /dev/ttyACM0 -F /var/run/gpsd.sock” line

Why do you say that?? Direwolf at startup is happy with the gpsd setting.


--David
KI6ZHD


Re: I need help!

 

Okay- -
I ran through my script again, changed:
?- Username to?dsm
?- left in?Pulse Audio
?- TXDELAY?50
?- TXTAIL?35
?
Adjusted system volume, seems to be isolated to 1 inbound station now
?
No errors from Direwolf at startup
?
System is now transmitting every minute per APRS-fi raw data, as designed, but my GPS location is still stuck. (I’m on my 2nd GPS puck) cgps changed when I drove around the block, ~1/2 mile loop.
?
Wondering if I don’t need the “sudo gpsd /dev/ttyACM0 -F /var/run/gpsd.sock” line
?
Thanks again for all the assistance!
73!


Re: I need help!

 

I did NOT configure APRS-IS in Direwolf as it normally wouldn’t have an internet connection. I’m using hotspot on my phone during development only, pretty certain my packet went out via RF

I am pondering a digipeater as my next project, have to come up with a radio.

On Oct 13, 2024, at 12:12?PM, Andrew P. <andrewemt@...> wrote:

?Good. So whether or not a digipeater heard you, an I-gate did to forward your packets.

On the other hand, did you configure Direwolf to talk to the APRS-IS, such that the packet was sent directly to the Internet without going over RF? Check the digipeat path of the packet on aprs.fi and see who forwarded your packet to the Internet (and if the packet went through any digipeaters before reaching the I-gate).

Andrew, KA2DDO

________________________________________
From: [email protected] <[email protected]> on behalf of dameiners@... via groups.io <dameiners@...>
Sent: Sunday, October 13, 2024 1:05 PM
To: [email protected]
Subject: Re: [direwolf] I need help!

I _just_checked aprs.fi, my PBEACON, while location needs tuning, went out!

On Oct 13, 2024, at 11:56?AM, Andrew P. <andrewemt@...> wrote:

?Have you looked at the aprs.fi map for your area to see if there _are_ any digipeaters in your neighborhood? If there aren't any, there won't be anything to hear you. And there are many places in the US with poor or non-existent digipeater coverage. Also, remember that the 2-meter band is more-or-less line-of-sight; if you can't _see_ the digipeater antenna from your station's antenna, you probably won't get through.

I have a problem like that with my QTH on the north side of a hill, such that I can stand in my backyard on the ground and look _down_ at the antennas on my roof. Good thing for me there are digipeaters to the northwest and northeast of me to help me bounce around this chunk of granite.

Andrew, KA2DDO

________________________________________
From: [email protected] <[email protected]> on behalf of dameiners@... via groups.io <dameiners@...>
Sent: Sunday, October 13, 2024 12:42 PM
To: [email protected]
Subject: Re: [direwolf] I need help!

I've attached a screenshot of the DireWolf -dgt startup.

MY APRS Rig is fully outdoors.

I don't see a reply from a digipeater in response to my outgoing packet(s).

I am using Raspberry Pi 64-bit OS (Bookworm) with Pi desktop, 2024-07-04.

I have changed TXDELAY to 50, TXTAIL to 35 and still not getting "out"

My coordinates are for Central Illinois, USA, lat=40^41.47N long=089^28.37W

________________________________
From: [email protected] <[email protected]> on behalf of David Ranch via groups.io <direwolf-groupsio@...>
Sent: Saturday, October 12, 2024 3:30 PM
To: [email protected] <[email protected]>
Subject: Re: [direwolf] I need help!


Hello Doug,

I looked at your .docx file but it doesn't show the output of direwolf starting up. Can you please add that?



I've been running APRS/Dire Wolf mobile tracker successfully since 2020 with the same physical setup. My SD became corrupt and like a dummy, never made a backup.

Hmmm.. bummer. SD cards can die if you don't use good quality cards AND tune the Linux operating system to minimize writes.


I'm trying to get it running again with Dire Wolf 1.8 Development D and having a couple issues:

*
GPS doesn't move within Dire Wolf (stuck at 4041.76N/08928.70) but moves with GPSMON

I'm not sure what those coordinates are supposed to be. Maybe you meant 40.417600, 89.287000 (the middle of China). Anyway, this could be a matter of permissions. Are you using gpsd with direwolf? When you're doing testing with Direwolf, are you doing this OUTSIDE with a clear shot of the sky? A lot of inexpensive GPSes just won't get a good lock w/o exceptional signal levels. Btw, if you're using the gpsd approach with direwolf, you should be able to run tools like cgps/xgps/etc while direwolf is also running. With that parallel view, you can confirm if you have good GPS lock, the location is correct, the time is correct, etc.



* Not getting digipeated

I believe the issues are related but can't find the common denominator.

What makes you think your station isn't getting digipeted? Not showing up on an APRS-IS map? If so, that would be expected as you need to first send your location to APRS-IS before it will believe other data coming from your station. You can work around this by sending a PBEACON with a static location just as a test.



Dire Wolf launches without error using -dgt

Please show us all of that startup detail.


I've attached the script that I'm using to create my new installation for reference.

Few things in here:
- Which version of Raspberry Pi OS are you installing? The GUI desktop or the Lite version with no GUI?

- The use of the "pi" username is deprecated. Please use something else like "doug" or whatever

- Do NOT remove PulseAudio. You will damage the resulting OS install. Things might continue to work for Direwold since it can use ALSA directly but the GUI environment might have permanent issues.

- Your TXDELAY is way too fast. Is this your radio ( )? If so, that's an SDR based radio and most of those radios are very slow.. as such, I recommend to START at a setting of "45" meaning 450ms to properly key up and be stable on-frequency before the packet audio tones start getting played. The final tuning might need more/less delay depending on how your radio actually performs. You also might need more TXTAIL time as well.


Using the overlay file system can really help minimize writes to the SD card but it can become a major PITA when you want to do OS updates, etc. Your choice but if you want to see a less invasive list of hardening, see:



--David
KI6ZHD















Re: I need help!

 

Good. So whether or not a digipeater heard you, an I-gate did to forward your packets.

On the other hand, did you configure Direwolf to talk to the APRS-IS, such that the packet was sent directly to the Internet without going over RF? Check the digipeat path of the packet on aprs.fi and see who forwarded your packet to the Internet (and if the packet went through any digipeaters before reaching the I-gate).

Andrew, KA2DDO

________________________________________
From: [email protected] <[email protected]> on behalf of dameiners@... via groups.io <dameiners@...>
Sent: Sunday, October 13, 2024 1:05 PM
To: [email protected]
Subject: Re: [direwolf] I need help!

I _just_checked aprs.fi, my PBEACON, while location needs tuning, went out!

On Oct 13, 2024, at 11:56?AM, Andrew P. <andrewemt@...> wrote:

?Have you looked at the aprs.fi map for your area to see if there _are_ any digipeaters in your neighborhood? If there aren't any, there won't be anything to hear you. And there are many places in the US with poor or non-existent digipeater coverage. Also, remember that the 2-meter band is more-or-less line-of-sight; if you can't _see_ the digipeater antenna from your station's antenna, you probably won't get through.

I have a problem like that with my QTH on the north side of a hill, such that I can stand in my backyard on the ground and look _down_ at the antennas on my roof. Good thing for me there are digipeaters to the northwest and northeast of me to help me bounce around this chunk of granite.

Andrew, KA2DDO

________________________________________
From: [email protected] <[email protected]> on behalf of dameiners@... via groups.io <dameiners@...>
Sent: Sunday, October 13, 2024 12:42 PM
To: [email protected]
Subject: Re: [direwolf] I need help!

I've attached a screenshot of the DireWolf -dgt startup.

MY APRS Rig is fully outdoors.

I don't see a reply from a digipeater in response to my outgoing packet(s).

I am using Raspberry Pi 64-bit OS (Bookworm) with Pi desktop, 2024-07-04.

I have changed TXDELAY to 50, TXTAIL to 35 and still not getting "out"

My coordinates are for Central Illinois, USA, lat=40^41.47N long=089^28.37W

________________________________
From: [email protected] <[email protected]> on behalf of David Ranch via groups.io <direwolf-groupsio@...>
Sent: Saturday, October 12, 2024 3:30 PM
To: [email protected] <[email protected]>
Subject: Re: [direwolf] I need help!


Hello Doug,

I looked at your .docx file but it doesn't show the output of direwolf starting up. Can you please add that?



I've been running APRS/Dire Wolf mobile tracker successfully since 2020 with the same physical setup. My SD became corrupt and like a dummy, never made a backup.

Hmmm.. bummer. SD cards can die if you don't use good quality cards AND tune the Linux operating system to minimize writes.


I'm trying to get it running again with Dire Wolf 1.8 Development D and having a couple issues:

*
GPS doesn't move within Dire Wolf (stuck at 4041.76N/08928.70) but moves with GPSMON

I'm not sure what those coordinates are supposed to be. Maybe you meant 40.417600, 89.287000 (the middle of China). Anyway, this could be a matter of permissions. Are you using gpsd with direwolf? When you're doing testing with Direwolf, are you doing this OUTSIDE with a clear shot of the sky? A lot of inexpensive GPSes just won't get a good lock w/o exceptional signal levels. Btw, if you're using the gpsd approach with direwolf, you should be able to run tools like cgps/xgps/etc while direwolf is also running. With that parallel view, you can confirm if you have good GPS lock, the location is correct, the time is correct, etc.



* Not getting digipeated

I believe the issues are related but can't find the common denominator.

What makes you think your station isn't getting digipeted? Not showing up on an APRS-IS map? If so, that would be expected as you need to first send your location to APRS-IS before it will believe other data coming from your station. You can work around this by sending a PBEACON with a static location just as a test.



Dire Wolf launches without error using -dgt

Please show us all of that startup detail.


I've attached the script that I'm using to create my new installation for reference.

Few things in here:
- Which version of Raspberry Pi OS are you installing? The GUI desktop or the Lite version with no GUI?

- The use of the "pi" username is deprecated. Please use something else like "doug" or whatever

- Do NOT remove PulseAudio. You will damage the resulting OS install. Things might continue to work for Direwold since it can use ALSA directly but the GUI environment might have permanent issues.

- Your TXDELAY is way too fast. Is this your radio ( )? If so, that's an SDR based radio and most of those radios are very slow.. as such, I recommend to START at a setting of "45" meaning 450ms to properly key up and be stable on-frequency before the packet audio tones start getting played. The final tuning might need more/less delay depending on how your radio actually performs. You also might need more TXTAIL time as well.


Using the overlay file system can really help minimize writes to the SD card but it can become a major PITA when you want to do OS updates, etc. Your choice but if you want to see a less invasive list of hardening, see:



--David
KI6ZHD






Re: I need help!

 

I _just_checked aprs.fi, my PBEACON, while location needs tuning, went out!

On Oct 13, 2024, at 11:56?AM, Andrew P. <andrewemt@...> wrote:

?Have you looked at the aprs.fi map for your area to see if there _are_ any digipeaters in your neighborhood? If there aren't any, there won't be anything to hear you. And there are many places in the US with poor or non-existent digipeater coverage. Also, remember that the 2-meter band is more-or-less line-of-sight; if you can't _see_ the digipeater antenna from your station's antenna, you probably won't get through.

I have a problem like that with my QTH on the north side of a hill, such that I can stand in my backyard on the ground and look _down_ at the antennas on my roof. Good thing for me there are digipeaters to the northwest and northeast of me to help me bounce around this chunk of granite.

Andrew, KA2DDO

________________________________________
From: [email protected] <[email protected]> on behalf of dameiners@... via groups.io <dameiners@...>
Sent: Sunday, October 13, 2024 12:42 PM
To: [email protected]
Subject: Re: [direwolf] I need help!

I've attached a screenshot of the DireWolf -dgt startup.

MY APRS Rig is fully outdoors.

I don't see a reply from a digipeater in response to my outgoing packet(s).

I am using Raspberry Pi 64-bit OS (Bookworm) with Pi desktop, 2024-07-04.

I have changed TXDELAY to 50, TXTAIL to 35 and still not getting "out"

My coordinates are for Central Illinois, USA, lat=40^41.47N long=089^28.37W

________________________________
From: [email protected] <[email protected]> on behalf of David Ranch via groups.io <direwolf-groupsio@...>
Sent: Saturday, October 12, 2024 3:30 PM
To: [email protected] <[email protected]>
Subject: Re: [direwolf] I need help!


Hello Doug,

I looked at your .docx file but it doesn't show the output of direwolf starting up. Can you please add that?



I've been running APRS/Dire Wolf mobile tracker successfully since 2020 with the same physical setup. My SD became corrupt and like a dummy, never made a backup.

Hmmm.. bummer. SD cards can die if you don't use good quality cards AND tune the Linux operating system to minimize writes.


I'm trying to get it running again with Dire Wolf 1.8 Development D and having a couple issues:

*
GPS doesn't move within Dire Wolf (stuck at 4041.76N/08928.70) but moves with GPSMON

I'm not sure what those coordinates are supposed to be. Maybe you meant 40.417600, 89.287000 (the middle of China). Anyway, this could be a matter of permissions. Are you using gpsd with direwolf? When you're doing testing with Direwolf, are you doing this OUTSIDE with a clear shot of the sky? A lot of inexpensive GPSes just won't get a good lock w/o exceptional signal levels. Btw, if you're using the gpsd approach with direwolf, you should be able to run tools like cgps/xgps/etc while direwolf is also running. With that parallel view, you can confirm if you have good GPS lock, the location is correct, the time is correct, etc.



* Not getting digipeated

I believe the issues are related but can't find the common denominator.

What makes you think your station isn't getting digipeted? Not showing up on an APRS-IS map? If so, that would be expected as you need to first send your location to APRS-IS before it will believe other data coming from your station. You can work around this by sending a PBEACON with a static location just as a test.



Dire Wolf launches without error using -dgt

Please show us all of that startup detail.


I've attached the script that I'm using to create my new installation for reference.

Few things in here:
- Which version of Raspberry Pi OS are you installing? The GUI desktop or the Lite version with no GUI?

- The use of the "pi" username is deprecated. Please use something else like "doug" or whatever

- Do NOT remove PulseAudio. You will damage the resulting OS install. Things might continue to work for Direwold since it can use ALSA directly but the GUI environment might have permanent issues.

- Your TXDELAY is way too fast. Is this your radio ( )? If so, that's an SDR based radio and most of those radios are very slow.. as such, I recommend to START at a setting of "45" meaning 450ms to properly key up and be stable on-frequency before the packet audio tones start getting played. The final tuning might need more/less delay depending on how your radio actually performs. You also might need more TXTAIL time as well.


Using the overlay file system can really help minimize writes to the SD card but it can become a major PITA when you want to do OS updates, etc. Your choice but if you want to see a less invasive list of hardening, see:



--David
KI6ZHD






Re: I need help!

 

Have you looked at the aprs.fi map for your area to see if there _are_ any digipeaters in your neighborhood? If there aren't any, there won't be anything to hear you. And there are many places in the US with poor or non-existent digipeater coverage. Also, remember that the 2-meter band is more-or-less line-of-sight; if you can't _see_ the digipeater antenna from your station's antenna, you probably won't get through.

I have a problem like that with my QTH on the north side of a hill, such that I can stand in my backyard on the ground and look _down_ at the antennas on my roof. Good thing for me there are digipeaters to the northwest and northeast of me to help me bounce around this chunk of granite.

Andrew, KA2DDO

________________________________________
From: [email protected] <[email protected]> on behalf of dameiners@... via groups.io <dameiners@...>
Sent: Sunday, October 13, 2024 12:42 PM
To: [email protected]
Subject: Re: [direwolf] I need help!

I've attached a screenshot of the DireWolf -dgt startup.

MY APRS Rig is fully outdoors.

I don't see a reply from a digipeater in response to my outgoing packet(s).

I am using Raspberry Pi 64-bit OS (Bookworm) with Pi desktop, 2024-07-04.

I have changed TXDELAY to 50, TXTAIL to 35 and still not getting "out"

My coordinates are for Central Illinois, USA, lat=40^41.47N long=089^28.37W

________________________________
From: [email protected] <[email protected]> on behalf of David Ranch via groups.io <direwolf-groupsio@...>
Sent: Saturday, October 12, 2024 3:30 PM
To: [email protected] <[email protected]>
Subject: Re: [direwolf] I need help!


Hello Doug,

I looked at your .docx file but it doesn't show the output of direwolf starting up. Can you please add that?



I've been running APRS/Dire Wolf mobile tracker successfully since 2020 with the same physical setup. My SD became corrupt and like a dummy, never made a backup.

Hmmm.. bummer. SD cards can die if you don't use good quality cards AND tune the Linux operating system to minimize writes.


I'm trying to get it running again with Dire Wolf 1.8 Development D and having a couple issues:

*
GPS doesn't move within Dire Wolf (stuck at 4041.76N/08928.70) but moves with GPSMON

I'm not sure what those coordinates are supposed to be. Maybe you meant 40.417600, 89.287000 (the middle of China). Anyway, this could be a matter of permissions. Are you using gpsd with direwolf? When you're doing testing with Direwolf, are you doing this OUTSIDE with a clear shot of the sky? A lot of inexpensive GPSes just won't get a good lock w/o exceptional signal levels. Btw, if you're using the gpsd approach with direwolf, you should be able to run tools like cgps/xgps/etc while direwolf is also running. With that parallel view, you can confirm if you have good GPS lock, the location is correct, the time is correct, etc.



* Not getting digipeated

I believe the issues are related but can't find the common denominator.

What makes you think your station isn't getting digipeted? Not showing up on an APRS-IS map? If so, that would be expected as you need to first send your location to APRS-IS before it will believe other data coming from your station. You can work around this by sending a PBEACON with a static location just as a test.



Dire Wolf launches without error using -dgt

Please show us all of that startup detail.


I've attached the script that I'm using to create my new installation for reference.

Few things in here:
- Which version of Raspberry Pi OS are you installing? The GUI desktop or the Lite version with no GUI?

- The use of the "pi" username is deprecated. Please use something else like "doug" or whatever

- Do NOT remove PulseAudio. You will damage the resulting OS install. Things might continue to work for Direwold since it can use ALSA directly but the GUI environment might have permanent issues.

- Your TXDELAY is way too fast. Is this your radio ( )? If so, that's an SDR based radio and most of those radios are very slow.. as such, I recommend to START at a setting of "45" meaning 450ms to properly key up and be stable on-frequency before the packet audio tones start getting played. The final tuning might need more/less delay depending on how your radio actually performs. You also might need more TXTAIL time as well.


Using the overlay file system can really help minimize writes to the SD card but it can become a major PITA when you want to do OS updates, etc. Your choice but if you want to see a less invasive list of hardening, see:



--David
KI6ZHD


Re: I need help!

 

开云体育


I've attached a screenshot of the DireWolf -dgt startup.

The startup looks pretty good and it shows you're getting good coordinates from gpsd.? The only thing that needs improvement is your audio levels.? Your RX audio level is too high and you need to bring that down to about "50".?


I don't see a reply from a digipeater in response to my outgoing packet(s).

I would suspect your TX audio level needs tuning and it's resulting audio is corrupting the packets.? Can you listen to the transmissions on different radio to listen in and see how this station's transmissions sound compare to others on the same frequency?? The Direwolf User Guide gives some helpful tips on audio level tuning.


I am using Raspberry Pi 64-bit OS (Bookworm) with Pi desktop, 2024-07-04.

Ok, that's fine though I still don't recommend to remove pulseaudio.


I have changed TXDELAY to 50, TXTAIL to 35 and still not getting "out"

That's a far more conservative number and will be a good starting point but you'll want to pull those numbers down to be more efficient with your on-air time.? It's not clear to me how to easily tune these values without an RF Service Monitor but maybe someone else on the list could provide some URLs of how regular operators might be able to do measurements here.. maybe with an SDR or something like that.


--David
KI6ZHD


Re: I need help!

 

开云体育

I've attached a screenshot of the DireWolf -dgt startup.

MY APRS Rig is fully outdoors.

I don't see a reply from a digipeater in response to my outgoing packet(s).

I am using Raspberry Pi 64-bit OS (Bookworm) with Pi desktop, 2024-07-04.

I have changed TXDELAY to 50, TXTAIL to 35 and still not getting "out"

My coordinates are for Central Illinois, USA, lat=40^41.47N long=089^28.37W


From:[email protected] <[email protected]> on behalf of David Ranch via groups.io <direwolf-groupsio@...>
Sent:?Saturday, October 12, 2024 3:30 PM
To:[email protected] <[email protected]>
Subject:?Re: [direwolf] I need help!
?

Hello Doug,

I looked at your .docx file but it doesn't show the output of direwolf starting up.? Can you please add that?



I've been running APRS/Dire Wolf mobile tracker successfully since 2020 with the same physical setup. My SD became corrupt and like a dummy, never made a backup.

Hmmm.. bummer.? SD cards can die if you don't use good quality cards AND tune the Linux operating system to minimize writes.


I'm trying to get it running again with Dire Wolf 1.8 Development D and having a couple issues:
  • GPS doesn't move within Dire Wolf (stuck at 4041.76N/08928.70) but moves with GPSMON

I'm not sure what those coordinates are supposed to be.? Maybe you meant 40.417600, 89.287000 (the middle of China).? Anyway, this could be a matter of permissions.? Are you using gpsd with direwolf?? When you're doing testing with Direwolf, are you doing this OUTSIDE with a clear shot of the sky?? A lot of inexpensive GPSes just won't get a good lock w/o exceptional signal levels.? Btw, if you're using the gpsd approach with direwolf, you should be able to run tools like cgps/xgps/etc while direwolf is also running.? With that parallel view, you can confirm if you have good GPS lock, the location is correct, the time is correct, etc.


  • Not getting digipeated
I believe the issues are related but can't find the common denominator.

What makes you think your station isn't getting digipeted?? Not showing up on an APRS-IS map?? If so, that would be expected as you need to first send your location to APRS-IS before it will believe other data coming from your station.? You can work around this by sending a PBEACON with a static location just as a test.



Dire Wolf launches without error using -dgt

Please show us all of that startup detail.


I've attached the script that I'm using to create my new installation for reference.

Few things in here:
?? - Which version of Raspberry Pi OS are you installing?? The GUI desktop or the Lite version with no GUI?

?? - The use of the "pi" username is deprecated.? Please use something else like "doug" or whatever

?? - Do NOT remove PulseAudio.? You will damage the resulting OS install.? Things might continue to work for Direwold since it can use ALSA directly but the GUI environment might have permanent issues.

?? - Your TXDELAY is way too fast.? Is this your radio ( ?)?? If so, that's an SDR based radio and most of those radios are very slow.. as such, I recommend to START at a setting of "45" meaning 450ms to properly key up and be stable on-frequency before the packet audio tones start getting played.? The final tuning might need more/less delay depending on how your radio actually performs.? You also might need more TXTAIL time as well.


Using the overlay file system can really help minimize writes to the SD card but it can become a major PITA when you want to do OS updates, etc.? Your choice but if you want to see a less invasive list of hardening, see:

??

--David
KI6ZHD


Re: I need help!

 

开云体育

I've attached a screen shot the Dire Wolf -dgt startup.
Thanks again for the assistance.


From:[email protected] <[email protected]> on behalf of WB2OSZ via groups.io <wb2osz@...>
Sent:?Saturday, October 12, 2024 5:56 PM
To:[email protected] <[email protected]>
Subject:?Re: [direwolf] I need help!
?
What is shown on the screen?


Re: I need help!

 

What is shown on the screen?


Re: I need help!

Lynn Deffenbaugh
 

开云体育

Just correcting a few mis-statements in the following.?? Nothing to help the original poster, but to keep the record straight for other readers.

On 10/12/2024 6:30 PM, David Ranch via groups.io wrote:

I'm trying to get it running again with Dire Wolf 1.8 Development D and having a couple issues:
  • GPS doesn't move within Dire Wolf (stuck at 4041.76N/08928.70) but moves with GPSMON

I'm not sure what those coordinates are supposed to be.?

This is the APRS format of coordinates which is DDMM.MM and DDDMM.MM or 40 degrees 41.76 minutes North, 89 degrees 28.70 minutes (but he left off the W or E, but I suspect it is E).


  • Not getting digipeated
I believe the issues are related but can't find the common denominator.

What makes you think your station isn't getting digipeted?? Not showing up on an APRS-IS map?? If so, that would be expected as you need to first send your location to APRS-IS before it will believe other data coming from your station.? You can work around this by sending a PBEACON with a static location just as a test.

The APRS-IS network doesn't care what packets come from a station or what order those packets come.?? All packets that are gated to the network are propagated through the network.?? Now some viewing sites, like aprs.fi, might not show anything from a station unless a position report has been heard, but that is only the viewing site, not "APRS-IS".

Lynn (D) - KJ4ERJ - Author of APRSISCE for Windows Mobile and Win32



Re: I need help!

 

开云体育


Hello Doug,

I looked at your .docx file but it doesn't show the output of direwolf starting up.? Can you please add that?



I've been running APRS/Dire Wolf mobile tracker successfully since 2020 with the same physical setup. My SD became corrupt and like a dummy, never made a backup.

Hmmm.. bummer.? SD cards can die if you don't use good quality cards AND tune the Linux operating system to minimize writes.


I'm trying to get it running again with Dire Wolf 1.8 Development D and having a couple issues:
  • GPS doesn't move within Dire Wolf (stuck at 4041.76N/08928.70) but moves with GPSMON

I'm not sure what those coordinates are supposed to be.? Maybe you meant 40.417600, 89.287000 (the middle of China).? Anyway, this could be a matter of permissions.? Are you using gpsd with direwolf?? When you're doing testing with Direwolf, are you doing this OUTSIDE with a clear shot of the sky?? A lot of inexpensive GPSes just won't get a good lock w/o exceptional signal levels.? Btw, if you're using the gpsd approach with direwolf, you should be able to run tools like cgps/xgps/etc while direwolf is also running.? With that parallel view, you can confirm if you have good GPS lock, the location is correct, the time is correct, etc.


  • Not getting digipeated
I believe the issues are related but can't find the common denominator.

What makes you think your station isn't getting digipeted?? Not showing up on an APRS-IS map?? If so, that would be expected as you need to first send your location to APRS-IS before it will believe other data coming from your station.? You can work around this by sending a PBEACON with a static location just as a test.



Dire Wolf launches without error using -dgt

Please show us all of that startup detail.


I've attached the script that I'm using to create my new installation for reference.

Few things in here:
?? - Which version of Raspberry Pi OS are you installing?? The GUI desktop or the Lite version with no GUI?

?? - The use of the "pi" username is deprecated.? Please use something else like "doug" or whatever

?? - Do NOT remove PulseAudio.? You will damage the resulting OS install.? Things might continue to work for Direwold since it can use ALSA directly but the GUI environment might have permanent issues.

?? - Your TXDELAY is way too fast.? Is this your radio ( )?? If so, that's an SDR based radio and most of those radios are very slow.. as such, I recommend to START at a setting of "45" meaning 450ms to properly key up and be stable on-frequency before the packet audio tones start getting played.? The final tuning might need more/less delay depending on how your radio actually performs.? You also might need more TXTAIL time as well.


Using the overlay file system can really help minimize writes to the SD card but it can become a major PITA when you want to do OS updates, etc.? Your choice but if you want to see a less invasive list of hardening, see:

??

--David
KI6ZHD


I need help!

 

开云体育

Hello!
New to the group, thanks for allowing me to post.

I've been running APRS/Dire Wolf mobile tracker successfully since 2020 with the same physical setup. My SD became corrupt and like a dummy, never made a backup.

I'm trying to get it running again with Dire Wolf 1.8 Development D and having a couple issues:
  • GPS doesn't move within Dire Wolf (stuck at 4041.76N/08928.70) but moves with GPSMON
  • Not getting digipeated
I believe the issues are related but can't find the common denominator.

Dire Wolf launches without error using -dgt

I've attached the script that I'm using to create my new installation for reference.

ANY assistance would be greatly appreciated.

73 - AE9DM, Doug


Re: Igate stopped igating received beacons

 

If it mysteriously stopped working then mysteriously started working again and you did not change anything, then the problem is probably external.
Direwolf has loads of debugging features to reveal what is going on inside to help with troubleshooting.
As explained in the User Guide, section 9.18 Command Line Options, you can put "-di" on the command to find out what is going on inside the IGate.? use "-dii" for more detail.
?
73,
John WB2OSZ


Re: Igate stopped igating received beacons

 

It started working again this morning. I can't help wondering if somebody somewhere saw my post and fixed something?


Igate stopped igating received beacons

 

I have a digipeater and igate that's been running for several months. Sometime within the past two weeks it stopped sending received beacons to APRS-IS. It's logging in to asia.aprs2.net and it's sending its own PBEACON to APRS-IS which is showing up on aprs.fi and aprs.to as a green six-pointed star with a white I but when I tested with two different HTs today neither one's symbol is showing up on either map. My setup is a Raspberry Pi 3B+, Direwolf 1.7, a Digirig Mobile, and a Retevis RT95 which is the same radio as an Anytone AT-778UV. The HTs are a LANCHONLH HG-98UV and a Retevis RT3S, same radio as the TYT MD-UV380, with OpenGD77. (Note that there's a dearth of users here in Cebu, Philippines at present and I'm the only person experimenting with APRS so I don't know exactly when it stopped working as I only test it with an HT every so often.)
?
Here's my direwolf.conf:
?
ADEVICE plughw:1,0
MYCALL DV7GDL-0
MODEM 1200
DTMF
PTT /dev/ttyUSB0 RTS
PBEACON delay=1 every=15 symbol="I#" lat=10^21.18N long=123^55.43E power=20 height=30 gain=2.15 comment=" Mandaue City Cebu" via=WIDE1-1,WIDE2-1
CBEACON delay=2 every=10 dest="MORSE-8" info="DV7GDL"
IBEACON DELAY=30 EVERY=30 via=WIDE1-1,WIDE2-1
IBEACON DELAY=32 EVERY=30 SENDTO=IG
OBEACON delay=5 every=30 lat=10^22.4 long=123^52.20 symbol=/r objname=DX7CA-2m freq=144.720 tone=100 offset=-0.600 comment=" FM & Echolink (DX7CA-R)" via=WIDE1-1,WIDE2-1
OBEACON delay=10 every=30 lat=10^22.4 long=123^52.20 symbol=/r objname=DX7CA-70cm freq=431.900 tone=103.5 offset=+5.00 comment=" FM and C4FM"via=WIDE1-1,WIDE2-1
DIGIPEAT 0 0 ^WIDE[3-7]-[1-7]$|^TEST$ ^WIDE[12]-[12]$
IGSERVER asia.aprs2.net
IGLOGIN DV7GDL-10 17599
PBEACON sendto=IG every=15:00 symbol="I#" lat=10^21.18N long=123^55.43E power=20 height=30 gain=2.85 dir=omni comment=" 144.380MHz"
IGTXVIA 0 WIDE1-1,WIDE2-2
IGMSP 8
?
I've tried changing APRS-IS servers to noam.aprs2.net but that made no difference. The HTs are being received and digipeated, they're just not showing up on any APRS-IS websites. I'm completely stumped!


Re: FT-897D, WINDOWS 10, DIREWOLF VERSION 1.7, PINPOINT V2, DIGIRIG MOBILE INTERFACE

Mark KK2L
 

开云体育

Hi David,

?

I just purchased the latest DigiRig.? I have used it many times in the past.? It’s a plug and play connection into the DIN6 AND DIN8 inputs in the back of the radio.? My laptop recognizes the radio on COM5 port.? No GPIO pin.? I am using a laptop not a raspberry pi.? No unique parameters on the PORT, DigiRig or the radio.? WSJT-x and FLRIG are plug and play using each software’s built-in configurations.? If I have to compile software to get this to work, then I will need a lot of hand holding having never done it before.? Hope this helps.? I am trying all combinations in the direwolf.conf and can’t get it to play nice with PinPoint.? Sometimes I am getting this error message:

?

Warning: Could not open 'symbols-new.txt'.

The "new" OVERLAID character information will not be available.

ERROR - Could not open config file direwolf.conf

Try using -c command line option for alternate location.

?

There’s a lot to learn here.

?

Thanks for your response.

?

?

?

73

?

Mark

KK2L

?

?

From: [email protected] <[email protected]> On Behalf Of David Ranch via groups.io
Sent: Monday, October 7, 2024 3:13 PM
To: [email protected]
Subject: Re: [direwolf] FT-897D, WINDOWS 10, DIREWOLF VERSION 1.7, PINPOINT V2, DIGIRIG MOBILE INTERFACE

?




Thank you for the very detailed explanation.? The digirig is also used for FT8 and WSJT-x and there are no issues with CAT (rig control) or Audio (Decoding) with this radio.? I didn't think of the polarity being the possible culprit.? So, when I get home, I will configure to? PTT COM5 -RTS.? I also use the radio with FLDIGI and connect with FLRIG.? The radio is also set in? DIG mode so maybe I will try PKT mode instead.? I am getting there.


If WSJT-X and Flrig/Fldigi are working, then there is no reason why Direwolf can't be made to work (of course, only one application at a time).? How do you have WSJTX / Flrig configured?


?? - PTT
????? - serial port?? If so, which serial port?? What speed?? Any unique parameters enabled?

????? - GPIO pin? which GPIO pin?? What speed?? Any unique parameters enabled?

????? - CAT control?? If so, the direwolf? v1.7 binary for Windows does NOT support CAT control and requires to be re-compiled.? CAT control on Direwolf really doesn't offer anything else other than PTT support but if you want to try this approach, see which provides a link to a compiled binary with Hamlib v4.5.5 support from an enduser


Also, which Digirig hardware device version do you have?? They are up to version v1.9 as they had multiple issues with various PTT options be it from the serial port control lines, the CM108 GPIO pin, etc.? also.. how have you soldered the PTT control pads?

?
?? --
?? Starting from revision 1.5 Digirig features an open-collector switch controlled by RTS signal of the serial port to do exactly that. Many popular digital mode software applications recognize RTS signal as one of the PTT options. More information on PTT switch this can be found in this post: VHF/UHF Digital Modes with budget HTs.

In Digirig 1.5 there are two line drivers available as options: one for PTT, another for CW key if required.

Stating from Digirig 1.6 there is one PTT driver line permanently available on audio TRRS socket as second ring. It is independent from serial CAT and accessible in all configurations. This allows sharing of the same Digirig unit between CAT capable radios and HTs reliant on hardware PTT signal.
?? --


--David