Odd phenomenon with .config
When I first install red hat (in my case 7.1), everything runs fine:
It recognizes my NICs, sound devices, all startup items all [passed].
However, when I do an make xconfig or menuconfig, it doesn't reflect any of the supports for my system. So, oddly enough, if I attempt to save the configuration WITHOUT making a single change, and compile the kernel....my NICs [fails] at startup, my sound device is not recognized, along with other things failing.
These things shouldn't fail because I didn't make any changes to the configuration, yet they do, which leads me to believe that .config doesn't reflect what your system has when you first do a make xconfig or menuconfig.
Is this true, and if so, why is it that?
If I want to add a simple support (for example: for another NIC), I would have also have to configure the rest of the system.
Can someone make some sense out of this....or tell me that I got all this wrong.
|