mien System:
debian sarge; Kernel 2.6.13-rc6
lspci: Network controller: AVM Audiovisuelles MKTG & Computer System GmbH A1 ISDN [Fritz] (rev 02)
Ich hab die AVM treiber installiert, da beim Starten mit hisax hin und wieder beim erkennen der fritz-karte das system hängen geblieben ist.
hisax hab ich in
/etc/hotplug/blacklist.d/capiutils
und in der
/etc/discover.d/capiutils
mit skip deaktiviert.
da /dev/isdnctrl0 und /dev/isdninfo
nicht vorhanden waren habe ich Sie per hand erstellt.
mknod --mode=660 /dev/isdninfo c 45 255
mknod --mode=660 /dev/isdnctrl0 c 45 255
Ausgabe von capiinfo:
Code: Alles auswählen
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-07 (49.23)
Serial Number: 1000001
BChannels: 2
Global Options: 0x00000039
internal controller supported
DTMF supported
Supplementary Services supported
channel allocation supported (leased lines)
B1 protocols support: 0x4000011f
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
V.110 asynconous operation with start/stop byte framing
V.110 synconous operation with HDLC framing
T.30 modem for fax group 3
Modem asyncronous operation with start/stop byte framing
B2 protocols support: 0x00000b1b
ISO 7776 (X.75 SLP)
Transparent
LAPD with Q.921 for D channel X.25 (SAPI 16)
T.30 for fax group 3
ISO 7776 (X.75 SLP) with V.42bis compression
V.120 asyncronous mode
V.120 bit-transparent mode
B3 protocols support: 0x800000bf
Transparent
T.90NL, T.70NL, T.90
ISO 8208 (X.25 DTE-DTE)
X.25 DCE
T.30 for fax group 3
T.30 for fax group 3 with extensions
Modem
0100
0200
39000000
1f010040
1b0b0000
bf000080
00000000 00000000 00000000 00000000 00000000 00000000
01000001 00020000 00000000 00000000 00000000
Supplementary services support: 0x000003ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS
Code: Alles auswählen
kernel: capidrv-1: incoming call 123456789,1,0,123456
kernel: isdn_net: call from 123456789 -> 0 123456 ignored
kernel: isdn_tty: call from 123456789 -> 123456 ignored
kernel: capidrv-1: incoming call 123456789,1,0,123456 ignored
ich habe keine /dev/ttyI* .
Wenn ich /etc/init.d/isdnutils start eingebe, kommt die meldung:
Code: Alles auswählen
Starting ISDN services... iprofd/dev/isdninfo: No such file or directory
isdnlog.
Note: the following configuration files are not yet configured:
device.isdn0
Gruß
Litwas