You are not logged in.
Pages: 1
If I run
aplay /usr/share/sounds/alsa/Front_Center.wavas root it works, but as a regular user I get this:
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_referreturned error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2202:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:590: audio open error: No such file or directoryDid I miss something in configuring ALSA?
Offline
Are you part of the audio group?
![]()
Offline
Are you part of the audio group?
I did this:
usermod -a -G audio danielBut I'm still geting the same output from aplay.
Last edited by dbbolton (2009-02-02 01:50:01)
Offline
edit:
never mind:D
Last edited by sand_man (2009-02-02 01:51:18)
![]()
Offline
ahh no
try this
# gpasswd -a daniel audio
Still the same output from aplay.
Offline
sorry my bad. But if you have just added yourself to a group you need to log out and back in for it to take effect
![]()
Offline
sorry my bad. But if you have just added yourself to a group you need to log out and back in for it to take effect
It seems to be working now. Thanks
Offline
Pages: 1