Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 16:26:50 +1200
From:      Drew Broadley <drew@corrupt.co.nz>
To:        freebsd-current@freebsd.org
Subject:   NDIS build from latest cvsup - error with "make load"
Message-ID:  <40B2CB0A.9040007@corrupt.co.nz>

next in thread | raw e-mail | index | archive | help

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
<<<<<<<<<<<<<<<









Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40B2CB0A.9040007>