Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2003 18:32:29 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        Anurag Chaudhary <chaudharyanurag@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: problem loading kld
Message-ID:  <20030525163229.GM90914@freepuppy.bellavista.cz>
In-Reply-To: <Law9-F3216McUuICI4G00041ac6@hotmail.com>
References:  <Law9-F3216McUuICI4G00041ac6@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# chaudharyanurag@hotmail.com / 2003-05-23 18:06:57 +0530:
> i hav made a kld
> compilation was smooth and warning-free
> but kldload is not loading it, it says no such file or directory.
> ###############################################
> sust-bsd# kldload ./rbdr.ko
> kldload: can't load ./rbdr.ko: No such file or directory
> ################################################
> This is the terminal response.
> rbdr.ko exists in the same directory
> can any buddy tell me whats goin rong

    while I'm not your buddy, I guess your problem is you haven't had a
    look at what happens when you run kldload. AFAICT from looking at
    the source the kernel linker only uses basename of the argument(s).

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html



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