How To Wiki
Line 139: Line 139:
 
# [[Howto configure the linux kernel/Howto Edit this page]]
 
# [[Howto configure the linux kernel/Howto Edit this page]]
 
# [[Howto configure the linux kernel/Script]]
 
# [[Howto configure the linux kernel/Script]]
  +
# [http://namhuy.net/1382/how-to-upgrade-ubuntu-12-04-13-04-and-linux-mint-14-15-to-linux-kernel-3-11.html Howto upgrade linux kernel]
  +
[[Category:Howto]]
  +
[[Category:Linux]]
  +
 
=List of devices=
 
=List of devices=
 
http://kernel.org/pub/linux/docs/device-list/devices-2.6+.txt
 
http://kernel.org/pub/linux/docs/device-list/devices-2.6+.txt

Revision as of 05:42, 30 November 2013

This Howto shows you what each Linux kernel option is used for. The Linux kernel has hundreds of options and setting, this howto attempts to describe them. To learn howto compile the kernel see Howto compile the Linux Kernel.

Know your hardware

There are thousands of configuration options, so its a good idea to start with what you know you need and what you know you don't need.

A good way to find what you have is to use the lspci, and lsusb commands. This will show you the name and model of your components. The Kernel configuration names are not always obvious, so these commands help you decipher the names.

For instance:

  • Creative Labs Sound Blaster PCI 128 is called
    • (Creative) Ensoniq AudioPCI 1370
Things you usually need
  • Second extended fs support
  • Ext3 journaling file system support
  • ..
Things you usually don't need
  • I2O support
  • ISDN support
  • Dallas's 1-wire support
  • Memory Technology Device (MTD) support
  • Support for Large Block Devices
  • Instrumentation Support
  • Kernel hacking
  • Amateur Radio support
  • InfiniBand support
  • and any hardware that you obviously don't have

Config Methods

  1. console based: make menuconfig
  2. (GUI) Qt Based: make xconfig
  3. (GUI) GTK Based: make gconfig
Other
  1. keep old Kernels settings: make oldconfig
    less screen Clutter: make silentoldconfig
  2. edit the /usr/src/Linux/.config file manually

Configurations

This section explains all the configuration options. The are many. The Linux tree structure is organized and the extracted Linux source directory structure. The Menuconfig tree structure is as you would see using make menuconfig


Menuconfig

Linux-2.6.10-menuconfig--main

Menuconfig Full Tree







Other Organization Structures

All kernel option pages
All kernel options on a single page (very long)
You can see alsoweb application development services.

Editing this howto

  • Before editing please see Howto Edit this page

Other Stuff

  1. Guide to configuring the linux kernel/block
  2. Guide to configuring the linux kernel/crypto
  3. Howto configure the linux kernel/Full tree
  4. Howto configure the linux kernel/Howto Edit this page
  5. Howto configure the linux kernel/Script
  6. Howto upgrade linux kernel

List of devices

http://kernel.org/pub/linux/docs/device-list/devices-2.6+.txt



From HowTo Wiki, a Wikia wiki.