How to install free softwares in Linux

last update: 29 Sep 2004

home |index |previous |next |contents

PCMCIA-LAN card



6.1 ダウンロード
"pcmcia-cs"の最新版をダウンロードします。 最新版は"pcmcia-cs-3.1.18.tar.gz"です。

http://metalab.unc.edu/pub/Linux/kernel/pcmcia

6.2 Kernelの再構築

6.3 インストール
    % cd /usr/src
    % gzip -cd pcmcia-cs-3.1.18.tar.gz | tar xvf -
    % cd cpmcia-3.1.18

    % 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.2.13.
    The current kernel build date is Sat Jan 15 06:04:01 2000.

    % Alternate target install directory []:

    ..... (略)

    Build 'trusting' versions of card utilities(y/n) [n]:

    % make all
    % make install

6.4 設定


home |index |previous |next |contents


since 04/Oct/2004