>My guess is that you didn't delete your modules
>directory before building.
>
>This refers to character device with the identifier 108[,0]
>which is /dev/ppp so you might have to do something like
>mknod /dev/ppp c 108 0

No no. That won't help modprobe at all. You need to find what char major
108 represents, and add a line to modules.conf or conf.modules). If it
really is ppp, then:

alias char-major-108 ppp

>>What is /dev/ppp, and why would I need one now when I didn't need
>>it before??  And how do you KNOW that is /dev/ppp? By which I mean:
>>HOW COULD I FIGURE IT OUT FOR MYSELF?

Well as I said, it isn't a /dev file at all. You have ppp compiled as a
module. If modprobe complains about not finding a module, it either means
it isn't there, or doesn't have an alias to it. Have a look at the kernel
source to see how requests for modules are made.

..Brian

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

Reply via email to