# 表題 linux kernel 2.4.26 の設定 # # 履歴 2004/06/20 小高正嗣 # 2004/07/12 小高正嗣 ■ ハードウェア HITACHI Prius 100F5TVP ■ ソース ftp.ep.sci.hokudai.ac.jp より linux-2.4.26.tar.gz をダウンロード 事前に以下のパッケージをインストールしておく. libncurses5-dev kernel-package ■ カーネルの設定 # cd /usr/src # gunzip linux-2.4.26.tar.gz # tar xvf linux-2.4.26.tar # ln -s linux-2.4.26 linux # cd linux # make xconfig 以下, デフォルトとの変更点のみ記載. ATI RADEON 関連の組み込みをわすれないように注意する. Processor type features - (Pentium-4) Processor family - High Memory Support 4GB - Symmetric multi-processor support n General Setup - Advanced Power Management BIOS suport y - PCMCIA/CardBus support y - Cardbus support y - ACPI support - AC Adapter y - Battery y - Botton y Parallel port support y - PC Style Hardware m Block devices - Loopback device support y Networking options - CONFIG_PACKET y # dhcp client になる - CONFIG_PACKET_MMAP y # 際に必要となる - CONFIG_NETFILTER y # (何故かわからないが) - CONFIG_FILTER y # - IP: TCP syncookie support y ATA/IDE/MFM/RALL support - PCICIA IDE support y - IDE, ATA and ATAPI Block devices - ATI IXP chipset IDE support y - PCI IDE chipset support - Generic PCI IDE chipset support y - ALI M15x3 chipset support y - RZ1000 chipset support y SCSI support - SCSI generic support y - SCSI low-level drivers - SYM53C8XX SCSI support n - PCMCIA SCSI adapter support - PCMCIA SCSI adapter support y - Adaptex AHA152X PCMCIA support m Network devices support y - Ethernet (10 or 100MBit) y - EtherExpress Pro/100 support(eepro100) n - RealTek RTL-8139 PCI Fast Ethernet y -Support for uncommon RTL-8129 rev. K y - PCMCIA network device support - PCMCIA network device support y - 3Com 3c589 PCMCIA support m - 3Com 3c574 PCMCIA support m - Fujitsu FMV-J18x PCMCIA support m - NE2000 compatible PCMCIA support y - Asiz AC88190 PCMCIA support m - New Media PCMCIA support m - SMC 91 Cxx PCMCIA support m - Xircom 16bit PCMCIA support m - Xircom Cardbus Support (new) m - Xircom Tulip-like CardBus support (old)m - PCMCIA Wireless LAN y - Aviator/Raython 2.4MHz wireless support m - Xircom Netware AirSurfer wireless support m - AT&T/Lucent Wavelan wireless support m - Aironet 4500/4800 PCMCIA support m - Input core support y - keyboard y - Mouse y Character devices - Parallel printer support y - Enhances Real Time clock y - /dev/agpgart - ATI IGP chipset support y - Direct Rendering Manager (Xfree86 FRI support) - 3dfx Banshee/Voodoo3+ n - Intel 810 n - PCMCIA character devices - PCMCIA serial device support m - SyncLink PC card support m File systems - DOS FAT fs support y - MSDOS fs support y - VFAT (windows-95) fs support y - Microsoft Joliet CDROM extensions y - Network File Systems - NFS file system support n - NFS server support n - Native Language Support - Japanese charset (Shift-JIS, EUC-JP) y - NLS ISO 8859-1 (Latin1; Western European Languages) y - NLS UTF8 y - Sound - ESS Maestro, Maestro2, Maestro2E drives y - OSS sound modules y - 100% Sound Blaster compatible support y - USB Human Interface Devices (HID) - OHCI support alternate Driver y - OHCI (Compaq, imac, OPTi, SiS, Ali, ...) y - USB audio m - USB MIDI m - USB Mass Strage y - USM Mass Strage verbose debug m - Freecom USB/ATAPI Bridge support m - ISD-200 USB/ATA Bridge support m - Microtech CompactFlash/SmartMedia support m - USB Modem (CDC ACM) support m - USB Printer support m - USB Human Interface Device (full HID) support y - HID input layer support y - /dev/hiddev raw HID device support y - Aiptek 6000U/8000U tablet support m - Wacom Intuos/Graphire tablet support m - KB Gear JamStudio tablet support m - Griffin Technology PowerMate support exit する前に設定をファイルに保存. ファイル名は kernel-conf_2004-06-24.txt. ■ カーネルとモジュールの再構築 # make dep # make-kpkg clean # make-kpkg --revision=PCT20R4TD.1.2 kernel_image pcmcia-cs をモジュールとして構築し, インストール # make-kpkg modules_image