All of lore.kernel.org
 help / color / mirror / Atom feed
* Dialout group for capi devices in the gentoo rules file
@ 2005-04-30 11:23 Stefan Schweizer
  0 siblings, 0 replies; only message in thread
From: Stefan Schweizer @ 2005-04-30 11:23 UTC (permalink / raw)
  To: linux-hotplug

[-- 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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-30 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-30 11:23 Dialout group for capi devices in the gentoo rules file Stefan Schweizer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.