https://bugzilla.novell.com/show_bug.cgi?id=816942 https://bugzilla.novell.com/show_bug.cgi?id=816942#c1 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |lmuelle@suse.com InfoProvider| |james.knott@rogers.com --- Comment #1 from Takashi Iwai <tiwai@suse.com> 2013-04-24 14:27:11 UTC --- Likely a device permission problem Lars told me recently. My wild guess is that it's a regression in KDM or whatever there... Check the device permissions of /dev/snd/* files via getfacl. getfacl /dev/snd/controlC0 In a working case, your id should be listed explicitly, for example: % getfacl /dev/snd/controlC0 getfacl: Removing leading '/' from absolute path names # file: dev/snd/controlC0 # owner: root # group: audio user::rw- user:tiwai:rw- group::rw- mask::rw- other::--- See user:tiwai in the above. Please check whether it's your case. If this is really the culprit, an easy workaround (but not the right solution) is to put your account to "audio" group. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.