Re: mISDN and CAPI
Manuel <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Everybody... with help of this list and especially Henning and Thomas I finally managed to get CAPI with MISDN running. The final problem (and like most of the times reading here after solving it showed it was already discussed before :-) was the placement of lib_capi_mod_misdn.so... configure without any options places it in /usr/local/lib, but it is expected to be at /usr/lib where also libcapi20 resides. Anyway, I finally got it running with capisuite - fax and answering machine services are now also working with my "new" USB-adapter. Thanks alot! Manuel On 13.03.2013 21:33, H.Heinold wrote: > On Wed, Mar 13, 2013 at 08:04:52PM +0100, Manuel wrote: > <snip> >> The problem is, capiinfo does not recognize CAPI: >> capi20.c: 164 CapiDebug():[capi20_isinstalled]: standard >> loop - module: standard >> capi20.c: 164 CapiDebug():[capi20_isinstalled]: capi_fd: -1 >> 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]: other >> loop - module: standard >> capi20.c: 164 CapiDebug():[capi20_isinstalled]: other >> loop - module: fritzbox >> capi20.c: 164 CapiDebug():[capi20_isinstalled]: capi_fd: -1 >> capi20.c: 164 CapiDebug():[capi20_isinstalled]: other >> loop - module: rcapi >> capi20.c: 164 CapiDebug():[capi20_isinstalled]: capi_fd: -1 >> capi20.c: 164 CapiDebug():[capi20_isinstalled]: >> CapiRegNotInstalled >> capi not installed - No such device or address (6) >> > You are missing the libcapi misdn modul. Something like that > > /usr/local/lib/capi/lib_capi_mod_misdn.so > > You need to enable it after you have build libcapi20, when compiling misdn. >