View previous topic :: View next topic |
Author |
Message |
stef Tux's lil' helper

Joined: 23 Jul 2003 Posts: 93
|
Posted: Mon Aug 07, 2006 9:52 am Post subject: fcclassic - kernel 2.6.17 capi not working correct? [SOLVED] |
|
|
I switched from kernel 2.6.12 to 2.6.17. But now my old AVM A1 seems not to work with capi anymore?
I reemerged fritzcapi after switching.
/etc/capi.conf still has the entry:
Code: |
fcclassic - - 0x300 5 - -
|
/etc/init.d/capi start
works fine and tells fcclassic is loaded.
dmesg tells:
Code: |
CAPI Subsystem Rev 1.1.2.8
capifs: Rev 1.1.2.3
capi20: Rev 1.1.2.7: started up with major 68 (middleware+capifs)
fcclassic: module license 'Proprietary' taints kernel.
fcclassic: AVM FRITZ!Card Classic driver, revision 0.6.2
fcclassic: (fcclassic built on Aug 6 2006 at 15:24:12)
fcclassic: Driver 'fcclassic' attached to stack. (152)
fcclassic: Stack version 3.11-02
kcapi: Controller 1: fcclassic-0300-05 attached
kcapi: card 1 "fcclassic-0300-05" ready.
ISDN subsystem Rev: 1.1.2.3/1.1.2.3/1.1.2.2/1.1.2.3/1.1.2.2/1.1.2.2 loaded
capidrv-1: now up (2 B channels)
capidrv-1: D2 trace enabled
capidrv: Rev 1.1.2.2: loaded
PPP BSD Compression module registered
|
capiinfo tells:
Code: |
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-02 (49.18)
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
|
So everything seems quite fine ... BUT:
Everything that uses capi tells me that capi is not ready.
capi20_register: 1009 not ready
capifs is mounted on /dev/capi type capifs (rw,mode=0666)
ls /dev/capi gives no entries
some something seems to be wrong ... any ideas?
lsmod
Code: |
capidrv 23732 1
isdn 102336 3 capidrv
fcclassic 491192 3
capi 12416 6
capifs 3560 2 capi
kernelcapi 38624 3 capidrv,fcclassic,capi
|
cat /usr/src/linux/.config|grep CAPI
Code: |
# CAPI subsystem
CONFIG_ISDN_CAPI=m
CONFIG_ISDN_CAPI_MIDDLEWARE=y
CONFIG_ISDN_CAPI_CAPI20=m
CONFIG_ISDN_CAPI_CAPIFS_BOOL=y
CONFIG_ISDN_CAPI_CAPIFS=m
CONFIG_ISDN_CAPI_CAPIDRV=m
# CAPI hardware drivers
CONFIG_CAPI_AVM=y
# CONFIG_CAPI_EICON is not set
|
Last edited by stef on Mon Aug 07, 2006 12:28 pm; edited 1 time in total |
|
Back to top |
|
 |
stef Tux's lil' helper

Joined: 23 Jul 2003 Posts: 93
|
Posted: Mon Aug 07, 2006 12:27 pm Post subject: |
|
|
acutally the only thing needed was /dev/capi20 ... seems like a permissions problem, as everything now works after chmod a+rw /dev/capi20 ... |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|