[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: A few module errors



> From: David Taylor <n9506769 garbo nepean uws edu au>
> X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.2.4 i686)

Looks like you compiled your own 2.2 kernel and made a few minor mistakes.



> I'm just wondering if someone can tell me what the following modules do
> and why I am missing them?
> 
> can't locate module ppp0

I assume by our lines below that you compiled ppp directly into the
kernel, not a s module.  Did you have old modules that you forgot to
remove 

> can't locate module ppp-compress-21
> can't locate module ppp-compress-26
> can't locate module ppp-compress-24


The following lines in your /etc/conf.modules should make the above 3
messages go away:

alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 off


> Whenever I start a ppp session I am told the above error messages. 
> However, ppp is compiled into the kernel and works just fine for me. 
> Does anyone know why ppp modules would be missing when I have compiled
> ppp support into the kernel?
> 
> Also, why on earth would I get these following messages every time I
> mount a drive?
> 
> can't locate module nls_cp437
> can't locate module nls_iso8859-1

Did you compile in support for the above character sets when compiling
your kernel?

If you compiled the 2.2.4 kernel twice, I suspect you forgot to remove
the old modules before doing the make modules_install command.

HTH
Dave




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]