From owner-freebsd-stable@FreeBSD.ORG Mon Aug 11 10:55:00 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B5F6106566B for ; Mon, 11 Aug 2008 10:55:00 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id C463F8FC2A for ; Mon, 11 Aug 2008 10:54:59 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so731714wra.27 for ; Mon, 11 Aug 2008 03:54:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=bWIop7+2gjV8ysRHhTj5e4rzx1JYpbmR8+j3gZbDK7Y=; b=Lk0r0iXf/LIHknQLlhj4hqESxpb4pIIuEV4odh0G3Yz7UBioPN83BQUODQhrPbG2RX LCZtuUwVWMiG/mL8qRJVA7gz1/qfufuURO6uYjW69iVb4VQo7i6TdTKh+H7WERf2FBtM p743D27P83WYKa4dgil6gQZOOwbCv7p7ZCJNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=l15OOGmAwO7eYPa/+rUXBZv5xOJfOkkhQvUAMgluVvGBWnYIQ1Ir62chLttLX+9tly lRR/PmOGThbnmcVHQar++wD9kOwduk+Hmtu7AZOWv2HseoEyMa2ekFidZ1oDPGLONwq4 4WA1ymyfPEcSqaGZCLOyOPTrWY8pIqP6+fMIE= Received: by 10.90.86.10 with SMTP id j10mr10400314agb.77.1218452098936; Mon, 11 Aug 2008 03:54:58 -0700 (PDT) Received: by 10.90.30.10 with HTTP; Mon, 11 Aug 2008 03:54:58 -0700 (PDT) Message-ID: <790a9fff0808110354i446a7ee1n843ab55e1dcf6e1a@mail.gmail.com> Date: Mon, 11 Aug 2008 05:54:58 -0500 From: "Scot Hetzel" To: "Warren Liddell" In-Reply-To: <200808111813.42060.shinjii@maydias.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200808111813.42060.shinjii@maydias.com> Cc: freebsd-stable@freebsd.org Subject: Re: Wireless net Card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2008 10:55:00 -0000 On 8/11/08, Warren Liddell wrote: > none1@pci0:3:5:0: class=0x020000 card=0x700f1799 chip=0x700f1799 > rev=0x20 hdr=0x00 > vendor = 'Belkin Research and Development Labs' > class = network > subclass = ethernet > > > Chipset is RT8185L an i used the ndisgen to create the .ko file, which is just > over 572kb in size. > Which Belkin Wireless card is this? (Name/Model) Could you provide a link to the driver you downloaded. When you ran ndisgen to create the kernel module, did you specify the 32bit driver or the 64bit driver? You should be using the 64bit driver on FreeBSD/amd64. When you kldloaded the kernel module, did it indicate any required NDIS functions were missing? Scot