From owner-freebsd-questions@FreeBSD.ORG Wed May 31 11:16:31 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 44E8716A420 for ; Wed, 31 May 2006 11:16:31 +0000 (UTC) (envelope-from erazorbg@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id C58D143D46 for ; Wed, 31 May 2006 11:16:30 +0000 (GMT) (envelope-from erazorbg@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so546861pye for ; Wed, 31 May 2006 04:16:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VN8lbeZncE70T/memYoTv1yjAAihhENAekQSfKmaZ17S7aHenc1yR6lgQERxz20h5RTrI2LEuupWTf8oDd1yYbPWbgiJhd3gvT5dZsBY4wCC2fzZhZzu8QL7XqVGdUukI9E4LY4eMJRQpdIU2Z/Jp4BKxZl/ee3s8Bx1LeIqN2Q= Received: by 10.35.17.8 with SMTP id u8mr84573pyi; Wed, 31 May 2006 04:16:30 -0700 (PDT) Received: by 10.35.9.3 with HTTP; Wed, 31 May 2006 04:16:30 -0700 (PDT) Message-ID: <7cc8007f0605310416l78bc57c7k7a0472cfed32ec30@mail.gmail.com> Date: Wed, 31 May 2006 14:16:30 +0300 From: "Dimiter Ivanov" To: "Dustin Coates" In-Reply-To: <447CB61F.1030702@systemoverload.net> 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> <447CB61F.1030702@systemoverload.net> Cc: freebsd-questions@freebsd.org 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: Wed, 31 May 2006 11:16:31 -0000 Also after you have the .ko file, you need to load only that file into the kernel. That's what i did, because if i tried 'kldload ndis', it gave me an error that it's allready loaded. Another thing to check is if freebsd discovers anything on the pccard slot. I just reread Lorin's mail and noticed that : I added an ndis linen to loader.conf to load the .ko dmesg shows no error messages. But it doesn't show ndis0: being recognized either. When I manually try kldload ndis it says it is already loaded. After compiling the module, with ndiscvt you get a module named if_ndis.ko THAT's what you load NOT ndis. #kldload /if_ndis.ko or copy it into /boot/kernel and #kldload if_ndis Same thing with using ndisgen, only the file is named bcmwl5_sys.ko