[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Books and Printers and PPP
On Thu, 20 Jan 2000, Craig Andrews wrote:
>Got that far! As I said, no mention of it under /etc/modules.conf.
>However, I will try alias char-major-108 ppp-generic to see what occurs,
IIRC it is ppp_generic (an underscore is usual for these things). Also you
should make sure you have a /dev/ppp device. If you don't, you will need to
create it with mknod or download the latest dev package for your distro.
The mknod command ought to be:
mknod /dev/ppp c 108 0
(it's a character device not a block device with major number 108 and minor
number 0).
atb
Martin
--
http://www.shef.ac.uk/~pm1mph
Start your own FREE mailing list at
© 2000 Microsoft Corporation. All Rights Reserved