Date: Mon, 27 Sep 1999 18:01:39 +0200 From: Stefan `Sec` Zehl <sec@yoda.pi.musin.de> To: isdn@FreeBSD.ORG Subject: i4b 0.83 on FreeBSD-3.3STABLE Message-ID: <19990927180139.A76588@yoda.pi.musin.de>
next in thread | raw e-mail | index | archive | help
I tried to get an PCI-AVM-Fritz card working today. Seeing that it is not supported in i4b-0.70 (which is in stable) i was forced to upgrade. So I tried the following which I gleaned from this Mailinglist: fetch i4b-00.83.00-beta-300799.tar.gz mkdir i4b;cd i4b tar xvzf ../i4b-00.83.00-beta-300799.tar.gz cd FreeBSD sh overuninstall.sh sh overinstall.sh cd /sys/i386/conf vi MUSII # Adding option "AVM_A1_PCI" config -r MUSII cd ../../compile/MUSII make depend && make Which failed. | 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 I found out that I had to merge FreeBSD/files.i386.cat and FreeBSD/options.i386.cat into their /sys/i386/conf counterparts. Only then I was able to compile a kernel. Hellmuth, can you please fix this for the next i4b release ? CU, Sec -- Komme wieder 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?19990927180139.A76588>