From owner-freebsd-current@FreeBSD.ORG Mon May 24 21:28:41 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5133416A4CE for ; Mon, 24 May 2004 21:28:41 -0700 (PDT) Received: from corrupt.co.nz (222-152-15-178.jetstream.xtra.co.nz [222.152.15.178]) by mx1.FreeBSD.org (Postfix) with SMTP id C709D43D31 for ; Mon, 24 May 2004 21:28:39 -0700 (PDT) (envelope-from drew@corrupt.co.nz) Received: (qmail 80915 invoked by uid 1011); 25 May 2004 04:28:10 -0000 Received: from drew@corrupt.co.nz by mail.corrupt.co.nz by uid 1009 with qmail-scanner-1.20st Clear:RC:0(10.10.69.1):SA:0(0.0/3.8):. Processed in 1.022875 secs); 25 May 2004 04:28:10 -0000 X-Spam-Status: No, hits=0.0 required=3.8 Received: from unknown (HELO corrupt.co.nz) (drew@corrupt.co.nz@10.10.69.1) by corrupt.co.nz with SMTP; 25 May 2004 04:28:09 -0000 Message-ID: <40B2CB0A.9040007@corrupt.co.nz> Date: Tue, 25 May 2004 16:26:50 +1200 From: Drew Broadley User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040505 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: NDIS build from latest cvsup - error with "make load" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2004 04:28:41 -0000 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 <<<<<<<<<<<<<<<