From owner-freebsd-questions@FreeBSD.ORG Mon Jul 12 19:28:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6998116A4CE; Mon, 12 Jul 2004 19:28:02 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E0E43D55; Mon, 12 Jul 2004 19:28:02 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [128.255.35.93] ([128.255.35.93]) by serv01.divms.uiowa.edu with id i6CJRtJL014750; Mon, 12 Jul 2004 14:27:56 -0500 (CDT) Message-ID: <40F2E6A4.2000505@uiowa.edu> Date: Mon, 12 Jul 2004 14:29:40 -0500 From: Jason Dusek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040706 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org, questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.9 () BAYES_00 X-Scanned-By: MIMEDefang 2.43 Subject: kldload won't load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 19:28:02 -0000 Hi, Yesterday I built the ndis module (ndis.ko) but I can't seem to load it: 5 # ls /sys/modules/ndis/ | grep 'ndis' kern_ndis.o ndis.kld ndis.ko subr_ndis.o 6 # kldload -v /sys/modules/ndis/ndis.ko kldload: can't load /sys/modules/ndis/ndis.ko: No such file or directory I'm running 5.2.1, and I have not done a buildworld since I installed from the CD. Is there something wrong with kldload? Will 'make world' with new source fix this problem? - Jason