LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   PPP module problem (https://www.linuxquestions.org/questions/linux-newbie-8/ppp-module-problem-572629/)

ffx77905 07-26-2007 11:46 PM

PPP module problem
 
I'm running Slackware 11 and have been trying to run ppp-go but all i get is an error message saying the kernel modules for ppp are not loaded. When i checked my kernel all the ppp modules were loaded.:scratch:

sparc86 07-27-2007 12:38 AM

Try it:

#lsmod (this list your actual loaded modules)

#depmod -a (this will load the dependent modules)

Then, if this doesn't works, you try:

#modprobe module_name


If it still doesn't works, you're gonna need to recompile your kernel with the new module.

ffx77905 07-28-2007 01:51 AM

Thanks i've got it working!!


All times are GMT -5. The time now is 10:44 AM.