From owner-freebsd-questions@FreeBSD.ORG Sun Nov 26 10:02:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81A8416A412 for ; Sun, 26 Nov 2006 10:02:06 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF15F43D53 for ; Sun, 26 Nov 2006 10:01:12 +0000 (GMT) (envelope-from almarrie@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so874197uge for ; Sun, 26 Nov 2006 02:02:04 -0800 (PST) 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=fgkQI7c4DgRhr95jFLP0NFfEhH/cembdiR0yw5BdPpq/feAFPRsbeVQtmV/d0xHjq9jZW+Q7lsZ3qvsFytRUpe1YD8TA2Yphslv0HmjcXlcEZYCc+TAF6xBaoawk36Yu5LJuMBQyfPVGck4/i1Jd1DMv8I8FAF+SAE5juuJ3Ezw= Received: by 10.66.232.11 with SMTP id e11mr7641023ugh.1164535322347; Sun, 26 Nov 2006 02:02:02 -0800 (PST) Received: by 10.66.255.10 with HTTP; Sun, 26 Nov 2006 02:02:02 -0800 (PST) Message-ID: <499c70c0611260202x23be4debm7e9406b354e016bf@mail.gmail.com> Date: Sun, 26 Nov 2006 13:02:02 +0300 From: "John Smith" To: "probsd org" In-Reply-To: <898358.99621.qm@web52415.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <898358.99621.qm@web52415.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: ndis | ifconfig 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: Sun, 26 Nov 2006 10:02:06 -0000 On 11/15/06, probsd org wrote: > I am trying to get a WPC54G (linksys) wireless PCMIA card working in 6.1. I made the kernel module using ndisgen and loaded it with kldload. kldstat confirms the module and ndis.ko and if_ndis.ko is loaded along with the WPC54G driver made from ndisgen (bcmwl5_sys.ko): > > However, when running ifconfig it says ndis0 interface does not exit. > > I followed the HOWTO at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html > > Michael Check this blog http://blog.wearab.net/arab/2006/11/26/howto-linksys-wpc54g-with-pc-bsd-13-based-freebsd-61/ I hope it helps you out. Good luck, -J