Followers
0
Following
0
Joined
Last Online
-
darfed
posted in technical issues • read moreI had the same difficulty. No sound cards were available according to
aplay --list-devicesI found somewhere (I forget where) the suggestion to add to
/boot/config.txtthe line:
dtparam=audio=onand from then everything went swimmingly. I set up some (possibly pretty dangerous) values in
/etc/security/limits.conflike this:
### realtime permission for audio @audio – rtprio 99 @audio – memlock unlimited @audio – nice -10 @audio - priority 8 # End of fileThe audio priority of 8 seems to be necessary to stop annoying messages in the puredata console when it's started. I'm not an expert on these values, they might not be wise, safe or ideal but they worked for me.
And I made sure that my user is in the audio group:
usermod -a -G audio davidAnd I've had glitch free performance since out of the mini jack.