Page 1 of 1

[Solved] Kernel config

Posted: 18 Aug 2013, 15:47
by burdi01
Newbie to Porteus: Where can I find the actual kernel config - there is no /proc/config.gz ...
:D

Re: Kernel config

Posted: 18 Aug 2013, 16:43
by francois
Maybe these thread contain the response:
http://www.porteus.org/tutorials/51-dev ... ernel.html
http://www.porteus.org/info/videos/yout ... KX2xlMx1II

If not just be patient, someone more knowledgeable might come in. :)

Re: Kernel config

Posted: 18 Aug 2013, 17:00
by brokenman
If you have downloaded the 05-devel.xzm module then you can find the config at: /usr/src/linux-3.9.11/.config

You can extract config like this: modprobe configs && zcat /proc/config.gz > .config

[Solved] Re: Kernel config

Posted: 19 Aug 2013, 16:02
by burdi01
Thanks!
I could have sworn that after reading the documentation I checked /usr/src and found nothing ... I had some initial problems with activating modules, maybe 05-devel.xzm was not loaded then.
Also, for quite some years I compile my own kernels, and it never occurred to me that CONFIG_IKCONFIG could also be a module ...
:D