vine-users ML アーカイブ



[vine-users:060431] Re: Libretto20,50 and kernel-2.4.20-0vl29.1

  • From: "Masahiro Inoue" <miyabi.-.inoue@xxxxxxxxx>
  • Subject: [vine-users:060431] Re: Libretto20,50 and kernel-2.4.20-0vl29.1
  • Date: Fri, 16 May 2003 08:56:30 +0900
井上です。

消えてしまったようなのでもう一度(^^;
もしいってたらごめんなさい

> などに /etc/sysconfig/pcmcia の中を
>
> PCIC=i82365

これやってもだめです。

私も悩みました(^^;

以下のファイルを以下のようにすると /etc/sysconfig/pcmcia の内容を反映しま
す。

/etc/rc.d/init.d/pcmcia

    if [ "$PCIC" = "" ] ; then
        echo $"PCIC module not defined in startup options!"
        break
    else
        kernel=`uname -r | cut -d. -f1-2`
        if [ $PCIC = yenta_socket -a $kernel = 2.2 ]; then
                PCIC=i82365
        fi
#       if [ $PCIC != yenta_socket -a $kernel = 2.4 ]; then
#               PCIC=yenta_socket
#       fi
    fi

なぜ設定ファイルを無視するのだろう・・・

でわ