Linux PPP protocol development
 help / color / mirror / Atom feed
* problem installing ppp
@ 2007-05-13  1:11 Oliver McBride
  2007-05-13  6:03 ` Gilles Espinasse
  2007-05-13 11:51 ` Bill Unruh
  0 siblings, 2 replies; 3+ messages in thread
From: Oliver McBride @ 2007-05-13  1:11 UTC (permalink / raw)
  To: linux-ppp


im using kernel 2.6.9 and its configurations do not support PPP.
unfortunately imnot allowed to change server config.
i get this error while running pppd:
This system lacks kernel support for PPP. This could be because the PPP
kernel module could not be loaded, or because PPP was not included in the
kernel configuration. If PPP was included as a module, try `/sbin/modprobe
-v ppp'. If that fails, check that ppp.o exists in /lib/modules/`uname
-r`/net. See README.linux file in the ppp distribution for more details.

i want to know if i can solve this problem without changing  server
config,for example by installing a rpm,or adding other files?
best regards
-- 
View this message in context: http://www.nabble.com/problem-installing-ppp-tf3733701.html#a10451321
Sent from the linux-ppp mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem installing ppp
  2007-05-13  1:11 problem installing ppp Oliver McBride
@ 2007-05-13  6:03 ` Gilles Espinasse
  2007-05-13 11:51 ` Bill Unruh
  1 sibling, 0 replies; 3+ messages in thread
From: Gilles Espinasse @ 2007-05-13  6:03 UTC (permalink / raw)
  To: linux-ppp


----- Original Message ----- 
From: "Oliver McBride" <mcbride_oliver@yahoo.com>
To: <linux-ppp@vger.kernel.org>
Sent: Sunday, May 13, 2007 3:11 AM
Subject: problem installing ppp


>
> im using kernel 2.6.9 and its configurations do not support PPP.
> unfortunately imnot allowed to change server config.
> i get this error while running pppd:
> This system lacks kernel support for PPP. This could be because the PPP
> kernel module could not be loaded, or because PPP was not included in the
> kernel configuration. If PPP was included as a module, try `/sbin/modprobe
> -v ppp'. If that fails, check that ppp.o exists in /lib/modules/`uname
> -r`/net. See README.linux file in the ppp distribution for more details.
>
> i want to know if i can solve this problem without changing  server
> config,for example by installing a rpm,or adding other files?
> best regards
> -- 
>
There is a kernel part that can't be installed independantly from your
kernel and a userspace part compiled from ppp sources.
Depending of your distribution, you may change the kernel package installed
for one that support ppp or you will need to recompile that kernel version
sources to accomodate your needs and hardware.

For the kernel part, you need to set ppp support on your kernel .config,
recompile, install the new compiled kernel and reboot.

Gilles


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem installing ppp
  2007-05-13  1:11 problem installing ppp Oliver McBride
  2007-05-13  6:03 ` Gilles Espinasse
@ 2007-05-13 11:51 ` Bill Unruh
  1 sibling, 0 replies; 3+ messages in thread
From: Bill Unruh @ 2007-05-13 11:51 UTC (permalink / raw)
  To: linux-ppp

On Sat, 12 May 2007, Oliver McBride wrote:

>
> im using kernel 2.6.9 and its configurations do not support PPP.
> unfortunately imnot allowed to change server config.
> i get this error while running pppd:
> This system lacks kernel support for PPP. This could be because the PPP
> kernel module could not be loaded, or because PPP was not included in the
> kernel configuration. If PPP was included as a module, try `/sbin/modprobe
> -v ppp'. If that fails, check that ppp.o exists in /lib/modules/`uname
> -r`/net. See README.linux file in the ppp distribution for more details.
>
> i want to know if i can solve this problem without changing  server
> config,for example by installing a rpm,or adding other files?
> best regards

What distro are you running? As far as I know all distros have the ppp
module installed. Look for ppp_generic.ko in /lib/modules/*
find /lib/modules -name ppp_generic\*
If it is not there, you are screwed. ppp needs that module ( and ppp_async). Without it ppp
will not run. If it is there, install it using modprobe.
modprobe ppp


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-13 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-13  1:11 problem installing ppp Oliver McBride
2007-05-13  6:03 ` Gilles Espinasse
2007-05-13 11:51 ` Bill Unruh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox