From owner-freebsd-questions@FreeBSD.ORG Tue May 30 18:06:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91BBD16A6A0 for ; Tue, 30 May 2006 18:06:24 +0000 (UTC) (envelope-from thenasko@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id D820E43D58 for ; Tue, 30 May 2006 18:06:23 +0000 (GMT) (envelope-from thenasko@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so375623pye for ; Tue, 30 May 2006 11:06:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=um2jUdpvWao3/5G1lpyI5twXx0XfCeKciqNozoUaeF7Hp+oQ1N2IpYeYMaNOoFWHaI4cBSvNL1DJqDBAEIZWDdbIUiC9Fim3rcCJQ49Gw7G1H/lAPxuXrBdZZh8SQJkOUb7058vU5aXegfhKqSFtehmtFrpxudAgbOyZYFXB3Fc= Received: by 10.35.60.15 with SMTP id n15mr3960358pyk; Tue, 30 May 2006 11:06:23 -0700 (PDT) Received: by 10.35.52.11 with HTTP; Tue, 30 May 2006 11:06:23 -0700 (PDT) Message-ID: Date: Tue, 30 May 2006 20:06:23 +0200 From: "Atanas Atanasov" To: freebsd-questions@freebsd.org In-Reply-To: <20060530114314.286c1dd4@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000801c68312$4d2e5590$0201a8c0@AMD1700> <200605290912.49807.mark@msen.com> <447B67BD.8070905@infowest.com> <20060530114314.286c1dd4@localhost> Subject: Re: ndis problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 18:06:30 -0000 I am having the same problem. Downloaded a couple of driver sets, but it doesn't work. I tried ndisgen also but nothing changes in ifconfig. It seems that there are people who actually managed to run this kind of card but I have not been able to get in touch with them directly. When you load the kernel module generated say "kldload ndis" and then you "kldstat" does ndis come before if_ndis or in reverse. Some people claim that ndis should always be before if_ndis which should be before bcmwl5_sys. I never managed to order the first two correctly. Also can you rebuild the references with kldxref or it gives you an error like "kldxref: can't read hash table"? If you manage please write back here, and I will do the same. Atanas