On Fri, 18 Jul 2003 23:54:18 +0530 Apurva Mehta <apurva@gmx.net> wrote: > Also, I have added the following lines to my modules.conf > alias ppp_compress_21 bsd_comp > alias ppp_compress_26 ppp_deflate > alias ppp_compress_24 ppp_deflate > > Again, when I look at the output of /sbin/modprobe -c, I see these > entries appear twice. Why is this? Oops, on closer inspection I saw that in one case the underscores were dashes. So the relavant output of `/sbin/modprobe -c | grep ppp` is: alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias ppp_compress_21 bsd_comp alias ppp_compress_26 ppp_deflate alias ppp_compress_24 ppp_deflate Which of these two are correct? And where did the other aliases (the ones with dashes) come from? - Apurva -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/