Tom Berger wrote:
>
> Hi!
> Looks like I have some troubles waking up the ppp-Daemon.
> /var/log/messages complains about a module 'ppp-compress' missing. Anyone
> an idea what the hell this is about? Esp. what module do I need for this
> ppp-compress thingy?
Edit /etc/conf.modules and put:
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-1 off # This is predictor-1, not yet
supported
Also, you'll need to 'make modules; make modules_install' if you haven't
already in order to make the compression modules. Finally, your kernel
will need module support in order to do anything with those modules.
--
Steve Philp
[EMAIL PROTECTED]