-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] CWID clips last character with CM108 PTT #284
Comments
What kind of computer are you running Direwolf on? X86? Raspberry PI older than a Pi4? A pi4 or newer? If you're running on an Raspberry Pi older than a Pi4, would you be willing to try out the "dead airtime" workaround (scroll down to the "OSS support" sub-section: http://www.trinityos.com/HAM/CentosDigitalModes/RPi/rpi4-setup.html#24a.config-direwolf |
Hey @dranch - It's a Pi 3B+
Happy to try anything out if it helps the project. Is this still compatible with the CM108 PTT control? |
Yes.. still compatible. Give it a try and let us know if that fixes your missing "O" CW character |
Hey @dranch - I gave this a go a little while ago and got nowhere. I have just tried again, with no luck... Here's what I did:
Not sure what else to try at this point? George M1GEO |
Few ideas:
3.a. If there isn't anything there, is the OSS kernel module installed? Run "lsmod | grep snd_pcm_oss" and see if the module is installed. Should look like:snd_pcm_oss 45747 0
|
Thanks Mike. I can confirm that this fixes the issue with the morse code being clipped. Apparently the file should be /etc/asound.conf. I'll monitor the software for a few days. |
Not sure who Mike is but anyway, can you elaborate what was broken so others can better understand the fix? Also, am I reading you correctly that the required "/etc/asoundrc" file should actually be named /etc/asound.conf ? If so, would you do me a favor and try deleting that file and see if the "/root/.asoundrc" file works instead? If it doesn't, could you re-create the "/etc/asoundrc" file and delete the "/root/.asoundrc" file and see if things work? This was one area that I was getting conflicting answers in my research and it would be great to set the record strait. |
When configuring DireWolf to send CWID messages using the following command in the config file:
CBEACON delay=0:10 every=15 dest=MORSE-15 info="M1GEO"
I observe that "M1GE" is sent and the final "O" is dropped. I suspect that this is a PTT hang time issue rather than a dropped character. I'm using a CM108 to PTT via GPIO3.
Possibly related settings:
I do not observe any clipped AX.25 packets. Just the CWID.
The text was updated successfully, but these errors were encountered: