"R.H.Mezger" wrote:
> 
> On Sun, 14 Feb 1999, you wrote:
> >
> >"can't locate module net-pf-1"
> >"can't locate module char-major-4"
> >
> Yes I have had a similar problem I get "can't locate module char-major-4"
> a bunch of times but it doesn't really seem to affect anything. In my
> conf.modules file 'module char-major-4' is a serial device.
> Anyone have a clue?
> Harry

  Someone else mentioned compiling without kernel support, that's one
way to remove the problem, but like someone else pointed out, it makes
for a large kernel size due to the fact that everything has to be
compiled into the kernel.
  the correct way to disable that error is by adding a similarly typed
line like the following lines within your /etc/conf.modules file

alias net-pf-4 off    # Don't use IPX module
alias net-pf-5 off    # Don't use AppleTalk module

in your case the following

alias net-pf-1 off    # Don't use ____ module
alias char-major-4    # Don't use ____ module

  Unfortunately, I can't remember what exactly the net-pf-1 and the
char-major-4 represent to the system, I'll try to find out again and
post it to the list. If you don't have a conf.modules file check for a
modules.conf file, or create one or the other since modprobe will look
for either one.
-- 
Ec|ipse on EFnet - [EMAIL PROTECTED] - http://www.primenet.com/~tomas
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to