Date: Wed, 14 Jul 1999 13:31:24 +0200 From: Udo Schweigert <ust@cert.siemens.de> To: Rik Achten <rik.achten@rug.ac.be> Cc: isdn <isdn@FreeBSD.ORG> Subject: Re: kernel problem FRITZ!Card PCI Message-ID: <19990714133124.A93387@alaska.cert.siemens.de> In-Reply-To: <378C6F06.C7420AAF@rug.ac.be>; from Rik Achten on Wed, Jul 14, 1999 at 01:05:42PM %2B0200 References: <378C6F06.C7420AAF@rug.ac.be>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 14, 1999 at 01:05:42PM +0200, Rik Achten wrote: > Hello, > I have a (I hope) small problem with the new kernel for my FRITZ!card > PCI. > After installing i4b-00.81.00-beta, I did the following: > - editing the kernel and adding 'options "AVM_A1_PCI" ' and the other > required stuff > - /usr/sbin/conf MYKERNEL > - ../../compile/MYKERNEL > - make depend > - make > when the kernel is then loaded, I get an error message which reads as: > > loading kernel > i4b_isic_pci.o: In function `i4b_pci_attach': > i4b_isic_pci.o(.text+0x141): undefined reference to `avma1pp_map_int' > i4b_isic_pci.o: In function `isic_pciattach': > i4b_isic_pci.o(.text+0x196): undefined reference to > `isic_attach_avma1pp' > *** Error code 1 > > Please help!!! > > Thanks > R88 I suspect you don't use -CURRENT. Therefore you have to edit /usr/src/sys/i386/conf/files.i386 and add the line i4b/layer1/i4b_avm_fritz_pci.c optional isic device-driver Also it is better to add the line AVM_A1_PCI opt_i4b.h to /usr/src/sys/i386/conf/options.i386. Don't forget to "config" again before make. Regards PS: I think you tried /usr/sbin/config MYKERNEL and not /usr/sbin/conf. ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- 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?19990714133124.A93387>