トップ/ Linuxの部屋

Index/ previous/ next


pcmica-csのインストール

"pcmcia-cs-3.0.5.tar.gz"を"/usr/src/pcmcia/"の下に展開します。

#cd /usr/src/pcmcia/
#tar zxfv pcmcia-cs-3.0.5.tar.gz

pcmcia-csをコンパイルし、インストールします。

#cd /usr/src/pcmcia/pcmcia-cs-3.0.5/
#make config(詳細)
#make all
#make install

make configの内容

#make config
Linux PCMCIA Configuration Script

The default responses for each question are correct for most users.
Consult the PCMCIA-HOWTO for additional info about each option.

Linux source directory [/usr/src/linux]: 

The kernel source tree is version 2.0.35.
The current kernel build date is Sun Jan 17 22:15:45 1999.

Alternate target install directory [/]: 
C compiler name [gcc]: Linker name [ld]: 

Compiler flags for debugging []: 
Build 'trusting' versions of card utilities (y/n) [y]: y
Include 32-bit (CardBus) card support (y/n) [y]: n
The PCMCIA drivers need to be compiled to match the kernel they
will be used with, or some or all of the modules may fail to load.
If you are not sure what to do, please consult the PCMCIA-HOWTO.

How would you like to set kernel-specific options?
    1 - Read from the currently running kernel
    2 - Read from the Linux source tree
    3 - Set each option by hand (experts only!)
Enter option (1-3) [1]: 1

Extracting kernel symbol versions...
Kernel configuration options:
    Symmetric multiprocessing support is disabled.
    Max physical memory in MB is 1024
    PCI BIOS support is enabled.
    Advanced Power Management (APM) support is enabled.
    SCSI support is enabled.
    Networking support is enabled.
     IPv6 support is disabled.
     Radio network interface support is disabled.
     Token Ring device support is disabled.
    Module version checking is enabled.
    PCMCIA IDE device support is enabled.
    DEC Alpha UDB target platform is disabled.
    /proc filesystem support is enabled.

Your module utilities are version 2.0.0.

System V init script layout (y/n) [y]: y
Top-level directory for RC scripts []: 
X Windows include files found.
Forms library not installed.
    If you want to build the 'cardinfo' PCMCIA control panel, you need
    to install the Forms Library, as well as the X Windows include files.
    See the HOWTO for details.

memo:
カーネルオプションの読み込み。(How would you lile to set kernel specific options?)
1 - Read from the currently running kernel:実行中のカーネルから、読み込む。
2 - Read from the Linux source tree:ソースから読み込む。(カーネルを再構築して、コンピュータを再起動するまでは、こっちを選ぶ。)