From owner-freebsd-mobile@FreeBSD.ORG Sun Mar 20 17:25:11 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 5388916A4CE; Sun, 20 Mar 2005 17:25:11 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED0143D41; Sun, 20 Mar 2005 17:25:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2KHMFiI094705; Sun, 20 Mar 2005 10:22:15 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 20 Mar 2005 10:22:34 -0700 (MST) Message-Id: <20050320.102234.105099355.imp@bsdimp.com> To: yoichi@freebsd.org From: "M. Warner Losh" In-Reply-To: <87zmwyclyb.wl%yoichi@FreeBSD.org> References: <87zmwyclyb.wl%yoichi@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Sun, 20 Mar 2005 17:25:11 -0000 In message: <87zmwyclyb.wl%yoichi@FreeBSD.org> Yoichi Nakayama writes: : Hi, : I bought cardbus wireless network card, Buffalo WLI2-CB-G54L : which seems to have Atheros AR5211. I try it on Sony PCG-C1VSX/K : and FreeBSD-current. Although I got following message and the : card didn't work. : : cardbus0: Expecting link target, got 0x7 : cardbus0: Resource not specified in CIS: id=10, size=20 : cardbus0: Resource not specified in CIS: id=14, size=20 : cardbus0: Resource not specified in CIS: id=18, size=800 : : What can I do aginst this? What other messages do you have? Try setting hw.cardbus.debug=1 and see if that's more informative. Warner