On Tue, Jan 24, 2012 at 2:13 AM, C Anthony Risinger <anthony@xxxxxxx> wrote: > On Mon, Jan 23, 2012 at 3:31 PM, G. Schlisio <g.schlisio@xxxxxx> wrote: >> Am 23.01.2012 22:26, schrieb Tom Gundersen: >>> On Mon, Jan 23, 2012 at 9:32 PM, G. Schlisio<g.schlisio@xxxxxx> wrote: >>>> >>>> i'm playing around with systemd atm and everything works fine except of >>>> the >>>> sound output. >>> >>> You should not need to do anything particular in order to get sound >>> working. Have a look at "systemd-loginctl" to see if your session is >>> created properly (which should give your user the correct ACL >>> permissions on the sound devices). >> >> # systemd-loginctl >> SESSION UID USER SEAT >> >> 0 sessions listed. >> >> seems like thats the problem. what does it mean, actually? and how to >> fix/change/adjust that? > > i'm not 100% this is what's needed, but do you have this: > > # grep -nR systemd /etc/pam.d/ > /etc/pam.d/gdm-autologin:15:-session optional pam_systemd.so > /etc/pam.d/gdm-fingerprint:15:-session optional pam_systemd.so > /etc/pam.d/gdm-smartcard:15:-session optional pam_systemd.so > /etc/pam.d/gdm-welcome:11:-session optional pam_systemd.so > /etc/pam.d/gdm-password:16:-session optional pam_systemd.so > /etc/pam.d/sshd:12:-session optional pam_systemd.so > /etc/pam.d/login:21:-session optional pam_systemd.so That's it. If you use kde you need the same line in your kdm file (this will be there by default in the next release). -t