Discussion:
Error with Capi
(too old to reply)
Vitor Flausino
2005-05-09 10:26:55 UTC
Permalink
Hello,
I'm trying to assemble a fax server using an isdn card. The system (SuSE
9.2) detects the card (a conceptronic) and installs the HiSaxDriver for
passiv ISDN cards (I get all these informations from the
/var/log/messages, /var/log/capisuite.error and /var/log/capisuite.log).

However, when type /etc/rc.d/capisuite start, the following error occurs:

CapiSuite 0xbffff180: Can't start Capi abstraction. The given error
message was: CapiError: Error in CAPI20_ISINSTALLED: CAPI not installed.
occured in Capi::getCapiInfo()

Can someone help me?

Best regards,
-vcf
Lothar Kimmeringer
2005-05-09 18:57:06 UTC
Permalink
Post by Vitor Flausino
CapiSuite 0xbffff180: Can't start Capi abstraction. The given error
message was: CapiError: Error in CAPI20_ISINSTALLED: CAPI not installed.
occured in Capi::getCapiInfo()
Can someone help me?
Maybe you should try a Linux-related newsgroup, because the
problem of installing of drivers on a specific operating system
is quite off topic here.


Best regards, Lothar
--
Lothar Kimmeringer E-Mail: ***@kimmeringer.de
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)

Always remember: The answer is forty-two, there can only be wrong
questions!
mm
2005-05-13 19:07:23 UTC
Permalink
Hi Vitor;

There are two ways to install an isdn card under linux. The older
system is Isdn4Linux which uses i.e. low level Hisax drivers, and
Capi4Linux.

In the first case you should have devices like

/dev/ttyI0

and should get some sensible info out of

cat /dev/isdninfo

In the second case you should have a

/dev/capi20

device and this

capiinfo

should tell you something about your controller.

In general Isdn4Linux and Capi4Linux can coexist. But in your case it
seems that capi hasn't been set up.

Hope that helps.

Michael

PS: If you want to use your fax server for anything but maybe private
use, do yourself a favour and get yourself an active isdn card. It
makes life a lot easier. I learned that lesson the hard way :)
Post by Vitor Flausino
Hello,
I'm trying to assemble a fax server using an isdn card. The system (SuSE
9.2) detects the card (a conceptronic) and installs the HiSaxDriver for
passiv ISDN cards (I get all these informations from the
/var/log/messages, /var/log/capisuite.error and
/var/log/capisuite.log).
Post by Vitor Flausino
CapiSuite 0xbffff180: Can't start Capi abstraction. The given error
message was: CapiError: Error in CAPI20_ISINSTALLED: CAPI not
installed.
Post by Vitor Flausino
occured in Capi::getCapiInfo()
Can someone help me?
Best regards,
-vcf
Loading...