Skip to content
Snippets Groups Projects
Commit 952abc33 authored by David Trattnig's avatar David Trattnig
Browse files

Added FAQ.

parent 3590a1cd
No related branches found
No related tags found
No related merge requests found
...@@ -4,16 +4,23 @@ ...@@ -4,16 +4,23 @@
<!-- TOC --> <!-- TOC -->
- [Frequently Asked Questions](#frequently-asked-questions) - [Frequently Asked Questions](#frequently-asked-questions)
- [Starting Engine](#starting-engine) - [I have issues with starting the Engine](#i-have-issues-with-starting-the-engine)
- [Read More](#read-more) - [Read More](#read-more)
<!-- /TOC --> <!-- /TOC -->
## Starting Engine ## I have issues with starting the Engine
**Cannot connect to socketpath /opt/aura/engine/modules/liquidsoap/engine.sock. Reason: [Errno 111] Connection refused**
- This indicates some issue with the proper startup of Liquidsoap or any related audio device. Check the Liquidsoap logs for details.
**[clock.wallclock_alsa:2] Error when starting output lineout: Failure("Error while setting open_pcm: No such file or directory")!** **[clock.wallclock_alsa:2] Error when starting output lineout: Failure("Error while setting open_pcm: No such file or directory")!**
This might indicate some issue with your ALSA device. Check if `aplay -l` and `aplay -L` returns some valid device(s). - This might indicate some issue with your ALSA device. Check if `aplay -l` and `aplay -L` returns some valid device(s). You can also try `alsamixer`.
- It might be also helpful to set your default audio device in `/etc/asound.conf`.
- Also check if your user (è.g. `engineuser`) belongs to the group `audio`.
- Check the audio interface configuration section in `engine.ini`. Verify if the default settings `input_device_0="hw:0"` and `output_device_0="hw:0"` are valid device IDs.
## Read More ## Read More
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment