From owner-freebsd-mobile@FreeBSD.ORG Wed Mar 30 03:59:36 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DFC16A4CE; Wed, 30 Mar 2005 03:59:36 +0000 (GMT) Received: from alcoholic.geiin.org (usen-59x87x89x234.ap-US02.usen.ad.jp [59.87.89.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0391243D45; Wed, 30 Mar 2005 03:59:36 +0000 (GMT) (envelope-from yoichi@geiin.org) Received: from alcoholic.local-net.geiin.org (alcoholic.local-net [192.168.1.1]) by alcoholic.geiin.org (Postfix) with ESMTP id 5DC561DF82; Wed, 30 Mar 2005 12:59:35 +0900 (JST) Date: Wed, 30 Mar 2005 12:59:35 +0900 Message-ID: <86ekdxg4wo.wl%yoichi@geiin.org> From: Yoichi NAKAYAMA To: wpaul@freebsd.org In-Reply-To: <87d5tri5c2.wl%yoichi@FreeBSD.org> References: <87zmwyclyb.wl%yoichi@FreeBSD.org> <20050320.102234.105099355.imp@bsdimp.com> <87y8cici5l.wl%yoichi@FreeBSD.org> <20050320.140430.82508419.imp@bsdimp.com> <87oedddc35.wl%yoichi@FreeBSD.org> <874qf5qnvn.wl%yoichi@FreeBSD.org> <87d5tri5c2.wl%yoichi@FreeBSD.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Geiin.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII cc: freebsd-mobile@freebsd.org Subject: Re: WLI2-CB-G54L doesn't work X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 03:59:36 -0000 At Wed, 23 Mar 2005 09:17:01 +0900, Yoichi Nakayama wrote: > > At Mon, 21 Mar 2005 19:44:44 +0900, > Yoichi Nakayama wrote: > > I invoked pciconf -l -v and it describes the card as > > none6@pci1:0:0: class=0x020000 card=0x03341154 chip=0x222017fe rev=0x00 hdr=0x00 > > vendor = 'InProComm Inc' > > class = network > > subclass = ethernet > > > > http://pciids.sourceforge.net/pci.ids saids > > 17fe Linksys, A Division of Cisco Systems > > 2220 [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01) > > > > I noticed I have misthought that it has ath chip, and I looked at > > http://buffalo.melcoinc.co.jp/download/driver/lan/wdrv.html (in Japanese) > > again. Then I found that I've wrongly looked at WLI-CB-AG54L spec instead > > of WLI2-CB-G54L which I have. > > Then I tried ndis driver, but I got following panic on "ifconfig ndis0 up": > panic: _mtx_lock_sleep: recursed on non-recursive mutex ndis softc lock @ /usr/src/sys/modules/ndis/../../compat/ndis/kern_ndis.c:1463 > It is caused by recursive lock introduced in if_ndis.c rev 1.82. I've cvsup'ed current box yesterday and confirmed that the problem has gone. Thanks for the fix! -- Yoichi NAKAYAMA