Updates needed for js8call 2.2.0#80
Open
kd2hbv wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Although JS8Call 2.2.0 can be installed on zbitx's 32-bit raspberry pi zero 2W, it can't run as it relies on some additional hamlib commands that are not included in the original hamlib.c in the sbitx code. This pull request adds in the missing commands. After this, js8call can run natively.
Note: The following changes need to be made to files on the pi to speed up js8call's opening. However, these files are not part of this repo, so these changes, so these changes cannot be checked in here:
\etc\rc.local\home\pi.asoundrcpcm.!default { type asym playback.pcm { type plug slave.pcm "output" } capture.pcm { type plug slave.pcm "input" } } pcm.output { type hw card 0 } ctl.!default { type hw card 0 } pcm.input { type hw card 0 } + +# Disable pulse and jack plugins +pcm.pulse { type null } +ctl.pulse { type null } +pcm.jack { type null } +ctl.jack { type null }