Gentoo Archives: gentoo-user

From: "Thomas U. Nockmann" <tun.nospam-daf1b990@×××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ISDN problems
Date: Wed, 23 Jun 2010 08:06:06
Message-Id: 201006230920.52793.tun.nospam-daf1b990@kglug.de
In Reply to: [gentoo-user] ISDN problems by Alex Schuster
1 On Wednesday 23 June 2010 Alex Schuster wrote:
2 [...]
3
4 Hello,
5
6
7 > But /etc/init.d/capi fails to start, when calling 'capiinit
8 > activate': ERROR: cannot open /dev/capi20 nor /dev/isdn/capi20 - No
9 > such device or address (6)
10
11 I'd got the same message while setting up a hylafax-server. I solved it
12 by creating a new 50-udev.rules:
13
14 ###
15 ~ $ cat /etc/udev/rules.d/50-udev.rules
16 KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20
17 faxCAPI", GROUP="uucp", MODE="0666"
18 KERNEL=="capi[0-9]*", NAME="capi/%n"
19 ~ $
20 ###
21 You may waive the faxCAPI-directive.
22
23
24 ###
25 ~ # capiinit status
26 1 fcpci running fcpci-bc00-17 A1 3.11-07 0xbc00 17
27 ~ #
28 ###
29
30
31 ###
32 ~ $ faxstat
33 HylaFAX scheduler on abc.def.net: Running
34 Modem faxCAPI (+49.xxx.yyyyyyy): Running and idle
35 ~ $
36 ###
37
38
39 \|||/
40 `@|@`thomas
41 -

Replies

Subject Author
Re: [gentoo-user] ISDN problems Alex Schuster <wonko@×××××××××.org>