Nisse wrote:
> I have same problem, when I do "insmod ppp" get following
> error:
>
> Using /lib/modules/2.2.16-22/net/ppp.o
> /lib/modules/2.2.16-22/net/ppp.o: unresolved symbol
> slhc_compress_Rcfd3a418
> /lib/modules/2.2.16-22/net/ppp.o: unresolved symbol
> slhc_remember_R07972313
> /lib/modules/2.2.16-22/net/ppp.o: unresolved symbol
> slhc_init_R1ca65fca
> /lib/modules/2.2.16-22/net/ppp.o: unresolved symbol
> slhc_toss_Ra152cec0
> /lib/modules/2.2.16-22/net/ppp.o: unresolved symbol
> slhc_free_Rb99033d9
> /lib/modules/2.2.16-22/net/ppp.o: unresolved symbol slhc
>
> whats wrong?
The ppp.o module depends on other modules being loaded before it - in the case that you mention, the slhc.o module. If you use
"modprobe ppp", then all required modules will be loaded in the correct order. In particular, the ppp-4mppe.o module will be loaded instead of the ppp.o module - it contains required hooks for the encryption modules required by the VPN software.
In any case, all required modules will be loaded as required. If you find this not to be the case, please send a detailed bug report to bugs@e-smith.com. Include details of your configuration, and extracts from /var/log/messages.
> Uppgraded 4.0 to 4.1.2, no problem.
I assume that you mean no problem except the one that your are reporting now.
Regards
Charlie