Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Chuck Landress on December 14, 1999, 06:42:11 AM

Title: Compression Modules Missing?
Post by: Chuck Landress on December 14, 1999, 06:42:11 AM
When PPP connects I see the following messages in /var/log/messages:

Dec 13 22:09:28 Vulcan modprobe: can't locate module ppp-compress-21
Dec 13 22:09:28 Vulcan modprobe: can't locate module ppp-compress-26
Dec 13 22:09:28 Vulcan modprobe: can't locate module ppp-compress-24

Is this ok?  The gateway still works.

-Chuck
Title: RE: Compression Modules Missing?
Post by: Charlie Brady on December 14, 1999, 08:10:45 AM
Chuck Landress wrote:

> When PPP connects I see the following messages in
> /var/log/messages:
>
> Dec 13 22:09:28 Vulcan modprobe: can't locate module
> ppp-compress-21 Dec 13 22:09:28 Vulcan modprobe: can't locate
> module ppp-compress-26 Dec 13 22:09:28 Vulcan modprobe: can't
> locate module ppp-compress-24
>
> Is this ok?  The gateway still works.

It's OK. but you might try adding these lines to /etc/conf.modules:

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

Charlie