Alternative solution:
If you know the remote end can't do compression (e.g., Windows NT and some
dial-up servers don't do BSD and Deflate; or check the logs)
then add these two lines to /etc/ppp/options:
nodeflate
nobsdcomp
This tells pppd not to bother negotiating those compression methods. This
also saves memory - important on old RAM-starved routers and such.
-James
On Sat, 23 Jan 1999, Michael Nelson wrote:
> Terry Shull <[EMAIL PROTECTED]> wrote:
> -> PPP works very well, but I am getting an error from modprobe:
> ->
> -> Jan 23 15:18:38 Boonies modprobe: can't locate module ppp-compress-21
> -> Jan 23 15:18:38 Boonies modprobe: can't locate module ppp-compress-26
> -> Jan 23 15:18:38 Boonies modprobe: can't locate module ppp-compress-24
> ->
> -> I've read everything I can think of to locate a problem, but can't
> -> find anything.
>
> Add these lines to /etc/conf.modules
>
> alias ppp-compress-21 ppp_deflate
> alias ppp-compress-24 bsd_comp
> alias ppp-compress-26 bsd_comp
>
> Michael
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]