On Mon, Sep 20, 1999 at 12:13:24PM -0400, rewt wrote:

> i get a kernel message that it cant find:
> Sep 20 12:00:59 lunar modprobe: can't locate module char-major-108
> even tho i put the line alias char-major-108 ppp_generic in the
> conf.modules file 

Are you actually using a kernel new enough to have the ppp_generic stuff?
If not, trying doing an 'alias char-major-108 off'. The bit of code in pppd
that tries to make /dev/ppp before it opens it actually looks a bit hacky to
me. It would seem quite reasonable to expect users who are upgrading their
kernels by hand to read linux/Documentation/Changes (it is mentioned there,
I hope <g>) and make /dev/ppp themselves, and for everyone else the
distribution maintainers will do it in their package upgrade scripts.

-- 
When in doubt, use brute force.
                -- Ken Thompson

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to