2008-06-04 07:35:34 Extract kernel configuration from a device
Vincent Puig (SPAIN)
Message: 56676
Hi all,
is it posible to extract the kernel configuration from a device?.
I have 2 Bluetechnix modul, CM-BF537E. I want to know the kernel configuration of one of them, so I could have a look to the options it has enabled, and I would enable the same options to the other.
If I had the file .config it would be easier, but I haven't. It wasn't configured and compiled in the same computer I am. Is there any way to do that?.
I don't want to copy and paste, I want to see the configuration file.
QuoteReplyEditDelete
2008-06-04 16:32:35 Re: Extract kernel configuration from a device
Mike Frysinger (UNITED STATES)
Message: 56695
only if the kernel was configured to include its config in it. if /proc/config.gz exists, you can use that. if it doesnt exist, there's no way to know what config was used to build the kernel.
QuoteReplyEditDelete
2008-06-05 17:46:53 Re: Extract kernel configuration from a device
Vincent Puig (SPAIN)
Message: 56765
Yes, that was what I thought.
Thanks anyway Mike.