- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: I don't have /usr/src/linux/.config
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 03:18 AM
11-08-2003 03:18 AM
I don't have /usr/src/linux/.config
uname -a
2.4.9-e.27smp #1 SMP Tue Aug 5 15:49:54 EDT 2003 i68
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 05:11 AM
11-08-2003 05:11 AM
Re: I don't have /usr/src/linux/.config
.config contains the choices you made during the configuration before the Kernel build. If you have not configured/rebuild your own kernel there will be no .config
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 08:42 AM
11-08-2003 08:42 AM
Re: I don't have /usr/src/linux/.config
Martin is right this created the first time you run make config, make menuconfig or make xconfig as root from within the /usr/src/linux
To find you more information if you are so incline by having a look at the Makefile in /usr/src/linux
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 09:04 AM
11-08-2003 09:04 AM
Re: I don't have /usr/src/linux/.config
Martin is right this is created the first time you run make config, make menuconfig or make xconfig as root from within the /usr/src/linux
find more information on this by having a look at the Makefile in /usr/src/linux
J-P (please no points for first entry thanks.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 07:53 PM
11-08-2003 07:53 PM
Re: I don't have /usr/src/linux/.config
The best way, if you want to learn more about your kernel, would be to run
make mrproper
make xconfig
You'll get a menu, in which you'll be able to browse all your kernel options, and to see which options are already ticked. It's graphical, organised and easier to read than a .config file, which you anyway don't have up to the time you compiled your kernel.
You may also search on google for this file, you'll find many examples (seem to be real machine sfile, strange AFA security is concerned, but anyway...)
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 08:36 PM
11-08-2003 08:36 PM
Re: I don't have /usr/src/linux/.config
and this would be your starting point for changes.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 04:04 PM
11-09-2003 04:04 PM
Re: I don't have /usr/src/linux/.config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 02:07 AM
11-11-2003 02:07 AM
Re: I don't have /usr/src/linux/.config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 09:32 AM
11-11-2003 09:32 AM
Re: I don't have /usr/src/linux/.config
By default, this doesn't dump the .config to /boot (like Suse, and I thnk Debian do).
If you've installed the kernel-source package, you should also have a /usr/src/linux-2.4/configs/ directory which has a nubmer of '.config' files for various builds of the kernel.
Try copying one of these to /usr/src/linux-2.4/.config, and see how you go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 09:31 PM
11-29-2003 09:31 PM
Re: I don't have /usr/src/linux/.config
ur kernel config file is in /boot directrory either on seprate partiion or in the same /
its name is not only config
its name is some thing having ur kernel version
e.g
2.4.22config