Edouard Soriano wrote: > Trying to set up a ppp server and facing the following error message when > calling the system: > > Dec 1 18:28:11 localhost modprobe: can't locate module char-major-108 1. You need: alias char-major-108 ppp_generic in /etc/conf.modules (or modules.conf) 2. If you don't have /dev/ppp: $ ls -l /dev/ppp crw-r----- 1 root root 108, 0 Sep 29 21:31 /dev/ppp you need to do: mknod /dev/ppp c 108 0 -- Glynn Clements <glynn@sensei.co.uk> - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org