-
Notifications
You must be signed in to change notification settings - Fork 130
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
Is it possible to do sudo make install
with --pcm activated?
#92
Comments
Someone who knows a bit more about how this is configured on a Pi can probably help more, but I recall there being a Good luck. |
Thanks for your hint, I found the
|
Oh yeah, forgot about DAEMON_OPTS - maybe |
Yes that is the solution :) |
Hey there,
I had some problems with LEDs working fine after boot, but flickering after some time. As supposed by @jorupp in #69 this can be solved by using
--pcm
option. I tested it and it works really well.Is there a way to autostart the daemon with --pcm on every boot? At the moment I have it running with
sudo make install
and I do not need to care about. I know I could use crontab to start it manually @reboot, but I hope there is a more elegant way to do.Regards,
Anduril
The text was updated successfully, but these errors were encountered: