<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Permission denied for regular user not in group "audio" to access /dev/snd/seq"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66861#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Permission denied for regular user not in group "audio" to access /dev/snd/seq"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66861">bug 66861</a>
              from <span class="vcard"><a class="email" href="mailto:a.c.kalker@gmail.com" title="Alain Kalker <a.c.kalker@gmail.com>"> <span class="fn">Alain Kalker</span></a>
</span></b>
        <pre>Ahh!, I was assuming that

$ lsmod | grep seq
snd_seq_device          5180  2 snd_rawmidi,snd_opl3_lib
snd                    58893  8
snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_mpu401_uart,snd_seq_device,snd_cmipci,snd_opl3_lib

and the /dev/snd/seq device node existing was all I needed. Never ever realized
that I needed to *manually* modprobe snd_seq for it to actually start working.
The distro I was using before Arch had this setup out-of-the-box.

# modprobe snd_seq
$ getfacl /dev/snd/seq
getfacl: Removing leading '/' from absolute path names
# file: dev/snd/seq
# owner: root
# group: audio
user::rw-
user:miki:rw-
group::rw-
mask::rw-
other::---

Case closed, I think, and sorry for wasting your time...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>