Re: kldload won't load

From: Doug Rabson <dfr_at_nlsystems.com>
Date: Mon, 12 Jul 2004 22:34:21 +0100
On Monday 12 July 2004 21:30, John Polstra wrote:
> On 12-Jul-2004 Bill Paul wrote:
> >> 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
>
> [...]
>
> > *sigh*
> >
> > When a kernel module doesn't load correctly, this is your cue to
> > run "dmesg" and look at the messages printed in the kernel message
> > buffer. That will tell you why it didn't load. Of course, nobody
> > ever remembers this, and apparently running xconsole is no longer
> > in vogue.
> >
> > This needs to be a FAQ.
>
> No, it needs to be fixed.  It's printing a totally incorrect error
> message, and nobody should have to use dmesg to find out what's
> really happened.

Hmm. Maybe the simplest thing would be to print the link errors using 
uprintf() instead of printf().
Received on Mon Jul 12 2004 - 19:34:31 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:01 UTC