Gentoo Archives: gentoo-user

From: Bill Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /dev/snd/seq access mode and permission
Date: Thu, 23 Aug 2012 03:55:01
Message-Id: 1345693947.16849.62.camel@troll
In Reply to: Re: [gentoo-user] /dev/snd/seq access mode and permission by Cinder
1 Try this (my "fix" is in /lib/udev/rules.d/40-gentoo.rules):
2
3
4 moriah ~ # equery f udev
5 * Searching for udev ...
6 * Contents of sys-fs/udev-171-r6:
7 /etc
8 /etc/conf.d
9 /etc/conf.d/udev
10 /etc/init.d
11 ...
12 /lib/udev/rules.d
13 /lib/udev/rules.d/30-kernel-compat.rules
14 /lib/udev/rules.d/40-gentoo.rules
15 /lib/udev/rules.d/42-qemu-usb.rules
16 /lib/udev/rules.d/50-firmware.rules
17 /lib/udev/rules.d/50-udev-default.rules
18 /lib/udev/rules.d/60-cdrom_id.rules
19 /lib/udev/rules.d/60-floppy.rules
20 /lib/udev/rules.d/60-persistent-alsa.rules
21 /lib/udev/rules.d/60-persistent-input.rules
22 ...
23
24
25 moriah ~ # grep snd /lib/udev/rules.d/*
26 /lib/udev/rules.d/40-gentoo.rules:SUBSYSTEM=="snd", GROUP="audio"
27 /lib/udev/rules.d/50-udev-default.rules:KERNEL=="seq", GROUP="audio", MODE="0660", OPTIONS+="static_node=snd/seq"
28 /lib/udev/rules.d/50-udev-default.rules:KERNEL=="timer", GROUP="audio", MODE="0660", OPTIONS+="static_node=snd/timer"
29 /lib/udev/rules.d/60-persistent-alsa.rules:ENV{ID_SERIAL}=="?*", ENV{ID_IFACE}=="?*", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}-$env{ID_IFACE}"
30 /lib/udev/rules.d/60-persistent-alsa.rules:ENV{ID_SERIAL}=="?*", ENV{ID_IFACE}=="", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}"
31 /lib/udev/rules.d/60-persistent-alsa.rules:ENV{ID_PATH}=="?*", SYMLINK+="snd/by-path/$env{ID_PATH}"
32 moriah ~ #
33
34 BillK
35
36
37 On Wed, 2012-08-22 at 20:35 -0700, Cinder wrote:
38 > I have tried creating this rule:
39 >
40 > /etc/udev/rules.d/40-seq.rules
41 > KERNEL=="snd/seq", GROUP="audio", MODE="0666"
42 >
43 > ...but I'm not sure about the kernel key pair. I have tried matching "/dev/snd/seq" and just "seq"
44 > aswell.
45 >
46 > The Bug 406871 for sys-fs/udev-171-r5 looks exactly right, butI have sys-fs/udev-171-r6 installed. I''l check my kernel config and try disabling tmpfs. I have read that it helps real time audio performanc with jack(audio-connection-kit)though.
47 >
48 > I have tried removing all the rules in /etc/udev/rules.d. but the mode and permissions on /dev/snd/seq persist.
49 >
50 > Thanks for everyones help.
51 >
52 > --- marcec@×××.de wrote:
53 >
54 > From: Marc Joliet <marcec@×××.de>
55 > To: gentoo-user@l.g.o
56 > Subject: Re: [gentoo-user] /dev/snd/seq access mode and permission
57 > Date: Fri, 17 Aug 2012 21:20:08 +0200
58 >
59 > Am Fri, 17 Aug 2012 11:40:47 +0200
60 > schrieb Marc Joliet <marcec@×××.de>:
61 >
62 > > Am Fri, 17 Aug 2012 01:54:34 -0700
63 > > schrieb Cinder <cinder@××××××××××.com>:
64 > >
65 > > > Hi, how do I make changes to permissions and access mode of device nodes persistent? At the moment I have to chown and chmod the /dev/snd/seq node every boot to make it accessible to my user. the other nodes are fine. Here's the output of ls -l /dev/snd/
66 > > >
67 > > > total 0
68 > > > drwxr-xr-x 2 root root 60 Aug 17 18:44 by-path
69 > > > crw-rw----+ 1 root audio 116, 12 Aug 17 18:44 controlC0
70 > > > crw-rw----+ 1 root audio 116, 11 Aug 17 18:44 hwC0D0
71 > > > crw-rw----+ 1 root audio 116, 10 Aug 17 18:44 hwC0D3
72 > > > crw-rw----+ 1 root audio 116, 9 Aug 17 18:44 hwC0D4
73 > > > crw-rw----+ 1 root audio 116, 8 Aug 17 18:44 hwC0D5
74 > > > crw-rw----+ 1 root audio 116, 7 Aug 17 18:44 pcmC0D0c
75 > > > crw-rw----+ 1 root audio 116, 6 Aug 17 18:44 pcmC0D0p
76 > > > crw-rw----+ 1 root audio 116, 5 Aug 17 18:44 pcmC0D1p
77 > > > crw-rw----+ 1 root audio 116, 4 Aug 17 18:44 pcmC0D3p
78 > > > crw-rw----+ 1 root audio 116, 3 Aug 17 18:44 pcmC0D7p
79 > > > crw-rw----+ 1 root audio 116, 2 Aug 17 18:44 pcmC0D8p
80 > > > crw------- 1 root root 116, 1 Aug 17 18:44 seq
81 > > > crw-rw----+ 1 root audio 116, 33 Aug 17 18:44 timer
82 > > >
83 > > > I need /dev/snd/seq to look look the others. I can't find the udev rule or configuration that creates these nodes. Many thanks for any consideration.
84 > >
85 > > I have a hack for the same issue in my /etc/local.d/. A comment I put there
86 > > says this:
87 > >
88 > > # this is caused by using devtmpfs, which creates nodes with root:root and 600;
89 > > # I believe this is fixed by udev upstream
90 > >
91 > > So devtmpfs creates the device node before udev runs, but udev does not correct
92 > > the access permissions, which is however fixed by udev upstream (perhaps
93 > > already in ~arch?). Sadly I do not remember where I read this, but google should
94 > > be of help there.
95 >
96 > Ah, yes, I did a quick search on b.g.o and found this:
97 >
98 > https://bugs.gentoo.org/show_bug.cgi?id=406871
99 >
100 > So my comment is wrong, it doesn't have anything to do with devtmpfs, but udev
101 > upstream did fix it :) .
102 >
103 > HTH