From owner-freebsd-questions@FreeBSD.ORG Sat Sep 2 20:49:59 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 8AA8316A4DA for ; Sat, 2 Sep 2006 20:49:59 +0000 (UTC) (envelope-from fysical@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 42E1A43D5F for ; Sat, 2 Sep 2006 20:49:57 +0000 (GMT) (envelope-from fysical@gmail.com) Received: by py-out-1112.google.com with SMTP id c30so1878384pyc for ; Sat, 02 Sep 2006 13:49:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Nyu0pfwxeOvYyrqpaqVuIdd/FxWwxAfEAFSm4dyKwi325H8Zmd9dn8PnTd+2EJayqe5j8P5rgzmQkergd9b1YNidy6GIVwmz/8JXbeYqJcsYeqnfhOnWJasHCU5WuokW5bDi7G23lXuqHwkdkKgmW8hYi3NPke4VGmSUHhfIfys= Received: by 10.64.249.18 with SMTP id w18mr1691706qbh; Sat, 02 Sep 2006 13:49:56 -0700 (PDT) Received: by 10.65.124.13 with HTTP; Sat, 2 Sep 2006 13:49:56 -0700 (PDT) Message-ID: <73d604760609021349r15453839lb9c656e9d0eff8f5@mail.gmail.com> Date: Sun, 3 Sep 2006 02:19:56 +0530 From: "Viswas Nair" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Wireless setup in non atheros wireless cards (project evil) 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: Sat, 02 Sep 2006 20:49:59 -0000 So I created a wrapper for my wireless card (Netgear WG311v3) drivers from windows using ndisgen following instructions at http://www.pingwales.co.uk/2005/07/15/Project-Evil.htm I loaded the module into loader.conf On boot I get this message: ndis0: mem 0xe0a00000-0xe0a0ffff,0xe0a10000-0xe0a1ffff irq 18 at device 9.0 on pci5 ndis0: NDIS API version: 5.0 ndis0: init handler failed device_attach: ndis0 attach returned 6 Any suggestions on how to fix this and what I am doing wrong? Thanks, Vishy