Rajesh Fowkar forced the electrons to say:
> Today I just tried to load ppp module manualy and here is what I got :
> suselinux:~ # insmod ppp
> Using /lib/modules/2.2.16/net/ppp.o
> /lib/modules/2.2.16/net/ppp.o: unresolved symbol slhc_init
> What is this slhc module ?

slhc.o is the serial line compression routines module. It is required
by ppp.o since ppp data transmission is often compressed.

insmod just tries to load the module; modprobe also tries to
figure out module dependencies (using the file modules.dep created
vi depmod -a) and also loads all modules on which a given module
depends. So if you had tried modprobe ppp, it would have loaded
slhc automatically.

> Due to the above error ppp module is not loaded. However after starting
> kppp if I give lsmod I can see ppp and slhc modules loaded.

kppp must be executing modprobe.

Binand


----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to