Arch Linux sound issue - Raspberry Pi Forums
i'm having trouble getting sound work pi running arch.
problem is, sound works root.
driver loaded, mixer channel unmuted, , speaker-test produce sound, when logged in root. when logged in normal user, nothing errors claiming sound card cannot found.
problem is, i'm attempting use vlc command-line interface play sound on remote pi across ssh connection, , vlc refuse allow root run it.
causing normal user's lack of access sound card?
problem is, sound works root.
driver loaded, mixer channel unmuted, , speaker-test produce sound, when logged in root. when logged in normal user, nothing errors claiming sound card cannot found.
problem is, i'm attempting use vlc command-line interface play sound on remote pi across ssh connection, , vlc refuse allow root run it.
causing normal user's lack of access sound card?
check if user in correct group
https://wiki.archlinux.org/index.php/users_and_groups
if not in there
https://wiki.archlinux.org/index.php/users_and_groups
code: select all
cat /etc/group | grep audiocode: select all
usermod -a gaudio <username>
raspberrypi
Comments
Post a Comment