Re: SOLUTION: That's what "net-pf-3" means...

Bjorn Ekwall (bj0rn@blox.se)
Fri, 5 Apr 1996 14:14:11 +0200 (MET DST)


Martin Kraemer <Martin.Kraemer@mch.sni.de> wrote:
>
[...]
> BUT: Can't it do this in a different way, in order to avoid the error
> messages? I mean,
> "modprobe: Can't locate module net-pf-4"
> "modprobe: Can't locate module net-pf-3"
> "modprobe: Can't locate module net-pf-5"
> at system startup seems to imply that something is severely broken....

Until ifconfig(?) is "fixed", you can add these lines to "/etc/conf.modules":

alias net-pf-3 off
alias net-pf-4 off
alias net-pf-5 off

Bjorn <bj0rn@blox.se>