Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2004 02:20:42 +0400
From:      "Andrew" <infofarmer@mail.ru>
To:        "Jason Dusek" <jason-dusek@uiowa.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: kldload won't load
Message-ID:  <00d401c4685e$78742a70$0111a8c0@SATPC>
References:  <40F2E6A4.2000505@uiowa.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Jason Dusek wrote:


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

"/sys" is usually a symbolic link pointing to "/usr/src/sys". Kldload might
not follow symlinks.

Have a nice,
Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00d401c4685e$78742a70$0111a8c0>