Chris Bennett wrote:
> 
<snip>
> think that it's called char-major-108  it shows up in my log every time that
<snip>

user$ grep -A2 "108 char" /usr/src/linux/Documentation/devices.txt
108 char        Device independent PPP interface
                  0 = /dev/ppp          Device independent PPP interface

I guess it's ppp.o, although it should be registered as a line
dicipline:

user$ grep ppp /etc/conf.modules
alias tty-ldisc-3         ppp
alias ppp0                ppp
alias ppp1                ppp

and

user$ grep char-major-108 /etc/conf.modules || echo none
none

I must admit that I use IPPP and this is compliled-in... :-(
Also

user$ zgrep "char-major-108" /usr/doc/howto/en/mini/*.gz \
/usr/doc/howto/en/mini/*.gz || echo none
none

Maybe you forgot to say 'y' to PPP support in the first place?

Marc

-- 
Marc Mutz <[EMAIL PROTECTED]>        http://marc.mutz.com/Encryption-HOWTO/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics

PGP-keyID's:   0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)

Reply via email to