On Fri, Jul 21, 2000 at 08:00:48PM +0900, [EMAIL PROTECTED] wrote:
> Jul 21 16:12:07 can't locate module char-major-108
According to /usr/src/linux/Documentation/devices.txt char major 108 is:
----------------
108 char Device independent PPP interface
0 = /dev/ppp Device independent PPP interface
----------------
This one might be the ppp module, but I doubt pppd would get this far
without the ppp module. Maybe you just need to create /dev/ppp? Show us the
output of:
ls -l /dev/ppp*
> Jul 21 16:12:07 jango modprobe: can't locate module char-major-5
And char major 5
----------------
char Alternate TTY devices
0 = /dev/tty Current TTY device
1 = /dev/console System console
2 = /dev/ptmx PTY master multiplex
64 = /dev/cua0 Callout device for ttyS0
...
255 = /dev/cua191 Callout device for ttyS191
----------------
I've got no idea what module this one corresponds. Maybe the device files
just need to be created. But if they don't exist I doubt that box will be
any use to you.
> I would like to know about the reason that it makes error message of
>"char-major-108" and "char-major-5".
Kerneld is trying to install the modules with those names. Usually you need
aliases in /etc/conf.modules or in /etc/modutils/ somewhere.
> I am now fighting against PPPOED for a month. Could you please help me?
> (The Kernel Compilation of 2.2.12 does not say anything about PPP modules.
> So I put nothing in the /etc/conf.modules.)
Try the documentation of the ppp module. Check
/usr/doc/linux/Documentation/net/ppp
--
------------------
Sarel Botha
[EMAIL PROTECTED]
------------------
99 little bugs in the code, 99 bugs in the code,
fix one bug, compile it again...
101 little bugs in the code....
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]