Date: Thu, 03 Mar 2005 15:29:35 +0100 From: Marcus Franke <marcus.franke@gmx.net> To: freebsd-isdn@freebsd.org Subject: Problems with an AVM B1 card Message-ID: <1109860175.81403.22.camel@marcus>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1109860175.81403.22.camel>