Re: 2.2.0-final problems

Emmanuel Galanos (egalanos@cse.unsw.EDU.AU)
Tue, 26 Jan 1999 22:10:21 +1100 (EST)


On Tue, 26 Jan 1999, Alan Cox wrote:

> > 1.1
> > Jan 24 21:28:59 suvanika modprobe: can't locate module
> > ppp-compress-21
> > Jan 24 21:28:59 suvanika modprobe: can't locate module
> > ppp-compress-26
>
> These are fine you might want to put
>
> "alias ppp-compress-26 off" etc in your file. Basically the server the
> other end said "do you support ppp compression protocol option number 26"
> so the kernel checked to see if it could load some 3rd party module that
> did this

option number 21 corresponds to bsd_comp, and 24 & 26 to
ppp_deflate. Hence the following in your /etc/conf.modules will fix it

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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/