I have a few questions about modprobe.. In my /etc/modules.conf file I have the following line : alias usb-controller uhci-hcd However, when I do `/sbin/modprobe -c | grep usb-controller` I get the output 'usb-uhci' As a result, I get an error when the USB controller is loaded at boot time on my 2.6.0-test1 kernel.. 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? - Apurva -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/