Conversation
Notices
-
When did /proc/config.gz get removed in !Ubuntu? Am I hallucinating that it was once there?
-
@teddks It is a kernel config setting. For me (10.10 "cat /boot/config-$(uname -r) | grep -i ikconfig" shows "# CONFIG_IKCONFIG is not set"
-
@teddks For a kernel made by a distribution for users it isn't really needed
-
@teddks You'd have to reenable this setting and compile a new kernel yourself, as you did not build your kernel yourself before.
-
@teddks your current kernel config is found at /boot/config-$(uname -r), so there's no need for /prog/config.gz using a distribution kernel.
-
@teddks "cat /boot/config-$(uname -r)" shows your config
-
@teddks No need for two places the kernel config is stored
-
@teddks This setting is only helpfull if you compile a kernel yourself. If not your config is stored besides the kernel itself
-
@teddks download the source from git and look in debain.master/configs look in wiki.ubuntu.com/Kernel for git tree
-
@teddks: look at the contents of /boot/config-$(uname -r) ; it's the config for the currently running kernel.
-
@manjo maybe "cat /boot/config-$(uname -r)" would be easier for him to get his (ubuntu and not debians) kernel config
-
@teddks: You might want to look in /boot/config-* for relevant entry for your running kernel - this does not make kernel bigger.
-