Tom Gilbert <[EMAIL PROTECTED]> wrote:

> * Russell W. Behne ([EMAIL PROTECTED]) wrote:
> > On reboots I noticed this written to the logs:
> > modprobe: can't locate module char-major-108
> > 
> > What is this, and what's the fix for it?
> 
> This is from /usr/src/linux/Documentation/devices.txt:
> 
> 108 char        Device independent PPP interface
>                   0 = /dev/ppp          Device independent PPP interface
> 
> So basically, if your ppp connection is working, then add the
> following line to the /etc/conf.modules file:
> 
> alias char-major-108 off
> 
> That'll shut up modprobe. It won't cause you any problems.

But if your ppp isn't working, you may need to add a line
like this instead:

alias char-major-108 ppp




-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to