Bug 3932 - modprobe complains about missing modules with ppp
Summary: modprobe complains about missing modules with ppp
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ppp
Version: 6.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-07-07 12:25 UTC by Neil Darlow
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-07-07 14:45:21 UTC
Embargoed:


Attachments (Terms of Use)

Description Neil Darlow 1999-07-07 12:25:06 UTC
When a ppp link comes up. The following messages appear in
/var/log/messages:

  modprobe: can't locate module ppp-compress-21
  modprobe: can't locate module ppp-compress-26
  modprobe: can't locate module ppp-compress-24

Has ppp been built correctly?

For now, I have added the following to /etc/conf.modules:

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

Comment 1 Bill Nottingham 1999-07-07 14:45:59 UTC
it's normal - you need something like:

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


Note You need to log in before you can comment on or make changes to this bug.