|
加载内核出问题的,看看这个:(还没试验,只是找到答案而已)
http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/
The main reason for writing this page is that when starting playing with 2.6-test3, I got (as others did) the message "modprobe: QM_MODULES: Function not implemented". Searching google took a bit more than the expected time (took me about 10 pages until a usable answer), and this page will hopefully reduce this for future users.
If that's (QM_MODULES: Function not implemented) your only problem, you need to get module-init-tools. If in debian, simply do
'apt-get install module-init-tools'. |
|