Discussion:
capi in linux 2.6
(too old to reply)
Mimmus
2005-03-23 16:09:02 UTC
Permalink
Hi,
I'm trying to set up a dialin (RAS) server with Linux 2.6.8 (Debian) and a
DIVA Eicon 4BRI ISDN card.
I'd like to allow high-speed (>33.6) connections to analog modems.
I read somewhere that capidrv in 2.6 doesn't support analog modems: is it
true?
Trying anyway the simple setup described here:
http://linux.about.com/library/cmd/blcmdl8_capiplugin.htm
I get only messages like below:

Mar 23 17:05:19 localhost pppd[2154]: capiplugin: incoming call(1):
"yyyyyy" ->
"xxxxxx" incoming (0x4)
Mar 23 17:05:19 localhost kernel: capidrv-1: incoming call yyyyy,1,2,xxxxxx
Mar 23 17:05:19 localhost kernel: capidrv-1: patching si2=2 to 0 for VBOX
Mar 23 17:05:19 localhost kernel: isdn_net: call from yyyyyyy -> 0 xxxxx
igno
red
Mar 23 17:05:19 localhost kernel: isdn_tty: call from yyyyyy -> xxxxx ignore
d
Mar 23 17:05:19 localhost kernel: capidrv-1: incoming call
yyyyyy,1,0,xxxxxxx
ignored
Mar 23 17:05:19 localhost kernel: Controller/PLCI/NCCI = 0x101
Mar 23 17:05:19 localhost kernel: InfoNumber = 0x1e
Mar 23 17:05:19 localhost kernel: InfoElement = <80
83>
Mar 23 17:05:19 localhost kernel:
Mar 23 17:05:19 localhost kernel: Controller/PLCI/NCCI = 0x101
Mar 23 17:05:19 localhost kernel: InfoNumber = 0x1e
Mar 23 17:05:19 localhost kernel: InfoElement = <80
83>
Mar 23 17:05:19 localhost kernel:
Mar 23 17:05:19 localhost kernel: capidrv-1: DISCONNECT_IND reason 0x3304
(Anoth
er application got that call) for plci 0x101
Mar 23 17:05:22 localhost pppd[2154]: capiplugin: disconnect(remote):
"yyyyy"
-> "xxxxx" incoming 0x3490 (0x0000) - Normal call clearing
Mar 23 17:05:22 localhost pppd[2154]: capiplugin: waiting for incoming call
...

Any help?

Thanks in advance
Mimmus
mm
2005-03-24 09:20:19 UTC
Permalink
Hi Mimmus

I can't really help you with your problem at hand, but the following
remarks might be of interest to you.

First: I always thought that the capiplugin is an AVM only hack. But I
might be wrong.
Second: Eicon offers a proprietary driver, which features apart from
CAPI also tty devices. From a linux application like wvdial, hylafax
and pppd these devices look like 'normal' analogue tty devices. This
makes it relatively easy to setup all sorts of things in a 'standard'
linux way. The only problem I had was to figure out what init strings
to use. It is buried in the documentation.
(I still use wvdial for internet access: I could post the init string
if you are interested. I don't use Hylafax anymore and I can't remember
how I set it up I am afraid. And I never setup a dial in server.)

Eicon sent me the source code for the driver (with a non-disclosure
agreement I had to sign and fax back), so that I could compile it
myself (the usual linux stuff no hassle). It runs on SuSE 9.1 which
uses a 2.6 kernel.


Kind regards
Michael
Post by Mimmus
Hi,
I'm trying to set up a dialin (RAS) server with Linux 2.6.8 (Debian) and a
DIVA Eicon 4BRI ISDN card.
I'd like to allow high-speed (>33.6) connections to analog modems.
I read somewhere that capidrv in 2.6 doesn't support analog modems: is it
true?
http://linux.about.com/library/cmd/blcmdl8_capiplugin.htm
"yyyyyy" ->
"xxxxxx" incoming (0x4)
Mar 23 17:05:19 localhost kernel: capidrv-1: incoming call
yyyyy,1,2,xxxxxx
Post by Mimmus
Mar 23 17:05:19 localhost kernel: capidrv-1: patching si2=2 to 0 for VBOX
Mar 23 17:05:19 localhost kernel: isdn_net: call from yyyyyyy -> 0 xxxxx
igno
red
Mar 23 17:05:19 localhost kernel: isdn_tty: call from yyyyyy -> xxxxx ignore
d
Mar 23 17:05:19 localhost kernel: capidrv-1: incoming call
yyyyyy,1,0,xxxxxxx
ignored
Mar 23 17:05:19 localhost kernel: Controller/PLCI/NCCI = 0x101
Mar 23 17:05:19 localhost kernel: InfoNumber = 0x1e
Mar 23 17:05:19 localhost kernel: InfoElement = <80
83>
Mar 23 17:05:19 localhost kernel: Controller/PLCI/NCCI = 0x101
Mar 23 17:05:19 localhost kernel: InfoNumber = 0x1e
Mar 23 17:05:19 localhost kernel: InfoElement = <80
83>
Mar 23 17:05:19 localhost kernel: capidrv-1: DISCONNECT_IND reason 0x3304
(Anoth
er application got that call) for plci 0x101
"yyyyy"
-> "xxxxx" incoming 0x3490 (0x0000) - Normal call clearing
Mar 23 17:05:22 localhost pppd[2154]: capiplugin: waiting for
incoming call
Post by Mimmus
...
Any help?
Thanks in advance
Mimmus
Loading...