From owner-freebsd-isdn Mon Jun 15 17:45:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29510 for freebsd-isdn-outgoing; Mon, 15 Jun 1998 17:45:54 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from unidui.uni-duisburg.de (unidui.uni-duisburg.de [134.91.4.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29495 for ; Mon, 15 Jun 1998 17:45:48 -0700 (PDT) (envelope-from kurek@unidui.uni-duisburg.de) Received: from uni-duisburg.de (ppp162.uni-duisburg.de [134.91.19.162]) by unidui.uni-duisburg.de (8.8.6/8.8.6) with ESMTP id CAA27352 for ; Tue, 16 Jun 1998 02:45:10 +0200 (METDST) Message-ID: <3585BF8D.CB2F157F@uni-duisburg.de> Date: Tue, 16 Jun 1998 02:42:53 +0200 From: Markus Kurek X-Mailer: Mozilla 4.05 [en] (X11; I; NetBSD 1.3.2 i386) MIME-Version: 1.0 To: freebsd-isdn@FreeBSD.ORG Subject: i4b-00.62 status report Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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