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

[debian-users:42122] Re: ipw2200 problem



おはようございます。東村です。

自己解決しました。

shiragaさんレスありがとうございます。

google使って翻訳という手がありましたね。。

解決に至った結果としてはipw2200の最新verがupされていました。>0.16

http://ipw2200.sourceforge.net/
から
ipw2200-0.16.tgzをdownloadして、

$ tar ipw2200-0.16.tgz
$ cd ipw2200-0.16
$ make
$ /bin/su
# make install

modprobeの再読み込み方法が分からなかったので、reboot(shutdown -r now)を
したら正常に認識しました。
# dmesg | grep ipw
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 0.16
ipw2200: Copyright(c) 2003-2004 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection

詳細は分かりませんが、tarの中に含まれるCHANGESを読むと
> * Merged ieee80211 double alloc into single allocation (thanks to
>   Stephen Hemminger)
に該当していたのかな!?と思っています。(単純にallocというキーワードから。w)

お騒がせ致しました。
今後とも宜しくお願い致します。

東村

Shin-ichiro Hiraga wrote:
> こんにちは、shiragaです。
> 
>> 下記URLでも同じ様なことを書いているようですが、英語じゃないので理解で 
>> きません。。
>> http://linuxfr.org/forums/15/5271.html
> 
> 
> 困った時のGoogle、ということで。(^^;)
> http://translate.google.com/translate?hl=en&sl=fr&u=http://linuxfr.org/ 
> forums/15/5271.html&prev=/ 
> search%3Fq%3Dipw2200%2Benigmatique%26hl%3Den%26lr%3D
> 
> kernelを再コンパイルしたらOK、ということのようです。
> 
> =============
> shiraga@xxxxxxxxxxxxx
> 
>