Re: ipw driver

看板DFBSD_submit作者時間21年前 (2004/09/21 05:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/17 (看更多)
Grrr, I just realized, that I can only upload the firmware with ipwcontrol after I have used my internal wireless card with ndis; otherwise it locks up the machine (no kernel debugger or anything) :-( So what _does_ work for me is: kldload crypto kldload wlan kldload ndis kldload if_ndis ifconfig ndis0 ... up ifconfig ndis0 down kldunload if_ndis kldunload ndis kldload if_ipw ipwcontrol -i ipw0 -f /usr/local/libdata/if_ipw/ipw2100-1.2.fw ifconfig ipw0 ... up Anyway, here http://www.ecademix.com/JohannesHofmann/ipw-dragonfly-1.4.tar.gz are the sources. Instructions on how to start the ipw interface and the necessary firmware images can be found at http://damien.bergamini.free.fr/ipw/install-freebsd.html I will experiment a bit with disabling ACPI or using interrupt priorities instead of the original mutexes as Joerg suggested. Regards, Johannes PS: I am using a Thinkpad T42p with an Intel(R) PRO/Wireless 2100 MiniPCI Matthew Dillon <dillon@apollo.backplane.com> wrote: > > :Hello, > : > :just wanted to know, if anyone is porting the ipw driver > :(http://damien.bergamini.free.fr/ipw/) to DragonFly. I just did a "brute > :force" attempt and it actually works! It seems to be pretty easy to port, > :as Joerg has already brought in all the ieee80211 stuff. > :I just removed all locking and adjusted some function arguments. This is > :probably not quite the right way to do it :-). Is there any locking needed on > :DragonFly? I did not find anything in the wi(4) driver. > : > :Thanks, > :Johannes > > Some guy by the name of Johannes Hofmann seems to have done it <GRIN>. > > If you tar up the source and put it on an ftp or http server somewhere > where we can get it, I will check it over, do any remaining cleanups > (if required), and commit it. > > -Matt > Matthew Dillon > <dillon@backplane.com>
文章代碼(AID): #11JqnK00 (DFBSD_submit)
文章代碼(AID): #11JqnK00 (DFBSD_submit)