[H-GEN] Modprobe
Mark Suter
mark at zwitterion.humbug.org.au
Wed Jul 28 22:57:55 EDT 1999
Joshua,
> After I compiled a 2.2.10 kernel, I'm getting these messages in the log
> every time I establish a PPP connection. I've selected the PPP protocol in
> the configuration of the kernel (make config) to be loaded as a module.
>
> Is there anything else I must have forgotten to tick?
>
> Jul 28 14:02:49 joshua modprobe: can't locate module ppp-compress-21
> Jul 28 14:02:49 joshua modprobe: can't locate module ppp-compress-26
> Jul 28 14:02:49 joshua modprobe: can't locate module ppp-compress-24
> Jul 28 14:02:51 joshua modprobe: can't locate module ppp-compress-21
> Jul 28 14:02:51 joshua modprobe: can't locate module ppp-compress-26
> Jul 28 14:02:51 joshua modprobe: can't locate module ppp-compress-24
I think that the new system of dynamically loading kernel modules
isn't yet as polished. To that end, here's what I had to add to
conf.modules to fix these problems.
alias ftape zft-compressor
# Diald 0.16.5 needs this alias
alias net-pf-17 af_packet
# Defined in /usr/include/linux/ppp-comp.h
alias ppp-compress-21 bsd_comp # CI_BSD_COMPRESS
alias ppp-compress-26 ppp_deflate # CI_DEFLATE
alias ppp-compress-24 ppp_deflate # CI_DEFLATE_DRAFT
# For printing!
alias parport_lowlevel parport_pc
# I don't have these, so don't warn me.
alias net-pf-3 off # ax25
alias net-pf-4 off # ipx
alias net-pf-5 off # appletalk
Yours sincerely,
-- Mark John Suter | I know that you believe you understand
suter at humbug.org.au | what you think I said, but I am not sure
PGP encryption is OK | you realise that what you heard is not
Ph: +61 4 1162 2316 | what I meant. anonymous
Article 19: http://www.un.org/Overview/rights.html
More information about the General
mailing list