kldload ibcore.ko fails in snapshot: FreeBSD-12.0-CURRENT-amd64-20180329-r331740-disc1
Hans Petter Selasky
hps at selasky.org
Fri Apr 27 07:06:26 UTC 2018
On 04/26/18 22:45, Somayajulu, David wrote:
> Thanks Hans and Julian.
> I did the following and still see the problem
>
> #cd /usr/src
> #make buildworld WITH_OFED=yes
> #make installworld WITH_OFED=yes
> #reboot
> #cd /usr/src
> #make buildkernel WITH_OFED=yes KERNCONF=MYKERNEL ; MYKERNEL content is shown below in case it is a cause
> #make installkernel WITH_OFED=yes KERNCONF=MYKERNEL
> #reboot
> #cd /usr/src/sys/modules/linuxkpi
> #make clean && make WITH_OFED=yes
Hi,
WITH_OFED=YES is only valid for buildworld.
Please add DEBUG_FLAGS="-DVIMAGE=1" whenever you are building modules
outside buildworld.
--HPS
More information about the freebsd-net
mailing list