Dear all, I have problem compiling a kernel with PPP support. I installed all the standard packages of `net', including the PPP package and the installation and configuration went well, without compliants. When I went on to build a kernel with PPP enabled (make distclean; make config; make dep; make clean; make zImage), I got the following warning:
----- ppp.c: In function `ppp_first_time' ppp.c: 442: Warning: assignment from incompatible pointer type ppp.c: 446: Warning: assignment from incompatible pointer type ----- Apart from this the kernel compiled OK. When I boot-up using the new kernel, I have the following: --------- Swansea University Computer Society NET3.019 Swansea University Computer Society TCP/IP for NET3.019 IP Protocols: ICMP, UDP, TCP PPP: version 2.2.0 (dynamic channel allocation) TCP compression code copyright 1989 Regents of the University of California PPP Dynamic channel allocation code copyright 1995 Caldera, Inc. PPP line discipline registered. unregister_netdev: device 'ppp0' unlinked unregister_netdev: device 'ppp1' unlinked unregister_netdev: device 'ppp2' unlinked unregister_netdev: device 'ppp3' unlinked --------- My setup is: -486-66 8mb RAM -Debian 0.93R6 -Linux 1.2.13 -ppp-2.2-1.deb I am desparate. Any help from you gurus are appreciated. /Billy

