Author: Unknown
Email:
Date Submitted: April 16, 1998
Edited By: Ray Curtis <ray@clark.net>
Status: New Entry

Releases: All
Platform: All
Category: Common Problems with Linux\Unix Commands
Category Listing: Modules and the file /etc/conf.modules

ISSUE:

Errors at bootup from depmod, how do I fix this problem ?

RESPONSE:

cd /lib/modules
mv 2.0.30 2.0.30.ORIG
mkdir 2.0.30
cd 2.0.30
depmod -a

Then edit "/etc/conf.modules" and add the following:

alias net-pf-3 off # no ax25 module available (yet)
alias net-pf-4 off # if you don't use the ipx module
alias net-pf-5 off # if you don't use the appletalk module

REFERENCES: