From owner-freebsd-isdn@FreeBSD.ORG Thu Mar 3 14:29:36 2005 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE7CA16A4CE for ; Thu, 3 Mar 2005 14:29:36 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 05B4843D1F for ; Thu, 3 Mar 2005 14:29:36 +0000 (GMT) (envelope-from marcus.franke@gmx.net) Received: (qmail invoked by alias); 03 Mar 2005 14:29:33 -0000 Received: from unknown (EHLO marcus) (85.183.128.34) by mail.gmx.net (mp003) with SMTP; 03 Mar 2005 15:29:33 +0100 X-Authenticated: #2389389 From: Marcus Franke To: freebsd-isdn@freebsd.org Content-Type: text/plain Date: Thu, 03 Mar 2005 15:29:35 +0100 Message-Id: <1109860175.81403.22.camel@marcus> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Problems with an AVM B1 card X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 14:29:37 -0000 Hello, today I plugged an AVM B1 card in my box and still have some problems trying to configure it under FreeBSD 5.3. For a first quick'n'dirty config I just did a cat /usr/share/examples/isdn/KERNEL >> MYKERN Tyring to compile this, exited with an error, as the device definitions doesn't seem to compatible with the 5.3 kernel. I got the following errors: config: Error: device "isic" does not take a count config: Error: device "iwic" does not take a count config: Error: device "ifpi" does not take a count config: Error: device "ifpi2" does not take a count config: Error: device "ihfc" does not take a count config: Error: device "itjc" does not take a count config: Error: device "ifpnp" does not take a count config: Error: device "iavc" does not take a count I removed all except the iavc definitions from my config and from the line: device iavc 4 I removed the "4" and the error vanished, I was told in another list, that the kernel doesn't need anymore those numbers for the instances, it does it automatically now. But now I get another error, which I seem to be unable to find a solution for and hope you can enlighten me :) Linking the kernel dies with the following errors now: linking kernel i4b_ctl.o(.text+0x136): In function `i4bctlioctl': : undefined reference to `i4b_l1_debug' i4b_ctl.o(.text+0x15f): In function `i4bctlioctl': : undefined reference to `i4b_l1_debug' i4b_l2.o(.text+0x1e6): In function `i4b_ph_activate_ind': : undefined reference to `i4b_l1_debug' i4b_l2.o(.text+0x22a): In function `i4b_ph_deactivate_ind': : undefined reference to `i4b_l1_debug' i4b_l2.o(.text+0x359): In function `i4b_mph_status_ind': : undefined reference to `i4b_l1_debug' i4b_l2.o(.text+0x4fd): In function `i4b_mdl_command_req': : undefined reference to `i4b_l1l2_func' i4b_uframe.o(.text+0x498): In function `i4b_tx_sabme': : undefined reference to `i4b_l1l2_func' i4b_uframe.o(.text+0x4e4): In function `i4b_tx_dm': : undefined reference to `i4b_l1l2_func' i4b_uframe.o(.text+0x530): In function `i4b_tx_disc': : undefined reference to `i4b_l1l2_func' i4b_uframe.o(.text+0x57c): In function `i4b_tx_ua': : undefined reference to `i4b_l1l2_func' i4b_uframe.o(.text+0x5cb): more undefined references to `i4b_l1l2_func' follow *** Error code 1 Am I missing something? I did a cvsup today before trying to build the new kernel, so source tree should be uptodate. Marcus