* 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.

Tom.
-- 
            .-------------------------------------------------------.
    .^.     | Tom Gilbert, England | [EMAIL PROTECTED] |
    /V\     |----------------------| www.tomgilbert.freeserve.co.uk |
   // \\    | Sites I recommend:   `--------------------------------|
  /(   )\   | www.freshmeat.net www.enlightenment.org slashdot.org  |
   ^^-^^    `-------------------------------------------------------'


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

Reply via email to