Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 1998 02:42:53 +0200
From:      Markus Kurek <kurek@unidui.uni-duisburg.de>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   i4b-00.62 status report
Message-ID:  <3585BF8D.CB2F157F@uni-duisburg.de>

next in thread | raw e-mail | index | archive | help
Today I switched from 00.61 to i4b-00.62.
It did not compile out of the box on NetBSD-1.3.2.
I had to remove 4 lines (line97-100) in i4b/layer1/i4b_avm_a1.c 
because of compiler errors:

cc1: warnings being treated as errors
../../../../i4b/layer1/i4b_avm_a1.c:97: warning: `avma1_pcmcia_read_reg'
declared `static' but never defined
../../../../i4b/layer1/i4b_avm_a1.c:98: warning:
`avma1_pcmcia_write_reg' declared `static' but never defined
../../../../i4b/layer1/i4b_avm_a1.c:99: warning:
`avma1_pcmcia_read_fifo' declared `static' but never defined
../../../../i4b/layer1/i4b_avm_a1.c:100: warning:
`avma1_pcmcia_write_fifo' declared `static' but never defined


After that I was able to compile the kernel. 
Perhaps I missed one i4b option in my config file to add the
AVM_PCMCIA support into the kernel, but I could not find 
something in the INSTALLATION guide.

Here is the i4b section of my config file:
#---------------------------------------------------------------------
# i4b hardware support (isic - I4b Siemens Isdn Chipset driver)
# Teles S0/8 or Niccy 1008
options TEL_S0_8
# isic0 at isa? iomem 0xd0000 irq 2
# Teles S0/16 or Creatix ISDN-S0 or Niccy 1016
options TEL_S0_16
# isic0 at isa? port 0xd80 iomem 0xd0000 irq 9
# Teles S0/16.3 
options TEL_S0_16_3
# isic0 at isa? port 0xd80 irq 12
# AVM A1 or AVM Fritz!Card
options AVM_A1
isic0 at isa? port 0x240 irq 10
# USRobotics Sportster ISDN TA intern
options USR_STI
# isic0 at isa? port 0x268
# Teles S0/16.3 PnP
options TEL_S0_16_3_P
# isic0 at isapnp?
# Creatix ISDN-S0 P&P
options CTX_S0_P
# isic0 at isapnp?
options DRN_NGO
# isic0 at isapnp?
#---------------------------------------------------------------------
# Active EICON/Diehl Cards: S, SX, SXn, SCOM or QUADRO
# daic0 at isa? iomem 0xd8000 irq 10
#---------------------------------------------------------------------
pseudo-device   "i4b"
# userland driver to do ISDN tracing
pseudo-device   "i4btrc"
# userland driver to control the whole thing
pseudo-device   "i4bctl"
# userland driver for access to raw B channel
pseudo-device   "i4brbch"       4
# userland driver for telephony
pseudo-device   "i4btel"        2
# network driver for IP over raw HDLC ISDN
options IPR_VJ                  # compile support for VJ compression
pseudo-device   "i4bipr"        2
# synchronous PPP over ISDN
pseudo-device   i4bisppp        2
#---------------------------------------------------------------------


The isppp* devices are working fine.

Then I tried to configure the i4btel device (have not configured
with 00.61).
All I get is "isdntelctl: cannot open /dev/i4btel0: Device busy" if I
start isdntelctl.

No incoming call can be answered. Everytime I get this damn device busy
error. Today it is too late to look further into this.


Markus


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3585BF8D.CB2F157F>