戻る

make && make modules_install 一連の 作業

これも 通常の方法ですが NOUVEAU の 項目を 有効 というか <M> にします。 付随して他の項目も表されるので そのままに しておきます。

# cd /usr/src/linux-3.12.5/
# ls -a
./       CREDITS         MAINTAINERS     arch/     firmware/  ipc/     net/       sound/
../      Documentation/  Makefile        block/    fs/        kernel/  samples/   tools/
.config  Kbuild          README          crypto/   include/   lib/     scripts/   usr/
COPYING  Kconfig         REPORTING-BUGS  drivers/  init/      mm/      security/  virt/
# cp -a .config  001-org.config 
# make menuconfig
.... /*  まあ 抜粋  */
Local version - append to kernel release
-p52USB

 Processor family (586/K5/5x86/6x86/6x86MX)
                  |
                  |
                  V
   Processor family (Core 2/newer Xeon) 

 < > Nouveau (nVidia) cards  
                  |
                  |
                  V
     <M> Nouveau (nVidia) cards  
     (5)   Maximum debug level (NEW) 
     (3)   Default debug level (NEW) 
     [*]   Support for backlight control (NEW) 

<M>   SquashFS 4.0 - Squashed file system support 
                  |
                  |
                  V
 <*>   SquashFS 4.0 - Squashed file system support


 <M>   Aufs (Advanced multi layered unification filesystem) support  
                   |
                   |
                   V
 <*>   Aufs (Advanced multi layered unification filesystem) support 
...
#  make -j4 
...
# cd /boot/
# mv vmlinuz-3.12.5-plamoSMP 001_org-vmlinuz-3.12.5-plamoSMP
# mv System.map-3.12.5-plamoSMP 001_org-System.map-3.12.5-plamoSMP 
# rm vmlinuz System.map
# ln -s vmlinuz-3.12.5-p52USB vmlinuz
# ln -s System.map-3.12.5-p52USB System.map
# cd /lib/modules/
# mv 3.12.5-plamoSMP/ 001_org-3.12.5-plamoSMP/
# cd /usr/src/linux-3.12.5/
# make modules_install
...
  DEPMOD  3.12.5-p52USB
...

にゃんたろう 拝!

2014年 3月 15日 土曜日 21:21:21 JST 作成


戻る

Copyright © 2006.-2014. nyantarou All Rights Reserved.