From owner-freebsd-mobile@FreeBSD.ORG Sat Oct 7 16:17:08 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 91D9616A49E for ; Sat, 7 Oct 2006 16:17:08 +0000 (UTC) (envelope-from felix.schalck@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id AC23743D67 for ; Sat, 7 Oct 2006 16:17:07 +0000 (GMT) (envelope-from felix.schalck@gmx.net) Received: (qmail invoked by alias); 07 Oct 2006 16:17:06 -0000 Received: from e041.dhcp212-198-184.noos.fr (EHLO [192.168.1.109]) [212.198.184.41] by mail.gmx.net (mp016) with SMTP; 07 Oct 2006 18:17:06 +0200 X-Authenticated: #23426003 Message-ID: <4527D300.1040902@gmx.net> Date: Sat, 07 Oct 2006 18:17:04 +0200 From: "felix.schalck" User-Agent: Thunderbird 1.5.0.5 (X11/20060828) MIME-Version: 1.0 To: Lars Engels References: <4527D055.6050709@gmx.net> <20061007160752.GQ65912@e.0x20.net> In-Reply-To: <20061007160752.GQ65912@e.0x20.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-mobile@freebsd.org Subject: Re: netgear wg511t pccard on Clevo m120_w X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 16:17:08 -0000 Lars Engels wrote: > On Sat, Oct 07, 2006 at 06:05:41PM +0200, felix.schalck wrote: > >> Hi, >> >> I'm trying to get the Netgear wg511t working under 6.x. >> Card works well under linux. >> Dmesg shows: >> -------- >> #dmesg | grep card >> cardbus0: on cbb0 >> pccard0: <16-bit PCCard bus> on cbb0 >> --------- >> rc.conf: >> pccard_enable="YES" >> --------- >> >> but when I insert the card: nothing. >> >> What can I do ? >> >> Thanks for help. >> >> Felix >> > > Check, if you have if_ath.ko is loaded (kldstat -v | grep ath) > > Lars > Yauu: that was fast ! Thanks a lot for your response. Yes if_ath loaded: kldstat -v | grep ath 28 ath_hal 37 ath_rate 38 pci/if_ath 39 cardbus/if_ath What else can i inverstigate ? Felix