|
发表于 2008-11-25 11:51:04
|
显示全部楼层
Did you enable access to the kernel config file through /proc/config.gz?
You can make sure that you did with this command :
Code:
cat /boot/config-$(uname -r) | grep -i ikconfig
which should display :
Quote:
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y |
|