Bug 195607 - sys-fs/udev-115-r6 breaks CAPI
Bug#: 195607 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: udev-bugs@gentoo.org Reported By: sbriesen@gentoo.org
Component: Ebuilds
URL: 
Summary: sys-fs/udev-115-r6 breaks CAPI
Keywords:  
Status Whiteboard: 
Opened: 2007-10-12 10:49 0000
Description:   Opened: 2007-10-12 10:49 0000
at least latest udev rules (I detected it with sys-fs/udev-115-r6) CAPI is
broken and unusable.

REASON:
following lines are missing in *.rules

# capi devices
KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20", GROUP="uucp",
MODE="0660"
KERNEL=="capi*", NAME="capi/%n", GROUP="uucp", MODE="0660"

after adding a custom rule with above lines, CAPI is working again.


Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Matthias Schwarzott 2007-10-12 14:16:14 0000 -------
Does capi require one special package to be installed? If yes the rules should
be part of this package.

------- Comment #2 From Matthias M Weber 2007-10-12 20:29:21 0000 -------
(In reply to comment #0)

> at least latest udev rules (I detected it with sys-fs/udev-115-r6) CAPI is
> broken and unusable.

This error occurs since udev-115-r5 

------- Comment #3 From Stefan Briesenick 2007-10-12 20:51:58 0000 -------
well, there is net-dialup/capi4k-utils, which is needed for using CAPI. I can
include it there, no problem; it's my package. But it was historically always
included in UDEV, so it's odd that it was removed w/o any notice.

I will "pimp up" net-dialup/capi4k-utils asap (i.e. this weekend).

But a quick(er) fix would to block net-dialup/capi4k-utils-20050718-r1 to -r3
with udev-115-r5 and above.

------- Comment #4 From Matthias Schwarzott 2007-10-13 08:13:53 0000 -------
(In reply to comment #3)
> well, there is net-dialup/capi4k-utils, which is needed for using CAPI. I can
> include it there, no problem; it's my package. But it was historically always
> included in UDEV, so it's odd that it was removed w/o any notice.
> 
Well, you may have not noticed, but there was a major udev redesign starting
from udev-115-r2. w/o notice: Look at thread:
http://thread.gmane.org/gmane.linux.gentoo.devel/51484 and
http://thread.gmane.org/gmane.linux.gentoo.devel/51750

> I will "pimp up" net-dialup/capi4k-utils asap (i.e. this weekend).
> 
> But a quick(er) fix would to block net-dialup/capi4k-utils-20050718-r1 to -r3
> with udev-115-r5 and above.
> 

You also can block >=udev-115-r2 from within capi4k-utils.

------- Comment #5 From Stefan Briesenick 2007-10-13 09:35:26 0000 -------
ok, I will block it for the time being within capi4k-utils. At least for the
current ones. And then I try to rev-bump with added udev-rules.

------- Comment #6 From Matthias Schwarzott 2007-10-21 20:37:19 0000 -------
Added this rule back to udev-116-r1.

------- Comment #7 From Stefan Briesenick 2007-10-21 22:54:38 0000 -------
thanks!