hi,
I did what was told of me, make modules and make install and the modules were in place.
but the other problem I had with lsmod and insmod giving me error stating:
QM_MODULES function not implemented
refuses to go away
even at bootup ,
when init runs modprobe, the same error appears a LOT of times.(it scrolls fast but I could just make out!)
It sounds like you (or whoever compiled your kernel) did not compile in loadable modules support. (In 2.4.x kernels, which I still use, this is the second item in the "make menuconfig" setup list, so you might look in a similar location in the 2.6.x configuration.)
In the 2.4.x kernels, the relevant section of the actual config file is
# # Loadable module support # CONFIG_MODULES=y CONFIG_MODVERSIONS=y CONFIG_KMOD=y
Here too, you might look for something similar in the 2.6.x config file ... the "QM_MODULES" name might indicate a change in terminology.
- To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs