NDIS build from latest cvsup - error with "make load"
Drew Broadley
drew at corrupt.co.nz
Mon May 24 21:28:41 PDT 2004
After succesful make+make install of
/usr/src/usr.sbin/ndiscvt
and
/usr/src/sys/modules/if_ndis
/usr/src/sys/modules/ndis
All from the latest build, I am currently getting these errors when
trying to load the kernal module:
>>>>>>>>>>>>>>>
$ make install
install -o root -g wheel -m 555 if_ndis.ko /boot/kernel
kldxref /boot/kernel
$ make load
/sbin/kldload -v /usr/src/sys/modules/if_ndis/if_ndis.ko
kldload: can't load /usr/src/sys/modules/if_ndis/if_ndis.ko: No such
file or directory
*** Error code 1
Stop in /usr/src/sys/modules/if_ndis.
>>>>>>>>>>>>>>>
Repeat this for /usr/src/sys/modules/ndis (same error).
The install worked, as you can see the files are installed but I cannot
load the kernel modules.
>>>>>>>>>>>>>>>
$ ls -la /boot/kernel | grep ndis
-r-xr-xr-x 1 root wheel 306054 May 25 16:19 if_ndis.ko
-r-xr-xr-x 1 root wheel 71795 May 25 16:09 ndis.ko
<<<<<<<<<<<<<<<
but I also try to run kldload and get this
>>>>>>>>>>>>>>>
$ kldload ndis.ko
kldload: can't load ndis.ko: No such file or directory
<<<<<<<<<<<<<<<
More information about the freebsd-current
mailing list