Re: Spawning modprobe for AX25?!

Riley Williams (rhw@bigfoot.com)
Tue, 13 Oct 1998 00:23:13 +0100 (GMT)


Hi Chip.

> I configured 2.1.125 _not_ to include AX25, AppleTalk, or IPX.
> Yet for some reason, when /sbin/ifconfig tries to create sockets
> of those types, the kernel spawns "modprobe net-pf-[345]".

> Why? Those modules are never there!

Probably because those are the technical names for the protocols in
question. To fix that, just add the relevant entries to your copy of
/etc/conf.modules as follows, then reboot:

Q> alias net-pf-1 unix
Q> alias net-pf-2 ipv4
Q> alias net-pf-3 ax25
Q> alias net-pf-4 ipx
Q> alias net-pf-5 appletalk
Q> alias net-pf-6 netrom
Q> alias net-pf-11 rose

Those are the onbly values I've come across so far, so I can't offer
advice on any other values...

Best wishes from Riley.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/