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.
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
Updated Raspberry install docs. #1243
base: master
Are you sure you want to change the base?
Updated Raspberry install docs. #1243
Changes from 2 commits
fd0c44b
11665e4
57014b7
2b125ab
6f95387
49dc30d
a1adde2
fb89ef7
17acd05
612553a
4a23e15
8b46e78
b5fd9c9
bd2592e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could remove this part before we merge, since this is probably not accurate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I took this and the whole discussion as an opportunity to overwork the docs again. Most of the topics were general Linux topics, so I separated the system/sistribution specific topics and the general Linux topics. General topics are now in 'Build-on-Linux.md' and 'Run-on-Linux.md', the specific files like Raspberry files are now just a small entry point with few specific topics and links to the general files. At least the run file can also be linked in the Fedora file and maybe also in the FreeBSD file I think.
From the known issues I removed the logging issue, but added the DnsSdError and new issue: I switch to the PulseAudio backend because I have short overlaps of Spotify and radio playback on my app, which caused it to crash, because my HifiBerry amp isn't capable of mixing 2 audio streams in hardware. But as a system wide service, I get a connection refused error when accessing the PulseAudio backend, first I thought I cannot access a service run as user (which PulseAudio is) from a process run as root, but I configured the system service to run with my normal user and the problem persists. I found here: #685 that it may be an issue with RuntimeDirectory of system services, but I didn't had the time yet to investigate it further. If you know this and have a solution, you can remove the issue and maybe tell me the solution. ;) Otherwise I try to find a solution next year.
And I also tried to unified some wordings like the use of compile/build and daemon/service.
So far, have a nice christmas and holiday season!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I can also help updating instructions on the homepage, just let me know how.
Or if I shall build ARM64 binaries for the download page I can also do it.
This file was deleted.