On Mon, 31 Aug 1998, gene/ruth patnode-sturtevant wrote:

 # At the prompt I gave the command:
 # insmod -fkv -o ppp.o /lib/modules/2.0.35-2/net/ppp.o

Interesting, but unnecessary. You can just

insmod ppp

and it will locate the correct lib/modules/<version> directory for you.

 # 
 # and got the response:
 # /lib/modules/2.0.35-2/net/ppp.o: unresolved slhc_free_R3787e5b9
 # 
 # And similarly unresolved lines :slhc_remember_Rbc0f8a5e;
 # slhc_toss_R89ec95bc; slhc_uncompress_Ra2ca7e04; and slhc_init_R20741a64.

Because ppp requires the slhc module to be loaded first.

 # So how do I load a module? And thanks for any help in advance.

modprobe ppp

which will autoload any dependancies ppp.o might have.

 # 
 # 
 # -
 # To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
 # the body of a message to [EMAIL PROTECTED]
 # 

G'day!

-----------------------------------------------------------------------------
 Nicholas J. Leon                              "Elegance Through Simplicity"
  [EMAIL PROTECTED] -                        - http://mrnick.binary9.net

                   8 4 9 1 7 3 <-- what is the pattern?


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to