From: Stefan Schweizer <sschweizer@gmail.com>
To: linux-hotplug@vger.kernel.org
Subject: Dialout group for capi devices in the gentoo rules file
Date: Sat, 30 Apr 2005 11:23:52 +0000 [thread overview]
Message-ID: <e796392205043004234854f29@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 219 bytes --]
Hi,
currently it is not possible to use the capi devices for users even
when the user is in the dialout group. Please apply the attached patch
and fix the issue.
Thanks,
Stefan
http://dev.gentoo.org/~genstef
[-- Attachment #2: add-dialout-group-for-capi-to-gentoo-rules.patch --]
[-- Type: application/octet-stream, Size: 576 bytes --]
diff -ur udev-056.orig/etc/udev/gentoo/udev.rules udev-056/etc/udev/gentoo/udev.rules
--- udev-056.orig/etc/udev/gentoo/udev.rules 2005-04-30 13:16:10.000000000 +0200
+++ udev-056/etc/udev/gentoo/udev.rules 2005-04-30 13:17:13.000000000 +0200
@@ -51,8 +51,8 @@
KERNEL="seq", NAME="snd/%k"
# capi devices
-KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20"
-KERNEL="capi*", NAME="capi/%n"
+KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20", GROUP="dialout"
+KERNEL="capi*", NAME="capi/%n", GROUP="dialout"
# cpu devices
KERNEL="cpu[0-9]*", NAME="cpu/%n/cpuid"
reply other threads:[~2005-04-30 11:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e796392205043004234854f29@mail.gmail.com \
--to=sschweizer@gmail.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).