patch-2.3.29 linux/Documentation/Changes
Next file: linux/Documentation/Configure.help
Previous file: linux/Documentation/00-INDEX
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Nov 23 09:23:18 1999
- Orig file:
v2.3.28/linux/Documentation/Changes
- Orig date:
Thu Nov 11 20:11:30 1999
diff -u --recursive --new-file v2.3.28/linux/Documentation/Changes linux/Documentation/Changes
@@ -385,9 +385,21 @@
===
Due to changes in the PPP driver and routing code, those of you
-using PPP networking will need to upgrade your pppd.
+using PPP networking will need to upgrade your pppd to at least
+version 2.3.9. See ftp://cs.anu.edu.au/pub/software/ppp/ for newest
+versions.
-See ftp://cs.anu.edu.au/pub/software/ppp/ for newest versions.
+ You must make sure that the special device file /dev/ppp exists.
+It can be made by executing this command as root:
+
+ mknod /dev/ppp c 108 0
+
+ If you have built ppp support as modules, you should put the lines
+below in your /etc/modules.conf file. I assume you want asynchronous
+ppp; replace ppp_async by ppp_synctty if you want synchronous ppp.
+
+ alias char-major-108 ppp_generic
+ alias tty-ldisc-3 ppp_async
iBCS
====
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)