nmcy 发表于 2002-7-28 18:55:14

Kppp不能拨号上网

错误4

Mar 13 16:21:08 localhost 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.

怎么解决?

llc 发表于 2002-7-28 19:15:25

错误信息提示说,ppp模块没有加载。
试试用/sbin/modprobe -v ppp(或insmod ppp)加载ppp模块,如果加载失败,请检查/lib/modules/目录之下(包括所有的子目录里)有没有ppp.o文件,如果都没有,可能是你的内核没编译ppp模块(如果你曾经编译过内核,这有可能,因为内核的默认设置里ppp选项是n)
页: [1]
查看完整版本: Kppp不能拨号上网