According to David Churchill: While burning my CPU.
>
> > You forgot to define NLS its under the filesystems, its possably a good idea
> > to define all the code pages as well as modules, evenm tho' you wont need
> > all of them.
>
> Thanks, that did it.
>
> Now one more question:
>
> Now that I have my kernel recompiled to use modules I'm getting the following
> error messages on boot:
>
> Going Multiuser.... (I know this is not an error)
> modprobe can't locate module net-pf-4
> modprobe can't locate module net-pf-5
>
> net-pf-4 and 5 are alias' for the appletalk and ipx modules (according to
> conf.modules) which I did not configure during make menuconfig. They are also
> not listed in modules.dep I'm using kerneld to to autoload the modules I
> have. Where is the call for appletalk and ipx coming from?
Kerneld;
There are network modules and will be called automaticly, tell Kerneld NOT
to call them with the following entrys in /etc/conf.modules
alias net-pf-4 off
alias net-pf-5 off
The messages from kerneld are harmless and only warnings, however they are
enoying.
>
> TIA
> David
>
--
Regards Richard.
[EMAIL PROTECTED]