# 表題 linux kernel 2.4.23 の設定 # # 履歴 2004/01/06 小高正嗣 # 履歴 2004/01/08 小高正嗣 ■ ハードウェア Hitachi Prius 20R4TD ■ ソース ftp.ep.sci.hokudai.ac.jp より linux-2.4.23.tar.bz2 をダウンロード ■ カーネルの設定 # cd /usr/src # bunzip2 linux-2.4.23.tar.bz2 # tar xvf linux-2.4.23.tar # ln -s linux-2.4.23 linux # cd linux # make xconfig 以下, デフォルトとの変更点のみ記載 Processor type features - High Memory Support 4GB - Symmetric multi-processor support n General Setup - Advanced Power Management BIOS suport y - PCMCIA/CardBus support y - Cardbus support y Parallel port support y Block devices - Loopback device support y Networking options - IP: TCP syncookie support y ATA/IDE/MFM/RALL support - IDE, ATA and ATAPI Block devices - ALI M15x3 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 - 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 Character devices - Support for console on serial port y - Parallel printer support y - /dev/agpgart - Intel I810/I815/I830M (on-board) support n - VIA chipset support n - AMD irongate, 761 and 762 support n - Generic SiS support n - Direct Rendering Manager (Xfree86 FRI support) - 3dfx Banshee/Voodoo3+ n - ATI Rage 128 y - 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 Sound - Creative Ensoniq Audio PCI 97 (ES1371) n - ESS Maestro, Maestro2, Maestro2E drives y - Trident 4Dwave Dx/Nx, SiS 7018 or Ali 5451 PCI Audio Core y - OSS sound modules y - 100% Sound Blaster compatible support y - USB Human Interface Devices (HID) - USB Human Interface Devices (full HID) support y - /dev/hiddev raw HID device support y exit する前に設定をファイルに保存. ファイル名は kernel-conf_2004-01-07.txt. ■ カーネルとモジュールの再構築 # make dep # make-kpkg clean # make-kpkg --revision=PCT20R4TD.1.2 kernel_image pcmcia-cs をモジュールとして構築し, インストール # make-kpkg modules_image