[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:17548] Re: cannot use pcmcia nic



From: Kensaku Fudamoto <skid@xxxxxxxxxxxxxx>
Subject: [debian-users:17532] Re: cannot use pcmcia nic
Date: Wed, 25 Aug 1999 00:25:34 +0900

> > 結局私は PCMCIA を 3.0.7 に戻したら動きました。あまり積極的
> > な解決法ではありませんが、こういうこともあったということで。
> 
> 戻すことを考えてみようと思います。
> ありがとうございました。

よく見てみたら、カーネル 2.2.11 は pcmcia-cs の 3.0.13 を必
要とするのですね。失礼しました。

ところで linux-users にも最近同じことが話題に上がっていて、
次のようなメールがありました。

From: Masahiko Norita <ani@xxxxxxxxxxxxxx>
Subject: [linux-users:56865] Re: pcmcia-cs don't work (Ver.3.0.9 or higher)
Date: Mon, 23 Aug 1999 13:58:11 +0900

> LA-PCM ですが、このカードは pcmcia-cs のバージョンによって、
> 挙動がかわったりするので多少の注意が必要かもしれません。
> 
> また最近の pcmcia-cs のバージョンでは LA-PCM の利用には
> clients/pcnet_cs.c にパッチが必要ですので、
> pcmcia-cs-3.0.11,12,13 に有効なパッチを示します。
> 
> --- pcnet_cs.c.org	Sat May 22 00:11:39 1999
> +++ pcnet_cs.c	Sun May 23 21:36:41 1999
> @@ -655,6 +655,15 @@
>  	    last_ret = try_io_port(link);
>  	    if (last_ret == CS_SUCCESS) break;
>  	}
> +        /* For Allied Telesis LA-PCM  */
> +        if ((manfid == 0xc00f )&& (prodid == 0x0002 )){
> +	    last_ret = try_io_port(link);
> +	    if (last_ret == CS_SUCCESS){ 
> +	      has_shmem =  1;
> +	      use_shmem = -1;
> +	      break;
> +	    }
> +	}
>      next_entry:
>  	last_ret = CardServices(GetNextTuple, handle, &tuple);
>      }

私はまだこれを試していないんですけど、上手くいったら報告くだ
さると嬉しいです。

--
関戸 幸一 <sekido@xxxxxxxxxxxxxxxxxxxxx>