kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

index.txt (1951B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
Kernel configuration for IBM ThinkPad
________________________________________________________________________________


X230
________________________________________________________________________________

A defconfig is sufficent for the machine to boot. Sound and WIFI must be manu-
ally enabled. A firmware blob for INTEL Centrino Advanced-N 6205 is necessary.
It can be found in the root directory of the proprietary kernel firmware. Think-
Pad specific ACPI options _can_ be enabled.

+------------------------------------------------------------------------------+
|                                                                              |
|   $ make defconfig                                                           |
|   $ cp iwlwifi-6000g2a-6.ucode /usr/lib/firmware                             |
|                                                                              |
+------------------------------------------------------------------------------+

+------------------------------------------------------------------------------+
| .config                                                                      |
+------------------------------------------------------------------------------+
|                                                                              |
|   CONFIG_IWLWIFI=y                                                           |
|   CONFIG_IWLDVM=y                                                            |
|   CONFIG_EXTRA_FIRMWARE="iwlwifi-6000g2a-6.ucode"                            |
|   CONFIG_EXTRA_FIRMWARE_DIR="/usr/lib/firmware"                              |
|   CONFIG_SND_HDA_CODEC_REALTEK=y                                             |
|   CONFIG_THINKPAD_ACPI=y                                                     |
|                                                                              |
+------------------------------------------------------------------------------+