| Summary: | jack can't start midi because of wrong permissions | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Yann COLLETTE <ycollette.nospam> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | 2 | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
|
Description
Yann COLLETTE
2012-05-30 20:33:48 CEST
I tested ACL: [collette@localhost ~]$ getfacl /dev/snd/seq getfacl : suppression du premier « / » des noms de chemins absolus # file: dev/snd/seq # owner: root # group: audio user::rw- group::rw- other::--- [collette@localhost ~]$ getfacl /dev/snd/timer getfacl : suppression du premier « / » des noms de chemins absolus # file: dev/snd/timer # owner: root # group: audio user::rw- user:collette:rw- group::rw- mask::rw- other::--- If I plug a midi keyboard in the usb plug, the permission are still the same and I still can't start qjackctl. After a "touch /dev/snd/seq" as a root user: [collette@localhost ~]$ getfacl /dev/snd/seq getfacl : suppression du premier « / » des noms de chemins absolus # file: dev/snd/seq # owner: root # group: audio user::rw- user:collette:rw- group::rw- mask::rw- other::--- another workaround is to add you in the audio group the 'audio' group is not available is userdrake. I finally managed to find the good command in command line: usermod -a -G audio collette I will disconnect from my session and see if this command solve the problem. Works for me. But somebody must add 'audio' group to userdrake to ease the process of adding a user to this group. YC Status:
NEW =>
RESOLVED hum strange I have it in mga1, will check more. And I confirm that it's also available in mga2 for me. |