# 表題 linux kernel 2.6.6 の設定 # # 履歴 2006/09/07 小高正嗣 # ■ ハードウェア Fujitsu FMV MG75SN ■ ソース apt を用いて linux-2.6.8.tar.gz をダウンロード 事前に以下のパッケージをインストールしておく. libncurses5-dev kernel-package ■ カーネルの設定 # apt-get install kernel-source-2.6.8 # apt-get install kernel-patch-debian-2.6.8 # ln -s linux-2.6.8 linux # cd linux # make-kpkg --added-patches --revision local.1.0 --config menuconfig configure 以下, デフォルトとの変更点のみ記載. Code matturity level optiuons General Setup Loadable module support Processor type features - Processor family (Pentium-4) Power Management options - Power Management support y - Advanced Powe Management - ACPI support - APM support y Bus options Executable file formats Device Drivers - Multi-device support n - Fusion MPT support - IEEE 1394 support - OHCI-DV I/O support m - Ethernet over 1394 m - I2O device support - Networking support - Nwtworking Options - The IPv6 protocol n - Network packet filtering n - ATM n - DECnet n - Appletalk n - X.25 n - LAPB n - Acorn n - WAN router n - QoS n - Amature Radio n - Blouetooth m - Token Ring driver n - Wan Interfaces n - FDDI driver n - HIPPI driver n - PLIP support n - PPP n - SLIP support n - Fiber Channel n - Traffic Shaper n - ISDN n - Telephony n - Input device support - PCI PS/2 keyboard and PS/2 mouse contoroller y - Character devices - I2C support - I2C Hardware Bus support - Intel 801 m - Misc devices - Multimedia support - Graphics support - Sound - Advenced Linux Sound Architecture - OSS Mixer API m - RTC Timer m - PCI devices - Intel i810/MX440, SiS 7012; Ali 5455; Nforce Sudio; AMD768/8111 m - USB support - Support for HOST-side USB y - EHCI HCD (USB 2.0) support m - OHCI HCD support m - UHCI HCD support m - USB Mass Storage support y - USB Human Interface Dveice support y - /dev/hiddev raw HID device support y File systems - Reiserfs n - Network file sustems - NFS file sustem support n - NFS Server support n - NCP file system n - Coda file system n exit する前に設定をファイルに保存. ファイル名は .cofigure-20060907-1 ■ カーネルとモジュールの再構築 # make-kpkg kernel_image