Adam wrote:
> I just compile kernel 2.2.1 with some modules. I can boot up the new kernel
> but the some of the boot-up messages are as follows:
>
> modprobe: can't locate module net-pf-4
> modprobe: can't locate module net-pf-5
>
> Why is this so? What are the related kernel config option that I should or
> should not select?
Add
alias net-pf-4 off
alias net-pf-5 off
to /etc/modules.conf (or conf.modules) to disable the messages.
This occurs because ifconfig tries to create IPX (pf-4) and AppleTalk
(pf-5) sockets, but the kernel doesn't support these protocols.
Recent versions of ifconfig (e.g. net-tools-1.50) don't do this.
--
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]