mir wurde aufgetragen eine Fritz!Card USB v2.1 an einen Laptop zu schließen um über diesen dann per ISDN Nachrichten übers Festznetz zu verschicken.
Leider stecke ich noch in den anfängen im Bereich Linix/Gnu und auch ISDN/CAPI.
Von AVM giebt es leider nur proprietäre Treiber, für ältere Kernel. Im Netz habe ich dann aber ein gepatches Treiber Paket gefunden.
Mein System:
Code: Alles auswählen
Linux "Name" 3.2.0-4-686-pae #1 SMP Debian 3.2.60-1+deb7u3 i686 GNU/Linux
Code: Alles auswählen
[ 9.716119] fcusb2: AVM FRITZ!Card USB v2 driver, revision 0.9.2
[ 9.716133] fcusb2: (fcusb2 built on Oct 10 2014 at 16:05:51)
[ 9.716142] fcusb2: -- 32 bit CAPI driver --
[ 9.716147] fcusb2: Loading firmware ...
[ 9.716236] fcusb2: Driver 'fcusb2' attached to fcusb2-stack. (152)
[ 9.716329] kcapi: controller [001]: fcusb2-0002 attached
[ 9.716400] usbcore: registered new interface driver fcusb2
[ 9.716410] fcusb2: Loaded.
[ 13.690806] CAPI 2.0 started up with major 68 (middleware)
Ausgabe Capiinfo:
Code: Alles auswählen
capiinfo
capi20.c: 164 CapiDebug():[capi20_isinstalled]: standard loop - module: fritzbox
capi20.c: 164 CapiDebug():[capi20_isinstalled]: standard loop - module: rcapi
capi20.c: 164 CapiDebug():[capi20_isinstalled]: standard loop - module: standard
capi20.c: 164 CapiDebug():[capi20_isinstalled]: capi_fd: 4
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-07 (49.23)
Serial Number: 0000000
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
Module Size Used by
..
nfs 265953 0
nfs_acl 12463 2 nfs,nfsd
auth_rpcgss 32143 2 nfs,nfsd
fscache 31978 1 nfs
lockd 61373 2 nfs,nfsd
sunrpc 143904 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
capi 17895 0
fcusb2 633422 0
kernelcapi 31166 2 fcusb2,capi
snd_hda_codec_idt 44792 1
snd_hda_intel 21786 0
..
Schaue ich mir das Verzeichnis Device an, gibt es capi und capi20. Allerdings kann ich mit picocom diese nicht ansprechen.
Vielen Dank.